You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
683 B
36 lines
683 B
|
|
.move_item.data-v-a5910d46 { |
|
position: absolute; |
|
left: 10rpx; |
|
/* width: calc((100% - 20rpx) / 3); */ |
|
height: 60rpx; |
|
background: #2866FF; |
|
border-radius: 10rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
color: #999999; |
|
z-index: 0; |
|
transition: all .3s; |
|
} |
|
.sele_Bar_item.data-v-a5910d46 { |
|
flex: 1; |
|
height: 60rpx; |
|
border-radius: 10rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
color: #999999; |
|
z-index: 1; |
|
transition: color .4s; |
|
} |
|
.sele_Bar.data-v-a5910d46 { |
|
/* background-color: #18B566; */ |
|
/* margin: 31rpx 40rpx; */ |
|
padding: 10rpx; |
|
display: flex; |
|
position: relative; |
|
background-color: #FFFFFF; |
|
border-radius: 10px; |
|
} |
|
|
|
|