coupon.wxss
822 字节
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
page{
height:100%;
overflow-y: hidden;
}
.coupon{
height:100%;
}
.couponimg{
width:750rpx;
height:100%;
position: relative;
}
.couponimg image{
width:100%;
height:100%;
}
.sendcoupon{
width:333rpx;
height:64rpx;
border:1rpx solid rgba(253,135,121,1);
border-radius:32rpx;
position:absolute;
top:241rpx;
left:0;
right:0;
margin: 0 auto;
color:#FF522E;
font-size: 30rpx;
text-align:center;
line-height: 64rpx;
}
.couponcode{
width:321rpx;
height:321rpx;
font-size: 0;
position: absolute;
top:339rpx;
left:0;
right:0;
margin: 0 auto;
}
.couponcode image{
width:100%;
height:100%;
}
.sweepcode{
width:190rpx;
text-align: center;
color:#333333;
font-size: 26rpx;
position:absolute;
top:701rpx;
left:0;
right:0;
margin: 0 auto;
}