detail.wxss
810 Bytes
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
/* pages/home/coupon/detail.wxss */
/* stylelint-disable-next-line */
page {
background: rgba(0, 0, 0, 0.8);
}
.coupon-detail {
width: 600rpx;
margin: 130rpx auto 28rpx;
background: #fff;
color: #222;
text-align: center;
}
.coupon-title {
margin-bottom: 12rpx;
padding-top: 94rpx;
font-size: 36rpx;
font-weight: bold;
line-height: 50rpx;
}
.coupon-time {
line-height: 42rpx;
font-size: 30rpx;
}
.coupon-img {
width: 460rpx;
height: 460rpx;
margin: 36rpx auto 13rpx;
}
.coupon-img image {
width: 100%;
height: 100%;
}
.coupon-code {
font-size: 28rpx;
line-height: 40rpx;
padding-bottom: 40rpx;
text-align: center;
}
.coupon-notice {
width: 600rpx;
margin: 0 auto;
font-size: 24rpx;
color: #b0b0b0;
}