18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
/* pages/voucherManagement/index.wxss */
|
|
.van-uploader__preview-image{
|
|
width: 140rpx !important;
|
|
height: 140rpx !important;
|
|
}
|
|
.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;
|
|
}
|