couponList.ttss
1.56 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
.coupon_container {
display: flex;
}
.coupon_header {
position: fixed;
width: 100%;
height: 88rpx;
top: 0;
background-color: #FFFFFF;
display: flex;
flex-direction:row;
justify-content: space-around;
align-items: center;
z-index: 999;
border-bottom: 1rpx solid #F0F0F0;
box-shadow: 0 4px 5px -3px #E0E0E0;
}
.coupon_header .filterNormal {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.6px;
width: 33%;
display: flex;
justify-content: center;
align-items: center;
}
.coupon_header .dividingLine {
width: 2rpx;
height: 60rpx;
background: #E0E0E0;
}
.coupon_header .filterSelect {
font-family: PingFang-SC-Semibold;
font-size: 28rpx;
color: #444444;
letter-spacing: -0.6px;
width: 33%;
display: flex;
justify-content: center;
align-items: center;
}
.coupon_header .arrowIconView {
width: 60rpx;
height: 80rpx;
margin-left: 20rpx;
display: flex;
align-items: center;
}
.coupon_header .arrowIconView .arrowIcon {
width: 22rpx;
height: 15rpx;
}
.scrollView {
background: #F0F0F0;
}
.space {
width: 100%;
height: 20rpx;
background: #F0F0F0;
}
.sepTips {
width: 100%;
height: 95rpx;
background: #F0F0F0;
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
}
.sepTips .sepTipsLine {
width: 160rpx;
height: 2rpx;
background: #E0E0E0;
}
.sepTips .sepTipsText {
font-family: PingFang-SC-Regular;
font-size: 12px;
color: #B0B0B0;
letter-spacing: -0.51px;
padding-left: 24rpx;
padding-right: 24rpx;
}