18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
.container{
|
|
position: relative;
|
|
}
|
|
.no_coupon_pic {
|
|
width: 371rpx;
|
|
height: 200rpx;
|
|
margin: 123rpx auto 50rpx;
|
|
}
|
|
.no_coupon_desc {
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
}
|
|
.main {
|
|
padding: 0 20rpx;
|
|
margin-top: 30rpx;
|
|
} |