checkcoupon.wxss
1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.type-navbar {
white-space: nowrap;
display: flex;
width: 100%;
height: 80rpx;
background-color: #fff;
}
.type-box {
width: 50%;
box-sizing: border-box;
font-size: 28rpx;
line-height: 76rpx;
padding: 0 20rpx;
text-align: center;
display: inline-block;
overflow: hidden;
}
.type-navbar-item {
border-bottom: 4rpx solid #fff;
}
.type-item-on {
border-bottom: 4rpx solid #e64340;
}
.coupon-box {
box-sizing: border-box;
width: 50%;
float: left;
padding: 50rpx 30rpx 0;
font-size: 25rpx;
}
.coupon-head {
background-color: #fd9064;
color: white;
padding: 20rpx 30rpx 5rpx;
border-bottom: 2px solid transparent;
border-image: none 100% 0 5 repeat;
}
.coupon-money {
font-weight: bold;
margin-bottom: 20rpx;
}
.money {
font-size: 40rpx;
}
.coupon-body {
background-color: white;
padding: 30rpx 30rpx 40rpx;
color: #999999;
}
.use-btn {
color: #fd9064;
border: 2rpx #fd9064 solid;
padding: 6rpx 35rpx;
border-radius: 35rpx;
width: fit-content;
margin: 20rpx auto 0;
}
.range {
font-size: 24rpx;
line-height: 24rpx;
height: 48rpx;
}
.head-disable {
background-color: #999999;
}
.btn-disable {
color: #999999;
border-color: #999999;
}