mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
48 lines
677 B
Plaintext
48 lines
677 B
Plaintext
@import '../style/var';
|
|
|
|
.van-coupon-list {
|
|
height: 100%;
|
|
position: relative;
|
|
background-color: @background-color;
|
|
|
|
&__field {
|
|
padding: 7px 15px;
|
|
}
|
|
|
|
&__exchange {
|
|
height: 32px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
&__list {
|
|
overflow-y: auto;
|
|
padding: 15px 0;
|
|
box-sizing: border-box;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
&__close {
|
|
left: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
font-weight: 500;
|
|
}
|
|
|
|
&__empty {
|
|
padding-top: 100px;
|
|
text-align: center;
|
|
|
|
p {
|
|
color: @gray-dark;
|
|
margin: 15px 0;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
img {
|
|
width: 80px;
|
|
height: 84px;
|
|
}
|
|
}
|
|
}
|