couponPack.wxss
1.1 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
/* 顶部导航栏相关 */
page {
padding: 80rpx 0 120rpx;
}
.swiper-tab {
width: 100%;
/* border-bottom: 1rpx solid #D9D9D9; */
text-align: center;
line-height: 80rpx;
position: fixed;
top: 0;
background-color: #FFF;
z-index: 9;
}
.swiper-tab-list {
font-size: 30rpx;
display: inline-block;
width: 20%;
color: #333;
margin: 0 15%;
}
.on {
font-size: 32rpx;
font-weight: 500;
color: #333333;
border-bottom: 6rpx solid #FF7F00;
}
/* 券相关样式 */
.coupon {
width: 100%;
padding-bottom: 80rpx;
}
.pay-record-entry {
width: 100%;
height: 98rpx;
background-color: #FFF;
box-shadow: -1px 5rpx 21rpx 0rpx rgba(192,192,192,0.54);
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(51,51,51,1);
line-height: 98rpx;
text-align: center;
position: fixed;
bottom: 60rpx;
}
.scan-entry.pay-record-entry {
bottom: 160rpx;
}
.user-info {
width: 100%;
position: fixed;
bottom: 0rpx;
background: rgba(242, 242, 242, 1);
color: #999;
height: 60rpx;
line-height: 60rpx;
left: 0;
display: flex;
font-size: 22rpx;
justify-content: space-around;
}