sweepcoupon.wxss
918 字节
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
page{
height:100%;
overflow-y: hidden;
}
.sweepcouponbac{
height:100%;
}
.sweepcouponimg{
width:750rpx;
height:100%;
}
.sweepcouponimg image{
width:100%;
height:100%;
}
.couponname{
width:160rpx;
color:#FFFFFF;
font-size: 54rpx;
position:absolute;
top:303rpx;
left:0;
right:0;
margin: 0 auto;
}
.couponmoney{
color:#fff;
font-size: 64rpx;
width:237rpx;
position:absolute;
left:0;
right:0;
top:440rpx;
margin: 0 auto;
}
.coupondate{
color:#fff;
font-size: 24rpx;
width:237rpx;
position:absolute;
left:0;
right:0;
top:530rpx;
margin: 0 auto;
}
.collect{
width:300rpx;
height:80rpx;
background:rgba(255,224,69,1);
box-shadow:0rpx 8rpx 16rpx 0rpx rgba(139,35,11,0.16);
border-radius:40rpx;
position:absolute;
top:710rpx;
left:0;
right:0;
margin: 0 auto;
color:#FF5330;
font-size: 30rpx;
text-align: center;
line-height: 80rpx;
}