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.
22 lines
329 B
22 lines
329 B
1 year ago
|
|
||
|
.item {
|
||
|
position: relative;
|
||
|
}
|
||
|
.item .choice {
|
||
|
color: rgba(255, 255, 255, 0.8);
|
||
|
position: absolute;
|
||
|
right: 20rpx;
|
||
|
top: 20rpx;
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar .cu-btn {
|
||
|
width: calc(100% - 50rpx);
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar .cu-btn.lg {
|
||
|
font-size: 32rpx;
|
||
|
height: 86rpx;
|
||
|
}
|
||
|
|