_usecoupon.scss
2.05 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
.coupon_csswri{
ul{
li{
margin-top: 50px/$ppr;
float:left;
width: (750px - 60px - 70px)/2/$ppr;
&:nth-child(2n){
float: right;
}
.xd_time{
font-size: 28px/$ppr;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #999999;
padding: 28px/$ppr 0;
}
}
}
}
.cp_alo{
.pon_top{
color: white;
background: #fd9064;
height: 120px/$ppr;
padding-left: 30px/$ppr;
position:relative;
&:after{
content: "";
background: url(../images/coupon_a.png);
background-size: 12px/$ppr;
background-repeat: repeat-x;
width: 100%;
height: 4px/$ppr;
position: absolute;
bottom: -1px/$ppr;
left: 0;
}
h1{
font-size: 36px/$ppr;
margin: 0;
padding: 20px/$ppr 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.fosi{
font-size: 24px/$ppr;
}
}
p{
font-size: 16px/$ppr;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.pon_dow{
height: 170px/$ppr;
background: white;
p{
color: #999999;
font-size: 14px/$ppr;
padding: 30px/$ppr 0 30px/$ppr 30px/$ppr;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.usecoupon{
display: block;
width: 156px/$ppr;
height: 42px/$ppr;
color: #fd9064;
font-size: 20px/$ppr;
border: 1px solid #fd9064;
line-height: 42px/$ppr;
text-align: center;
margin: 0 auto;
border-radius: 20px/$ppr;
}
}
}