myCoupon.wxss
1.7 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
96
97
98
99
100
101
102
103
104
105
106
107
/* pages/person/myCoupon/myCoupon.wxss */
@import '../../../style/base.wxss';
.warp_head{
height: 90rpx;
padding: 0 88rpx;
border-bottom: solid 16rpx #FCF8F7;
}
.warp_name{
position: relative;
padding-bottom: 0;
color: #252729;
font-size: 32rpx;
}
.active{
color: #FD8779;
font-weight: bold;
}
.active text{
position: absolute;
bottom: -23rpx;
left: 50%;
display: block;
width: 76rpx;
height: 5rpx;
background: #FD8779;
border-radius: 5rpx;
transform: translateX(-50%);
}
.coupon_box{
position: relative;
width: 700rpx;
height: 205rpx;
margin: 36rpx auto 0;
}
.coupon_pic{
width: 700rpx;
height: 205rpx;
}
.coupon_pic image{
width: 100%;
height: 100%;
}
.coupon_txt{
position: absolute;
top: 48rpx;
left: 185rpx;
color: #fff;
font-size: 56rpx;
font-weight: 800;
width:463rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.coupon_date{
position: absolute;
bottom: 29rpx;
left: 185rpx;
color: #fff;
font-size: 28rpx;
}
.rule{
position: absolute;
bottom: 29rpx;
right: 30rpx;
color: #fff;
font-size: 28rpx;
}
.ruleregister{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
position:fixed;
left:0;
right:0;
z-index: 5;
}
.ruleregisterwrap{
width:686rpx;
height:506rpx;
background: #ffffff;
border-radius: 10rpx;
position: absolute;
z-index: 6;
/*left:0.4rem;*/
/*top: 3rem;*/
top:50%;
left:50%;
transform: translate(-50%,-50%);
padding: 32rpx;
box-sizing: border-box;
}
.ruleitem{
color:#666;
font-size: 30rpx;
margin-top:20rpx;
}
.ruletitle{
font-size: 38rpx;
color:#333;
text-align: center
}