颜色、位置修改
This commit is contained in:
parent
b8f970aeea
commit
9fa06acd50
|
@ -441,7 +441,7 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
top: 562px;
|
top: 660px;
|
||||||
width: 398px;
|
width: 398px;
|
||||||
// height:500px;
|
// height:500px;
|
||||||
background: rgba($color: #05213b, $alpha: .85);
|
background: rgba($color: #05213b, $alpha: .85);
|
||||||
|
@ -515,19 +515,19 @@ export default {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: red;
|
background: #f74b3f;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 34.5px;
|
left: 34.5px;
|
||||||
top: 21px;
|
top: 21px;
|
||||||
}
|
}
|
||||||
.eventSelectionIcon:nth-child(2){
|
.eventSelectionIcon:nth-child(2){
|
||||||
background: yellow;
|
background: #ffae2b;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 34.5px;
|
left: 34.5px;
|
||||||
top: 42px;
|
top: 42px;
|
||||||
}
|
}
|
||||||
.eventSelectionIcon:nth-child(3){
|
.eventSelectionIcon:nth-child(3){
|
||||||
background: green;
|
background: #31d779;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 34.5px;
|
left: 34.5px;
|
||||||
top: 63px;
|
top: 63px;
|
||||||
|
|
Loading…
Reference in New Issue