oms
This commit is contained in:
36
unpackage/dist/dev/mp-weixin/components/seleBar.wxss
vendored
Normal file
36
unpackage/dist/dev/mp-weixin/components/seleBar.wxss
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user