31 lines
627 B
Plaintext
31 lines
627 B
Plaintext
/* pages/voucherManagementAddto/index.wxss */
|
|
.van-picker__mask {
|
|
background-image: none !important;
|
|
}
|
|
.van-hairline--top-bottom:after {
|
|
border-top: 1px solid #3a4c8b !important;
|
|
border-bottom: 1px solid #3a4c8b !important;
|
|
}
|
|
|
|
.voucher_select_max{
|
|
padding:0 25rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #212737;
|
|
height: 90rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
|
|
.voucher_select_max_sign{
|
|
padding:0 25rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #212737;
|
|
height: 180rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.van-picker {
|
|
background: none !important;
|
|
} |