Coupon.wxss
1.8 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* pages/Coupon/Coupon.wxss */
.buttom {
border-top: 1rpx solid #e4e4e4;
}
.swiper-tab {
width: 100%;
text-align: center;
line-height: 80rpx;
display: flex;
justify-content: space-around;
box-shadow: 1rpx 1rpx 1rpx 2rpx #ccc;
position: relative;
z-index: 36;
}
.swiper-tab-list {
font-size: 30rpx;
display: inline-block;
/* width: 33.33%; */
color: #666;
}
.on {
color: #333;
position: relative;
}
.on::after {
content: "";
border-bottom: 10rpx solid #fc0;
position: absolute;
bottom: 0;
left: 0;
border-radius: 5rpx;
width: 48rpx;
}
.swiper-box {
display: block;
height: 100%;
width: 100%;
overflow: hidden;
}
.swiper-box view {
text-align: center;
}
.List {
background-image: url(http://omega.wx.bronet.cn/public/static/images/32@2x.png);
background-size: 100% 100%;
height: 286rpx;
width: 740rpx;
margin: 0 auto;
margin-top: 25rpx;
}
.couponList {
display: flex;
justify-content: space-around;
/* border-bottom: 1rpx solid #eee; */
margin: 0 40rpx;
height: 180rpx;
}
.couponList .plice {
font-size: 80rpx;
color: #c90103;
margin-top: 53rpx;
margin-left: 31rpx;
height: 115%;
}
.couponList .mes {
margin-top: 61rpx;
margin-right: 38rpx;
height: 114rpx;
}
.couponList .mes .name {
font-size: 30rpx;
color: #333;
}
.couponList .mes .time {
font-size: 26rpx;
color: #999;
margin-top: 21rpx;
text-align: left;
}
.List .go {
font-size: 30rpx;
color: #c90103;
text-align: center;
margin-top:22rpx;
display: flex;
align-items: center;
justify-content: center;
}
.couponList .free_name{
font-size: 30rpx;
margin: 0;
display: flex;
align-items: center;
font-weight: 600;
width: 200rpx;
}
swiper-item{
overflow-y: auto;
}