_flashsales.scss
3.21 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.tit-flash-sale{
background-color: #333333;
overflow: hidden;
ul{
li{
float: left;
width: 20%;
text-align: center;
color: white;
height: 80px/$ppr;
line-height: 80px/$ppr;
cursor: pointer;
font-size: 28px/$ppr;
}
.red{
border-bottom: 2px solid #ed5657;
}
}
}
.tit2-flash-sale{
background-color: white;
overflow: hidden;
ul{
li{
float: left;
width: 100/6*1%;
text-align: center;
color: #666666;
height: 80px/$ppr;
line-height: 80px/$ppr;
font-size: 28px/$ppr;
cursor: inherit;
span{
background-color: #ececec;
padding: 10px/$ppr 20px/$ppr;
border-radius: 10px/$ppr;
cursor: pointer;
}
}
.red{
border-bottom: 0;
span{
color: white;
background-color: #eb3133;
}
}
}
}
.shop-flsa{
overflow: hidden;
padding: 20px/$ppr 0;
.list3-onle{
float: left;
width: 100/3*1%;
text-align: center;
img{
width: 227px/$ppr;
height: 169px/$ppr;
}
p{
padding: 0 10px/$ppr;
text-align: left;
line-height: 1.5;
overflow: hidden;
}
}
}
p.tit-nike{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 26px/$ppr;
}
p.nike-price{
font-size: 30px/$ppr;
.red{
color: #eb3133;
float: left;
}
.throughli{
text-decoration: line-through;
color: #999999;
font-size: 24px/$ppr;
float: right;
margin-top: 6px/$ppr;
}
}
.omgbag{
position: relative;
height: 188px/$ppr;
.gimg-diffcult{
border-radius: 50%;
overflow: hidden;
position: absolute;
}
.wh152{
width: 152px/$ppr;
height: 152px/$ppr;
top: -63px/$ppr;
z-index: 9;
img{
width: 152px/$ppr;
height: 152px/$ppr;
}
}
.wh276{
width: 276px/$ppr;
height: 276px/$ppr;
top: -158px/$ppr;
left: 212px/$ppr;
z-index: 9;
img{
width: 276px/$ppr;
height: 276px/$ppr;
}
}
.wh173{
width: 173px/$ppr;
height: 173px/$ppr;
top: -100px/$ppr;
left: 472px/$ppr;
z-index: 10;
img{
width: 173px/$ppr;
height: 173px/$ppr;
}
}
.wh125{
width: 125px/$ppr;
height: 125px/$ppr;
top: -135px/$ppr;
right: 30px/$ppr;
z-index: 9;
img{
width: 125px/$ppr;
height: 125px/$ppr;
}
}
.fon{
position: absolute;
width: 200px/$ppr;
}
.whfon1{
top: 100px/$ppr;
}
.whfon2{
top: 100px/$ppr;
margin-left: 50px/$ppr;
.red{
color: #eb3133;
}
}
.whfon3{
top: 100px/$ppr;
margin-left: 50px/$ppr;
}
}