1
|
-@import "good";
|
|
|
2
|
-@import "chose-panel";
|
|
|
3
|
-@import "gift-advance-good";
|
|
|
4
|
-@import "order-ensure";
|
|
|
5
|
-@import "invoice-info";
|
|
|
6
|
-@import "select-coupon";
|
|
|
7
|
-@import "select-address";
|
|
|
8
|
-@import "jit-detail";
|
|
|
9
|
-@import "pay-failure";
|
|
|
10
|
-
|
|
|
11
|
-.shopping-cart-page {
|
|
|
12
|
- margin-bottom: 120px;
|
|
|
13
|
- overflow-x: hidden;
|
|
|
14
|
- background: #f0f0f0;
|
|
|
15
|
- display: none;
|
|
|
16
|
-
|
|
|
17
|
- .yoho-tip {
|
|
|
18
|
- z-index: 4;
|
|
|
19
|
- }
|
|
|
20
|
-
|
|
|
21
|
- .cart-content > * {
|
|
|
22
|
- background: #fff;
|
|
|
23
|
-
|
|
|
24
|
- &:first-child {
|
|
|
25
|
- border-top: none;
|
|
|
26
|
- margin-top: 0;
|
|
|
27
|
- }
|
|
|
28
|
- }
|
|
|
29
|
-
|
|
|
30
|
- .cart-nav {
|
|
|
31
|
- color: #c6c6c6;
|
|
|
32
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
33
|
- background: #fff;
|
|
|
34
|
-
|
|
|
35
|
- li {
|
|
|
36
|
- float: left;
|
|
|
37
|
- width: 50%;
|
|
|
38
|
- padding: 30px 0;
|
|
|
39
|
- height: 30px;
|
|
|
40
|
- }
|
|
|
41
|
-
|
|
|
42
|
- li.active {
|
|
|
43
|
- color: #000;
|
|
|
44
|
- }
|
|
|
45
|
-
|
|
|
46
|
- span {
|
|
|
47
|
- display: block;
|
|
|
48
|
- box-sizing: border-box;
|
|
|
49
|
- width: 100%;
|
|
|
50
|
- height: 30px;
|
|
|
51
|
- line-height: 30px;
|
|
|
52
|
- font-size: 30px;
|
|
|
53
|
- text-align: center;
|
|
|
54
|
- }
|
|
|
55
|
-
|
|
|
56
|
- li:first-child span {
|
|
|
57
|
- border-right: 1px solid #e0e0e0;
|
|
|
58
|
- }
|
|
|
59
|
-
|
|
|
60
|
- li:last-child {
|
|
|
61
|
- position: relative;
|
|
|
62
|
- }
|
|
|
63
|
-
|
|
|
64
|
- .presell-tip {
|
|
|
65
|
- position: absolute;
|
|
|
66
|
- z-index: 1;
|
|
|
67
|
- left: -2rem;
|
|
|
68
|
- top: 1.75rem;
|
|
|
69
|
- }
|
|
|
70
|
-
|
|
|
71
|
- .triangle {
|
|
|
72
|
- width: 0;
|
|
|
73
|
- height: 0;
|
|
|
74
|
- border-left: 8PX solid transparent;
|
|
|
75
|
- border-right: 8PX solid transparent;
|
|
|
76
|
- border-bottom: 12PX solid #000;
|
|
|
77
|
- margin-left: 6rem;
|
|
|
78
|
- }
|
|
|
79
|
-
|
|
|
80
|
- .pt-content {
|
|
|
81
|
- position: relative;
|
|
|
82
|
- padding: 10px;
|
|
|
83
|
- background: #000;
|
|
|
84
|
- color: #fff;
|
|
|
85
|
- font-size: 12px;
|
|
|
86
|
- border-radius: 5PX;
|
|
|
87
|
- text-align: center;
|
|
|
88
|
- width: 7rem;
|
|
|
89
|
- }
|
|
|
90
|
- }
|
|
|
91
|
-
|
|
|
92
|
- .login-info {
|
|
|
93
|
- height: 46px;
|
|
|
94
|
- padding: 17px 20px;
|
|
|
95
|
- color: #24acaa;
|
|
|
96
|
- text-align: center;
|
|
|
97
|
- font-size: 28px;
|
|
|
98
|
-
|
|
|
99
|
- .btn {
|
|
|
100
|
- display: inline-block;
|
|
|
101
|
- background: #ed0010;
|
|
|
102
|
- color: #fff;
|
|
|
103
|
- width: 80px;
|
|
|
104
|
- height: 46px;
|
|
|
105
|
- line-height: 46px;
|
|
|
106
|
- }
|
|
|
107
|
- }
|
|
|
108
|
-
|
|
|
109
|
- .presell-info {
|
|
|
110
|
- height: 60px;
|
|
|
111
|
- padding: 15px 30px;
|
|
|
112
|
- font-size: 22px;
|
|
|
113
|
- background: #f0f0f0;
|
|
|
114
|
- color: #b7b7b7;
|
|
|
115
|
-
|
|
|
116
|
- > span {
|
|
|
117
|
- display: block;
|
|
|
118
|
- }
|
|
|
119
|
-
|
|
|
120
|
- .iconfont {
|
|
|
121
|
- float: left;
|
|
|
122
|
- font-size: 45px;
|
|
|
123
|
- }
|
|
|
124
|
-
|
|
|
125
|
- .txt {
|
|
|
126
|
- height: 30px;
|
|
|
127
|
- line-height: 30px;
|
|
|
128
|
- margin-left: 80px;
|
|
|
129
|
- }
|
|
|
130
|
- }
|
|
|
131
|
-
|
|
|
132
|
- .cart-goods {
|
|
|
133
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
134
|
- margin-bottom: 0.75rem;
|
|
|
135
|
-
|
|
|
136
|
- .shopping-cart-good:last-child .info {
|
|
|
137
|
- border-bottom: none;
|
|
|
138
|
- }
|
|
|
139
|
- }
|
|
|
140
|
-
|
|
|
141
|
- .invalid-goods {
|
|
|
142
|
- border-top: 1px solid #e0e0e0;
|
|
|
143
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
144
|
- margin: 0.75rem 0;
|
|
|
145
|
- }
|
|
|
146
|
-
|
|
|
147
|
- .freebie-and-advance-buy {
|
|
|
148
|
- font-size: 24px;
|
|
|
149
|
- border-top: 1px solid #e0e0e0;
|
|
|
150
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
151
|
- margin-bottom: 30px;
|
|
|
152
|
-
|
|
|
153
|
- > li {
|
|
|
154
|
- box-sizing: border-box;
|
|
|
155
|
- height: 80px;
|
|
|
156
|
- line-height: 80px;
|
|
|
157
|
- margin-bottom: 10px;
|
|
|
158
|
- padding: 0 20px;
|
|
|
159
|
-
|
|
|
160
|
- &:last-child {
|
|
|
161
|
- margin-bottom: 0;
|
|
|
162
|
- }
|
|
|
163
|
-
|
|
|
164
|
- a {
|
|
|
165
|
- float: right;
|
|
|
166
|
- width: 100%;
|
|
|
167
|
- }
|
|
|
168
|
-
|
|
|
169
|
- .under-line {
|
|
|
170
|
- display: inline-block;
|
|
|
171
|
- height: 1px;
|
|
|
172
|
- width: 91%;
|
|
|
173
|
- position: absolute;
|
|
|
174
|
- left: 9%;
|
|
|
175
|
- background-color: #f1f1f1;
|
|
|
176
|
- }
|
|
|
177
|
- }
|
|
|
178
|
-
|
|
|
179
|
- > li:first-child {
|
|
|
180
|
- .under-line {
|
|
|
181
|
- display: none;
|
|
|
182
|
- }
|
|
|
183
|
- }
|
|
|
184
|
-
|
|
|
185
|
- .count {
|
|
|
186
|
- color: #7b7b7b;
|
|
|
187
|
- float: right;
|
|
|
188
|
- }
|
|
|
189
|
-
|
|
|
190
|
- .icon-right-arrow {
|
|
|
191
|
- color: #8f8f8f;
|
|
|
192
|
- float: right;
|
|
|
193
|
- }
|
|
|
194
|
- }
|
|
|
195
|
-
|
|
|
196
|
- .activity-title {
|
|
|
197
|
- border-top: 1px solid #e0e0e0;
|
|
|
198
|
- font-size: 32px;
|
|
|
199
|
- padding: 20px 20px 0;
|
|
|
200
|
- }
|
|
|
201
|
-
|
|
|
202
|
- .activity {
|
|
|
203
|
- padding: 8px 20px 20px 32px;
|
|
|
204
|
- font-size: 26px;
|
|
|
205
|
-
|
|
|
206
|
- li:before {
|
|
|
207
|
- content: "";
|
|
|
208
|
- display: inline-block;
|
|
|
209
|
- margin-right: 10px;
|
|
|
210
|
- width: 8px;
|
|
|
211
|
- height: 8px;
|
|
|
212
|
- background-color: #000;
|
|
|
213
|
- border-radius: 50%;
|
|
|
214
|
- position: relative;
|
|
|
215
|
- left: 0;
|
|
|
216
|
- top: -0.12rem;
|
|
|
217
|
- }
|
|
|
218
|
- }
|
|
|
219
|
-
|
|
|
220
|
- .price-compute {
|
|
|
221
|
- padding: 20px;
|
|
|
222
|
- border-top: 1px solid #e0e0e0;
|
|
|
223
|
- font-size: 28px;
|
|
|
224
|
- margin-bottom: 37px;
|
|
|
225
|
-
|
|
|
226
|
- .title {
|
|
|
227
|
- display: inline-block;
|
|
|
228
|
- width: 175px;
|
|
|
229
|
- }
|
|
|
230
|
-
|
|
|
231
|
- .minus {
|
|
|
232
|
- float: right;
|
|
|
233
|
- }
|
|
|
234
|
- }
|
|
|
235
|
-
|
|
|
236
|
- .balance {
|
|
|
237
|
- position: fixed;
|
|
|
238
|
- box-sizing: border-box;
|
|
|
239
|
- bottom: 0;
|
|
|
240
|
- width: 100%;
|
|
|
241
|
- padding: 20px;
|
|
|
242
|
- height: 120px;
|
|
|
243
|
- border-top: 1px solid #e0e0e0;
|
|
|
244
|
- background: #fff;
|
|
|
245
|
-
|
|
|
246
|
- .iconfont {
|
|
|
247
|
- position: absolute;
|
|
|
248
|
- top: 50%;
|
|
|
249
|
- margin-top: -14px;
|
|
|
250
|
- font-size: 28px;
|
|
|
251
|
- }
|
|
|
252
|
-
|
|
|
253
|
- p {
|
|
|
254
|
- float: right;
|
|
|
255
|
- margin-right: 32px;
|
|
|
256
|
- font-size: 26px;
|
|
|
257
|
-
|
|
|
258
|
- span {
|
|
|
259
|
- display: block;
|
|
|
260
|
- height: 40px;
|
|
|
261
|
- line-height: 40px;
|
|
|
262
|
- color: #d0253b;
|
|
|
263
|
- font-weight: bold;
|
|
|
264
|
- }
|
|
|
265
|
-
|
|
|
266
|
- .tip {
|
|
|
267
|
- color: #666;
|
|
|
268
|
- font-size: 22px;
|
|
|
269
|
- text-align: right;
|
|
|
270
|
- font-weight: normal;
|
|
|
271
|
- }
|
|
|
272
|
- }
|
|
|
273
|
-
|
|
|
274
|
- .btn-balance {
|
|
|
275
|
- float: right;
|
|
|
276
|
- width: 140px;
|
|
|
277
|
- height: 80px;
|
|
|
278
|
- line-height: 80px;
|
|
|
279
|
- text-align: center;
|
|
|
280
|
- background: #e01;
|
|
|
281
|
- color: #fff;
|
|
|
282
|
- border: none;
|
|
|
283
|
- font-size: 28px;
|
|
|
284
|
- }
|
|
|
285
|
- }
|
|
|
286
|
-
|
|
|
287
|
- .cart-zero {
|
|
|
288
|
- width: 100%;
|
|
|
289
|
- height: auto;
|
|
|
290
|
- padding-top: 2rem;
|
|
|
291
|
- padding-bottom: 20%;
|
|
|
292
|
-
|
|
|
293
|
- i {
|
|
|
294
|
- font-size: 6em;
|
|
|
295
|
- display: block;
|
|
|
296
|
- margin: 0 auto;
|
|
|
297
|
- text-align: center;
|
|
|
298
|
- color: #505050;
|
|
|
299
|
- }
|
|
|
300
|
-
|
|
|
301
|
- p {
|
|
|
302
|
- display: block;
|
|
|
303
|
- text-align: center;
|
|
|
304
|
- font-size: 1em;
|
|
|
305
|
- color: #444;
|
|
|
306
|
- padding: 0.6rem 0;
|
|
|
307
|
- }
|
|
|
308
|
-
|
|
|
309
|
- a {
|
|
|
310
|
- width: 27%;
|
|
|
311
|
- height: 1.2rem;
|
|
|
312
|
- overflow: hidden;
|
|
|
313
|
- line-height: 1.2rem;
|
|
|
314
|
- border: 1px solid #505050;
|
|
|
315
|
- border-radius: 0.2rem;
|
|
|
316
|
- display: block;
|
|
|
317
|
- margin: 0 auto;
|
|
|
318
|
- text-align: center;
|
|
|
319
|
- color: #fff;
|
|
|
320
|
- background: #444;
|
|
|
321
|
- }
|
|
|
322
|
- }
|
|
|
323
|
-} |
|
|