颜色、位置修改

This commit is contained in:
gaoyuanwei 2022-07-05 19:20:35 +08:00
parent b8f970aeea
commit 9fa06acd50
1 changed files with 4 additions and 4 deletions

View File

@ -441,7 +441,7 @@ export default {
position: absolute;
z-index: 1000;
right: 8px;
top: 562px;
top: 660px;
width: 398px;
// height:500px;
background: rgba($color: #05213b, $alpha: .85);
@ -515,19 +515,19 @@ export default {
width: 14px;
height: 14px;
border-radius: 50%;
background: red;
background: #f74b3f;
position: absolute;
left: 34.5px;
top: 21px;
}
.eventSelectionIcon:nth-child(2){
background: yellow;
background: #ffae2b;
position: absolute;
left: 34.5px;
top: 42px;
}
.eventSelectionIcon:nth-child(3){
background: green;
background: #31d779;
position: absolute;
left: 34.5px;
top: 63px;