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.
21 lines
320 B
21 lines
320 B
|
|
.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;
|
|
}
|
|
.bankinfo{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.bankinfo image{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
|