jhwxapp/miniprogram/pageage/educations-add/index.wxss

31 lines
545 B
Plaintext

/* pages/educations-add/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;
}
.van-picker {
background: none !important;
}
.voucher_select_max{
padding:0 25rpx;
display: flex;
align-items: center;
background: #212737;
height: 90rpx;
border-radius: 10rpx;
}
.voucher_select_min{
width: calc(100% - 30rpx);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}