do cuxiao new user coupon feature
Showing
1 changed file
with
794 additions
and
0 deletions
static/css/cuxiao/151201/coupon.mobile.css
0 → 100644
1 | +@charset "UTF-8"; | ||
2 | +/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
3 | +html, body, div, span, applet, object, iframe, | ||
4 | +h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
5 | +a, abbr, acronym, address, big, cite, code, | ||
6 | +del, dfn, em, img, ins, kbd, q, s, samp, | ||
7 | +small, strike, strong, sub, sup, tt, var, | ||
8 | +b, u, i, center, | ||
9 | +dl, dt, dd, ol, ul, li, | ||
10 | +fieldset, form, label, legend, | ||
11 | +table, caption, tbody, tfoot, thead, tr, th, td, | ||
12 | +article, aside, canvas, details, embed, | ||
13 | +figure, figcaption, footer, header, hgroup, | ||
14 | +menu, nav, output, ruby, section, summary, | ||
15 | +time, mark, audio, video { | ||
16 | + margin: 0; | ||
17 | + padding: 0; | ||
18 | + border: 0; | ||
19 | + font: inherit; | ||
20 | + font-size: 100%; | ||
21 | + vertical-align: baseline; | ||
22 | +} | ||
23 | + | ||
24 | +/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
25 | +html { | ||
26 | + line-height: 1; | ||
27 | +} | ||
28 | + | ||
29 | +/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
30 | +ol, ul { | ||
31 | + list-style: none; | ||
32 | +} | ||
33 | + | ||
34 | +/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
35 | +table { | ||
36 | + border-collapse: collapse; | ||
37 | + border-spacing: 0; | ||
38 | +} | ||
39 | + | ||
40 | +/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
41 | +caption, th, td { | ||
42 | + text-align: left; | ||
43 | + font-weight: normal; | ||
44 | + vertical-align: middle; | ||
45 | +} | ||
46 | + | ||
47 | +/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
48 | +q, blockquote { | ||
49 | + quotes: none; | ||
50 | +} | ||
51 | +/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
52 | +q:before, q:after, blockquote:before, blockquote:after { | ||
53 | + content: ""; | ||
54 | + content: none; | ||
55 | +} | ||
56 | + | ||
57 | +/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
58 | +a img { | ||
59 | + border: none; | ||
60 | +} | ||
61 | + | ||
62 | +/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ | ||
63 | +article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { | ||
64 | + display: block; | ||
65 | +} | ||
66 | + | ||
67 | +/*px转化rem*/ | ||
68 | +/* line 25, ../sass/base/_common.scss */ | ||
69 | +body { | ||
70 | + font-family: helvetica,Arial,"SimHei"; | ||
71 | + background: #f2f2f2; | ||
72 | +} | ||
73 | + | ||
74 | +/** | ||
75 | + * 闭合浮动 | ||
76 | + * @Doc: http://nicolasgallagher.com/micro-clearfix-hack/ | ||
77 | + */ | ||
78 | +/* line 35, ../sass/base/_common.scss */ | ||
79 | +.clearfix:before, | ||
80 | +.clearfix:after { | ||
81 | + content: ""; | ||
82 | + display: table; | ||
83 | +} | ||
84 | + | ||
85 | +/* line 41, ../sass/base/_common.scss */ | ||
86 | +.clearfix:after { | ||
87 | + clear: both; | ||
88 | +} | ||
89 | + | ||
90 | +/* line 45, ../sass/base/_common.scss */ | ||
91 | +.clearfix { | ||
92 | + *zoom: 1; | ||
93 | + /* IE6-7 触发 hasLayout */ | ||
94 | +} | ||
95 | + | ||
96 | +/* line 49, ../sass/base/_common.scss */ | ||
97 | +ol, ul { | ||
98 | + list-style: none; | ||
99 | +} | ||
100 | + | ||
101 | +/* line 53, ../sass/base/_common.scss */ | ||
102 | +a { | ||
103 | + text-decoration: none; | ||
104 | +} | ||
105 | + | ||
106 | +/* line 57, ../sass/base/_common.scss */ | ||
107 | +a:focus { | ||
108 | + outline: none; | ||
109 | +} | ||
110 | + | ||
111 | +/* line 5, ../sass/coupon-mobile.scss */ | ||
112 | +.coupon-hd { | ||
113 | + height: 6.3rem; | ||
114 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
115 | + background-repeat: no-repeat; | ||
116 | + background-position: 0 -3.175rem; | ||
117 | + background-size: 16rem 31.575rem; | ||
118 | +} | ||
119 | +/* line 10, ../sass/coupon-mobile.scss */ | ||
120 | +.coupon-hd.hd2 { | ||
121 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
122 | + background-repeat: no-repeat; | ||
123 | + background-position: 0 -9.725rem; | ||
124 | + background-size: 16rem 31.575rem; | ||
125 | +} | ||
126 | +/* line 14, ../sass/coupon-mobile.scss */ | ||
127 | +.coupon-hd.hd3 { | ||
128 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
129 | + background-repeat: no-repeat; | ||
130 | + background-position: 0 -16.275rem; | ||
131 | + background-size: 16rem 31.575rem; | ||
132 | +} | ||
133 | + | ||
134 | +/* line 19, ../sass/coupon-mobile.scss */ | ||
135 | +.coupon-bd { | ||
136 | + position: relative; | ||
137 | + margin: 0.4rem 0.325rem 0; | ||
138 | + padding: 0 0 0.875rem; | ||
139 | + background: #fff url('../../img/cuxiao/bd-bg.png?1448352895') repeat-y top left; | ||
140 | + background-size: 100% auto; | ||
141 | + -moz-border-radius: 0.25rem; | ||
142 | + -webkit-border-radius: 0.25rem; | ||
143 | + border-radius: 0.25rem; | ||
144 | +} | ||
145 | +/* line 28, ../sass/coupon-mobile.scss */ | ||
146 | +.coupon-bd .bd-top { | ||
147 | + position: absolute; | ||
148 | + height: 0.8rem; | ||
149 | + left: 0; | ||
150 | + right: 0; | ||
151 | + top: 0; | ||
152 | + background: url('../../img/cuxiao/bd-header.png?1448352137') no-repeat top left; | ||
153 | + background-size: 100% auto; | ||
154 | +} | ||
155 | +/* line 38, ../sass/coupon-mobile.scss */ | ||
156 | +.coupon-bd .bd-bottom { | ||
157 | + position: absolute; | ||
158 | + height: 0.15rem; | ||
159 | + left: 0; | ||
160 | + right: 0; | ||
161 | + bottom: 0; | ||
162 | + background: url('../../img/cuxiao/bd-footer.png?1448352929') no-repeat bottom left; | ||
163 | + background-size: 100% auto; | ||
164 | +} | ||
165 | + | ||
166 | +/* line 49, ../sass/coupon-mobile.scss */ | ||
167 | +.coupon-rule { | ||
168 | + padding: 1.225rem 0 0; | ||
169 | +} | ||
170 | +/* line 52, ../sass/coupon-mobile.scss */ | ||
171 | +.coupon-rule h2 { | ||
172 | + margin: 0 auto; | ||
173 | + width: 14.55rem; | ||
174 | + height: 1.275rem; | ||
175 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
176 | + background-repeat: no-repeat; | ||
177 | + background-position: 0 0; | ||
178 | + background-size: 16rem 31.575rem; | ||
179 | +} | ||
180 | +/* line 60, ../sass/coupon-mobile.scss */ | ||
181 | +.coupon-rule ul { | ||
182 | + margin: 0.625rem auto 0; | ||
183 | + padding: 0.375rem 0 0; | ||
184 | + width: 14.525rem; | ||
185 | + height: 3.55rem; | ||
186 | + font-size: 0; | ||
187 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
188 | + background-repeat: no-repeat; | ||
189 | + background-position: 0 -27.625rem; | ||
190 | + background-size: 16rem 31.575rem; | ||
191 | +} | ||
192 | +/* line 69, ../sass/coupon-mobile.scss */ | ||
193 | +.coupon-rule ul li { | ||
194 | + margin: 0.375rem 0 0; | ||
195 | +} | ||
196 | +/* line 72, ../sass/coupon-mobile.scss */ | ||
197 | +.coupon-rule ul li:first-child { | ||
198 | + margin: 0; | ||
199 | +} | ||
200 | +/* line 76, ../sass/coupon-mobile.scss */ | ||
201 | +.coupon-rule ul li span { | ||
202 | + float: left; | ||
203 | + margin: 0 0 0 0.65rem; | ||
204 | + width: 2.15rem; | ||
205 | + height: 0.6rem; | ||
206 | + line-height: 0.6rem; | ||
207 | + text-align: center; | ||
208 | + font-size: 0.45rem; | ||
209 | + color: #fff; | ||
210 | + background: #c41a07; | ||
211 | + -moz-border-radius: 0.125rem; | ||
212 | + -webkit-border-radius: 0.125rem; | ||
213 | + border-radius: 0.125rem; | ||
214 | +} | ||
215 | +/* line 90, ../sass/coupon-mobile.scss */ | ||
216 | +.coupon-rule ul li em { | ||
217 | + float: left; | ||
218 | + margin: 0 0 0 0.25rem; | ||
219 | + width: 11.45rem; | ||
220 | + font-size: 0.45rem; | ||
221 | + color: #fff; | ||
222 | + line-height: 0.65rem; | ||
223 | +} | ||
224 | + | ||
225 | +/* line 102, ../sass/coupon-mobile.scss */ | ||
226 | +.floor-header { | ||
227 | + margin: 1rem auto; | ||
228 | + width: 14.5rem; | ||
229 | + height: 0.6rem; | ||
230 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
231 | + background-repeat: no-repeat; | ||
232 | + background-position: 0 -1.525rem; | ||
233 | + background-size: 16rem 31.575rem; | ||
234 | +} | ||
235 | +/* line 109, ../sass/coupon-mobile.scss */ | ||
236 | +.floor-header.top-recommend { | ||
237 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
238 | + background-repeat: no-repeat; | ||
239 | + background-position: 0 -2.35rem; | ||
240 | + background-size: 16rem 31.575rem; | ||
241 | +} | ||
242 | + | ||
243 | +/* line 115, ../sass/coupon-mobile.scss */ | ||
244 | +.img-coupon ul { | ||
245 | + margin: 0.675rem 0 0; | ||
246 | + height: 10.05rem; | ||
247 | + background-repeat: no-repeat; | ||
248 | + background-position: center center; | ||
249 | + background-size: auto 100%; | ||
250 | + text-align: center; | ||
251 | + font-size: 0; | ||
252 | +} | ||
253 | +/* line 124, ../sass/coupon-mobile.scss */ | ||
254 | +.img-coupon ul.img-coupon01 { | ||
255 | + background-image: url('../../img/cuxiao/boy/pic01.png?1448351086'); | ||
256 | +} | ||
257 | +/* line 128, ../sass/coupon-mobile.scss */ | ||
258 | +.img-coupon ul.img-coupon02 { | ||
259 | + background-image: url('../../img/cuxiao/boy/pic02.png?1448351239'); | ||
260 | +} | ||
261 | +/* line 132, ../sass/coupon-mobile.scss */ | ||
262 | +.img-coupon ul.img-coupon03 { | ||
263 | + background-image: url('../../img/cuxiao/boy/pic03.png?1448351260'); | ||
264 | +} | ||
265 | +/* line 136, ../sass/coupon-mobile.scss */ | ||
266 | +.img-coupon ul.img-coupon04 { | ||
267 | + background-image: url('../../img/cuxiao/boy/pic04.png?1448351280'); | ||
268 | +} | ||
269 | +/* line 140, ../sass/coupon-mobile.scss */ | ||
270 | +.img-coupon ul.img-coupon05 { | ||
271 | + background-image: url('../../img/cuxiao/boy/pic05.png?1448351508'); | ||
272 | +} | ||
273 | +/* line 144, ../sass/coupon-mobile.scss */ | ||
274 | +.img-coupon ul.img-coupon06 { | ||
275 | + background-image: url('../../img/cuxiao/boy/pic06.png?1448351671'); | ||
276 | +} | ||
277 | +/* line 148, ../sass/coupon-mobile.scss */ | ||
278 | +.img-coupon ul.img-coupon07 { | ||
279 | + background-image: url('../../img/cuxiao/boy/pic07.png?1448351704'); | ||
280 | +} | ||
281 | +/* line 152, ../sass/coupon-mobile.scss */ | ||
282 | +.img-coupon ul.img-coupon08 { | ||
283 | + background-image: url('../../img/cuxiao/boy/pic08.png?1448351725'); | ||
284 | +} | ||
285 | +/* line 156, ../sass/coupon-mobile.scss */ | ||
286 | +.img-coupon ul.img-coupon01.girl { | ||
287 | + background-image: url('../../img/cuxiao/girl/pic01.png?1448355972'); | ||
288 | +} | ||
289 | +/* line 160, ../sass/coupon-mobile.scss */ | ||
290 | +.img-coupon ul.img-coupon02.girl { | ||
291 | + background-image: url('../../img/cuxiao/girl/pic02.png?1448355989'); | ||
292 | +} | ||
293 | +/* line 164, ../sass/coupon-mobile.scss */ | ||
294 | +.img-coupon ul.img-coupon03.girl { | ||
295 | + background-image: url('../../img/cuxiao/girl/pic03.png?1448356005'); | ||
296 | +} | ||
297 | +/* line 168, ../sass/coupon-mobile.scss */ | ||
298 | +.img-coupon ul.img-coupon04.girl { | ||
299 | + background-image: url('../../img/cuxiao/girl/pic04.png?1448356024'); | ||
300 | +} | ||
301 | +/* line 172, ../sass/coupon-mobile.scss */ | ||
302 | +.img-coupon ul.img-coupon05.girl { | ||
303 | + background-image: url('../../img/cuxiao/girl/pic05.png?1448356315'); | ||
304 | +} | ||
305 | +/* line 176, ../sass/coupon-mobile.scss */ | ||
306 | +.img-coupon ul.img-coupon06.girl { | ||
307 | + background-image: url('../../img/cuxiao/girl/pic06.png?1448356330'); | ||
308 | +} | ||
309 | +/* line 180, ../sass/coupon-mobile.scss */ | ||
310 | +.img-coupon ul.img-coupon07.girl { | ||
311 | + background-image: url('../../img/cuxiao/girl/pic07.png?1448356344'); | ||
312 | +} | ||
313 | +/* line 184, ../sass/coupon-mobile.scss */ | ||
314 | +.img-coupon ul.img-coupon08.girl { | ||
315 | + background-image: url('../../img/cuxiao/girl/pic08.png?1448356359'); | ||
316 | +} | ||
317 | +/* line 188, ../sass/coupon-mobile.scss */ | ||
318 | +.img-coupon ul.img-coupon01.girl2 { | ||
319 | + background-image: url('../../img/cuxiao/girl/pic201.png?1448438450'); | ||
320 | +} | ||
321 | +/* line 192, ../sass/coupon-mobile.scss */ | ||
322 | +.img-coupon ul.img-coupon02.girl2 { | ||
323 | + background-image: url('../../img/cuxiao/girl/pic202.png?1448438464'); | ||
324 | +} | ||
325 | +/* line 196, ../sass/coupon-mobile.scss */ | ||
326 | +.img-coupon ul.img-coupon03.girl2 { | ||
327 | + background-image: url('../../img/cuxiao/girl/pic203.png?1448438475'); | ||
328 | +} | ||
329 | +/* line 200, ../sass/coupon-mobile.scss */ | ||
330 | +.img-coupon ul.img-coupon04.girl2 { | ||
331 | + background-image: url('../../img/cuxiao/girl/pic204.png?1448438485'); | ||
332 | +} | ||
333 | +/* line 205, ../sass/coupon-mobile.scss */ | ||
334 | +.img-coupon ul.boy2-img-coupon01 { | ||
335 | + background-image: url('../../img/cuxiao/boy/pic201.png?1448437328'); | ||
336 | +} | ||
337 | +/* line 209, ../sass/coupon-mobile.scss */ | ||
338 | +.img-coupon ul.boy2-img-coupon02 { | ||
339 | + background-image: url('../../img/cuxiao/boy/pic202.png?1448437347'); | ||
340 | +} | ||
341 | +/* line 213, ../sass/coupon-mobile.scss */ | ||
342 | +.img-coupon ul.boy2-img-coupon03 { | ||
343 | + background-image: url('../../img/cuxiao/boy/pic203.png?1448437357'); | ||
344 | +} | ||
345 | +/* line 217, ../sass/coupon-mobile.scss */ | ||
346 | +.img-coupon ul.boy2-img-coupon04 { | ||
347 | + background-image: url('../../img/cuxiao/boy/pic204.png?1448437366'); | ||
348 | +} | ||
349 | +/* line 221, ../sass/coupon-mobile.scss */ | ||
350 | +.img-coupon ul:first-child { | ||
351 | + margin: 0; | ||
352 | +} | ||
353 | +/* line 225, ../sass/coupon-mobile.scss */ | ||
354 | +.img-coupon ul li { | ||
355 | + display: inline-block; | ||
356 | + *zoom: 1; | ||
357 | + *display: inline; | ||
358 | + margin: 0 0 0 0.575rem; | ||
359 | + width: 6.975rem; | ||
360 | + height: 100%; | ||
361 | +} | ||
362 | +/* line 232, ../sass/coupon-mobile.scss */ | ||
363 | +.img-coupon ul li:first-child { | ||
364 | + margin: 0; | ||
365 | +} | ||
366 | +/* line 236, ../sass/coupon-mobile.scss */ | ||
367 | +.img-coupon ul li .enter-store { | ||
368 | + display: block; | ||
369 | + height: 5.75rem; | ||
370 | +} | ||
371 | +/* line 241, ../sass/coupon-mobile.scss */ | ||
372 | +.img-coupon ul li .get-coupon { | ||
373 | + display: block; | ||
374 | + height: 4.25rem; | ||
375 | +} | ||
376 | + | ||
377 | +/* line 250, ../sass/coupon-mobile.scss */ | ||
378 | +.logo-coupon li { | ||
379 | + margin: 0.625rem auto 0; | ||
380 | + width: 14.55rem; | ||
381 | + height: 3.5rem; | ||
382 | + background-repeat: no-repeat; | ||
383 | + background-position: center center; | ||
384 | + background-size: auto 100%; | ||
385 | + font-size: 0; | ||
386 | +} | ||
387 | +/* line 259, ../sass/coupon-mobile.scss */ | ||
388 | +.logo-coupon li a { | ||
389 | + display: inline-block; | ||
390 | + *zoom: 1; | ||
391 | + *display: inline; | ||
392 | + height: 100%; | ||
393 | +} | ||
394 | +/* line 264, ../sass/coupon-mobile.scss */ | ||
395 | +.logo-coupon li a.enter-store { | ||
396 | + width: 4.85rem; | ||
397 | +} | ||
398 | +/* line 268, ../sass/coupon-mobile.scss */ | ||
399 | +.logo-coupon li a.get-coupon { | ||
400 | + width: 9.7rem; | ||
401 | +} | ||
402 | +/* line 273, ../sass/coupon-mobile.scss */ | ||
403 | +.logo-coupon li.logo-coupon01 { | ||
404 | + background-image: url('../../img/cuxiao/boy/logo01.png?1448351351'); | ||
405 | +} | ||
406 | +/* line 277, ../sass/coupon-mobile.scss */ | ||
407 | +.logo-coupon li.logo-coupon02 { | ||
408 | + background-image: url('../../img/cuxiao/boy/logo02.png?1448351368'); | ||
409 | +} | ||
410 | +/* line 281, ../sass/coupon-mobile.scss */ | ||
411 | +.logo-coupon li.logo-coupon03 { | ||
412 | + background-image: url('../../img/cuxiao/boy/logo03.png?1448351384'); | ||
413 | +} | ||
414 | +/* line 285, ../sass/coupon-mobile.scss */ | ||
415 | +.logo-coupon li.logo-coupon04 { | ||
416 | + background-image: url('../../img/cuxiao/boy/logo04.png?1448351411'); | ||
417 | +} | ||
418 | +/* line 289, ../sass/coupon-mobile.scss */ | ||
419 | +.logo-coupon li.logo-coupon05 { | ||
420 | + background-image: url('../../img/cuxiao/boy/logo05.png?1448351430'); | ||
421 | +} | ||
422 | +/* line 293, ../sass/coupon-mobile.scss */ | ||
423 | +.logo-coupon li.logo-coupon06 { | ||
424 | + background-image: url('../../img/cuxiao/boy/logo06.png?1448351445'); | ||
425 | +} | ||
426 | +/* line 297, ../sass/coupon-mobile.scss */ | ||
427 | +.logo-coupon li.logo-coupon07 { | ||
428 | + background-image: url('../../img/cuxiao/boy/logo07.png?1448351797'); | ||
429 | +} | ||
430 | +/* line 301, ../sass/coupon-mobile.scss */ | ||
431 | +.logo-coupon li.logo-coupon08 { | ||
432 | + background-image: url('../../img/cuxiao/boy/logo08.png?1448351808'); | ||
433 | +} | ||
434 | +/* line 305, ../sass/coupon-mobile.scss */ | ||
435 | +.logo-coupon li.logo-coupon09 { | ||
436 | + background-image: url('../../img/cuxiao/boy/logo09.png?1448351824'); | ||
437 | +} | ||
438 | +/* line 309, ../sass/coupon-mobile.scss */ | ||
439 | +.logo-coupon li.logo-coupon10 { | ||
440 | + background-image: url('../../img/cuxiao/boy/logo10.png?1448351846'); | ||
441 | +} | ||
442 | +/* line 313, ../sass/coupon-mobile.scss */ | ||
443 | +.logo-coupon li.logo-coupon11 { | ||
444 | + background-image: url('../../img/cuxiao/boy/logo11.png?1448351884'); | ||
445 | +} | ||
446 | +/* line 317, ../sass/coupon-mobile.scss */ | ||
447 | +.logo-coupon li.logo-coupon12 { | ||
448 | + background-image: url('../../img/cuxiao/boy/logo12.png?1448351897'); | ||
449 | +} | ||
450 | +/* line 321, ../sass/coupon-mobile.scss */ | ||
451 | +.logo-coupon li.boy2-logo-coupon01 { | ||
452 | + background-image: url('../../img/cuxiao/boy/logo201.png?1448438029'); | ||
453 | +} | ||
454 | +/* line 325, ../sass/coupon-mobile.scss */ | ||
455 | +.logo-coupon li.boy2-logo-coupon02 { | ||
456 | + background-image: url('../../img/cuxiao/boy/logo202.png?1448438043'); | ||
457 | +} | ||
458 | +/* line 329, ../sass/coupon-mobile.scss */ | ||
459 | +.logo-coupon li.boy2-logo-coupon03 { | ||
460 | + background-image: url('../../img/cuxiao/boy/logo203.png?1448438058'); | ||
461 | +} | ||
462 | +/* line 333, ../sass/coupon-mobile.scss */ | ||
463 | +.logo-coupon li.boy2-logo-coupon04 { | ||
464 | + background-image: url('../../img/cuxiao/boy/logo204.png?1448438064'); | ||
465 | +} | ||
466 | +/* line 337, ../sass/coupon-mobile.scss */ | ||
467 | +.logo-coupon li.boy2-logo-coupon05 { | ||
468 | + background-image: url('../../img/cuxiao/boy/logo205.png?1448438083'); | ||
469 | +} | ||
470 | +/* line 341, ../sass/coupon-mobile.scss */ | ||
471 | +.logo-coupon li.boy2-logo-coupon06 { | ||
472 | + background-image: url('../../img/cuxiao/boy/logo206.png?1448438092'); | ||
473 | +} | ||
474 | +/* line 345, ../sass/coupon-mobile.scss */ | ||
475 | +.logo-coupon li.boy2-logo-coupon07 { | ||
476 | + background-image: url('../../img/cuxiao/boy/logo207.png?1448438099'); | ||
477 | +} | ||
478 | +/* line 349, ../sass/coupon-mobile.scss */ | ||
479 | +.logo-coupon li.boy2-logo-coupon08 { | ||
480 | + background-image: url('../../img/cuxiao/boy/logo208.png?1448438106'); | ||
481 | +} | ||
482 | +/* line 353, ../sass/coupon-mobile.scss */ | ||
483 | +.logo-coupon li.boy2-logo-coupon09 { | ||
484 | + background-image: url('../../img/cuxiao/boy/logo209.png?1448438113'); | ||
485 | +} | ||
486 | +/* line 357, ../sass/coupon-mobile.scss */ | ||
487 | +.logo-coupon li.boy2-logo-coupon10 { | ||
488 | + background-image: url('../../img/cuxiao/boy/logo210.png?1448438120'); | ||
489 | +} | ||
490 | +/* line 361, ../sass/coupon-mobile.scss */ | ||
491 | +.logo-coupon li.boy2-logo-coupon11 { | ||
492 | + background-image: url('../../img/cuxiao/boy/logo211.png?1448438128'); | ||
493 | +} | ||
494 | +/* line 365, ../sass/coupon-mobile.scss */ | ||
495 | +.logo-coupon li.boy2-logo-coupon12 { | ||
496 | + background-image: url('../../img/cuxiao/boy/logo212.png?1448438142'); | ||
497 | +} | ||
498 | +/* line 369, ../sass/coupon-mobile.scss */ | ||
499 | +.logo-coupon li.logo-coupon01.girl { | ||
500 | + background-image: url('../../img/cuxiao/girl/logo01.png?1448356069'); | ||
501 | +} | ||
502 | +/* line 373, ../sass/coupon-mobile.scss */ | ||
503 | +.logo-coupon li.logo-coupon02.girl { | ||
504 | + background-image: url('../../img/cuxiao/girl/logo02.png?1448356084'); | ||
505 | +} | ||
506 | +/* line 377, ../sass/coupon-mobile.scss */ | ||
507 | +.logo-coupon li.logo-coupon03.girl { | ||
508 | + background-image: url('../../img/cuxiao/girl/logo03.png?1448356099'); | ||
509 | +} | ||
510 | +/* line 381, ../sass/coupon-mobile.scss */ | ||
511 | +.logo-coupon li.logo-coupon04.girl { | ||
512 | + background-image: url('../../img/cuxiao/girl/logo04.png?1448356113'); | ||
513 | +} | ||
514 | +/* line 385, ../sass/coupon-mobile.scss */ | ||
515 | +.logo-coupon li.logo-coupon05.girl { | ||
516 | + background-image: url('../../img/cuxiao/girl/logo05.png?1448356129'); | ||
517 | +} | ||
518 | +/* line 389, ../sass/coupon-mobile.scss */ | ||
519 | +.logo-coupon li.logo-coupon06.girl { | ||
520 | + background-image: url('../../img/cuxiao/girl/logo06.png?1448356141'); | ||
521 | +} | ||
522 | +/* line 393, ../sass/coupon-mobile.scss */ | ||
523 | +.logo-coupon li.logo-coupon07.girl { | ||
524 | + background-image: url('../../img/cuxiao/girl/logo07.png?1448356171'); | ||
525 | +} | ||
526 | +/* line 397, ../sass/coupon-mobile.scss */ | ||
527 | +.logo-coupon li.logo-coupon08.girl { | ||
528 | + background-image: url('../../img/cuxiao/girl/logo08.png?1448356189'); | ||
529 | +} | ||
530 | +/* line 401, ../sass/coupon-mobile.scss */ | ||
531 | +.logo-coupon li.logo-coupon09.girl { | ||
532 | + background-image: url('../../img/cuxiao/girl/logo09.png?1448356208'); | ||
533 | +} | ||
534 | +/* line 405, ../sass/coupon-mobile.scss */ | ||
535 | +.logo-coupon li.logo-coupon10.girl { | ||
536 | + background-image: url('../../img/cuxiao/girl/logo10.png?1448356222'); | ||
537 | +} | ||
538 | +/* line 409, ../sass/coupon-mobile.scss */ | ||
539 | +.logo-coupon li.logo-coupon11.girl { | ||
540 | + background-image: url('../../img/cuxiao/girl/logo11.png?1448356235'); | ||
541 | +} | ||
542 | +/* line 413, ../sass/coupon-mobile.scss */ | ||
543 | +.logo-coupon li.logo-coupon12.girl { | ||
544 | + background-image: url('../../img/cuxiao/girl/logo12.png?1448356245'); | ||
545 | +} | ||
546 | +/* line 417, ../sass/coupon-mobile.scss */ | ||
547 | +.logo-coupon li.logo-coupon13.girl { | ||
548 | + background-image: url('../../img/cuxiao/girl/logo13.png?1448356258'); | ||
549 | +} | ||
550 | +/* line 421, ../sass/coupon-mobile.scss */ | ||
551 | +.logo-coupon li.logo-coupon14.girl { | ||
552 | + background-image: url('../../img/cuxiao/girl/logo14.png?1448356276'); | ||
553 | +} | ||
554 | +/* line 425, ../sass/coupon-mobile.scss */ | ||
555 | +.logo-coupon li.logo-coupon01.girl2 { | ||
556 | + background-image: url('../../img/cuxiao/girl/logo201.png?1448438723'); | ||
557 | +} | ||
558 | +/* line 429, ../sass/coupon-mobile.scss */ | ||
559 | +.logo-coupon li.logo-coupon02.girl2 { | ||
560 | + background-image: url('../../img/cuxiao/girl/logo202.png?1448438730'); | ||
561 | +} | ||
562 | +/* line 433, ../sass/coupon-mobile.scss */ | ||
563 | +.logo-coupon li.logo-coupon03.girl2 { | ||
564 | + background-image: url('../../img/cuxiao/girl/logo203.png?1448438740'); | ||
565 | +} | ||
566 | +/* line 437, ../sass/coupon-mobile.scss */ | ||
567 | +.logo-coupon li.logo-coupon04.girl2 { | ||
568 | + background-image: url('../../img/cuxiao/girl/logo204.png?1448438749'); | ||
569 | +} | ||
570 | +/* line 441, ../sass/coupon-mobile.scss */ | ||
571 | +.logo-coupon li.logo-coupon05.girl2 { | ||
572 | + background-image: url('../../img/cuxiao/girl/logo205.png?1448438759'); | ||
573 | +} | ||
574 | +/* line 445, ../sass/coupon-mobile.scss */ | ||
575 | +.logo-coupon li.logo-coupon06.girl2 { | ||
576 | + background-image: url('../../img/cuxiao/girl/logo206.png?1448438770'); | ||
577 | +} | ||
578 | +/* line 449, ../sass/coupon-mobile.scss */ | ||
579 | +.logo-coupon li.logo-coupon07.girl2 { | ||
580 | + background-image: url('../../img/cuxiao/girl/logo207.png?1448438778'); | ||
581 | +} | ||
582 | +/* line 453, ../sass/coupon-mobile.scss */ | ||
583 | +.logo-coupon li.logo-coupon08.girl2 { | ||
584 | + background-image: url('../../img/cuxiao/girl/logo208.png?1448438787'); | ||
585 | +} | ||
586 | +/* line 457, ../sass/coupon-mobile.scss */ | ||
587 | +.logo-coupon li.logo-coupon09.girl2 { | ||
588 | + background-image: url('../../img/cuxiao/girl/logo209.png?1448438794'); | ||
589 | +} | ||
590 | +/* line 461, ../sass/coupon-mobile.scss */ | ||
591 | +.logo-coupon li.logo-coupon10.girl2 { | ||
592 | + background-image: url('../../img/cuxiao/girl/logo210.png?1448438804'); | ||
593 | +} | ||
594 | +/* line 465, ../sass/coupon-mobile.scss */ | ||
595 | +.logo-coupon li.logo-coupon11.girl2 { | ||
596 | + background-image: url('../../img/cuxiao/girl/logo211.png?1448438812'); | ||
597 | +} | ||
598 | +/* line 469, ../sass/coupon-mobile.scss */ | ||
599 | +.logo-coupon li.logo-coupon12.girl2 { | ||
600 | + background-image: url('../../img/cuxiao/girl/logo212.png?1448438820'); | ||
601 | +} | ||
602 | +/* line 473, ../sass/coupon-mobile.scss */ | ||
603 | +.logo-coupon li.logo-coupon13.girl2 { | ||
604 | + background-image: url('../../img/cuxiao/girl/logo213.png?1448438834'); | ||
605 | +} | ||
606 | +/* line 477, ../sass/coupon-mobile.scss */ | ||
607 | +.logo-coupon li.logo-coupon14.girl2 { | ||
608 | + background-image: url('../../img/cuxiao/girl/logo214.png?1448438851'); | ||
609 | +} | ||
610 | +/* line 481, ../sass/coupon-mobile.scss */ | ||
611 | +.logo-coupon li.logo-coupon01.kid { | ||
612 | + background-image: url('../../img/cuxiao/kidlife/kid01.png?1448356814'); | ||
613 | +} | ||
614 | +/* line 485, ../sass/coupon-mobile.scss */ | ||
615 | +.logo-coupon li.logo-coupon02.kid { | ||
616 | + background-image: url('../../img/cuxiao/kidlife/kid02.png?1448356826'); | ||
617 | +} | ||
618 | +/* line 489, ../sass/coupon-mobile.scss */ | ||
619 | +.logo-coupon li.logo-coupon03.kid { | ||
620 | + background-image: url('../../img/cuxiao/kidlife/kid03.png?1448356841'); | ||
621 | +} | ||
622 | +/* line 493, ../sass/coupon-mobile.scss */ | ||
623 | +.logo-coupon li.logo-coupon04.kid { | ||
624 | + background-image: url('../../img/cuxiao/kidlife/kid04.png?1448356853'); | ||
625 | +} | ||
626 | +/* line 497, ../sass/coupon-mobile.scss */ | ||
627 | +.logo-coupon li.logo-coupon05.kid { | ||
628 | + background-image: url('../../img/cuxiao/kidlife/kid05.png?1448356864'); | ||
629 | +} | ||
630 | +/* line 501, ../sass/coupon-mobile.scss */ | ||
631 | +.logo-coupon li.logo-coupon06.kid { | ||
632 | + background-image: url('../../img/cuxiao/kidlife/kid06.png?1448356876'); | ||
633 | +} | ||
634 | +/* line 505, ../sass/coupon-mobile.scss */ | ||
635 | +.logo-coupon li.logo-coupon07.kid { | ||
636 | + background-image: url('../../img/cuxiao/kidlife/kid07.png?1448356889'); | ||
637 | +} | ||
638 | +/* line 509, ../sass/coupon-mobile.scss */ | ||
639 | +.logo-coupon li.logo-coupon08.kid { | ||
640 | + background-image: url('../../img/cuxiao/kidlife/kid08.png?1448356903'); | ||
641 | +} | ||
642 | +/* line 513, ../sass/coupon-mobile.scss */ | ||
643 | +.logo-coupon li.logo-coupon01.life { | ||
644 | + background-image: url('../../img/cuxiao/kidlife/life01.png?1448357136'); | ||
645 | +} | ||
646 | +/* line 517, ../sass/coupon-mobile.scss */ | ||
647 | +.logo-coupon li.logo-coupon02.life { | ||
648 | + background-image: url('../../img/cuxiao/kidlife/life02.png?1448357146'); | ||
649 | +} | ||
650 | +/* line 521, ../sass/coupon-mobile.scss */ | ||
651 | +.logo-coupon li.logo-coupon03.life { | ||
652 | + background-image: url('../../img/cuxiao/kidlife/life03.png?1448357177'); | ||
653 | +} | ||
654 | +/* line 525, ../sass/coupon-mobile.scss */ | ||
655 | +.logo-coupon li.logo-coupon04.life { | ||
656 | + background-image: url('../../img/cuxiao/kidlife/life04.png?1448357198'); | ||
657 | +} | ||
658 | +/* line 529, ../sass/coupon-mobile.scss */ | ||
659 | +.logo-coupon li.logo-coupon05.life { | ||
660 | + background-image: url('../../img/cuxiao/kidlife/life05.png?1448357214'); | ||
661 | +} | ||
662 | +/* line 533, ../sass/coupon-mobile.scss */ | ||
663 | +.logo-coupon li.logo-coupon06.life { | ||
664 | + background-image: url('../../img/cuxiao/kidlife/life06.png?1448357233'); | ||
665 | +} | ||
666 | +/* line 537, ../sass/coupon-mobile.scss */ | ||
667 | +.logo-coupon li.logo-coupon07.life { | ||
668 | + background-image: url('../../img/cuxiao/kidlife/life07.png?1448357248'); | ||
669 | +} | ||
670 | +/* line 541, ../sass/coupon-mobile.scss */ | ||
671 | +.logo-coupon li.logo-coupon08.life { | ||
672 | + background-image: url('../../img/cuxiao/kidlife/life08.png?1448357264'); | ||
673 | +} | ||
674 | +/* line 545, ../sass/coupon-mobile.scss */ | ||
675 | +.logo-coupon li.logo-coupon09.life { | ||
676 | + background-image: url('../../img/cuxiao/kidlife/life09.png?1448357278'); | ||
677 | +} | ||
678 | +/* line 549, ../sass/coupon-mobile.scss */ | ||
679 | +.logo-coupon li.logo-coupon10.life { | ||
680 | + background-image: url('../../img/cuxiao/kidlife/life10.png?1448357290'); | ||
681 | +} | ||
682 | +/* line 553, ../sass/coupon-mobile.scss */ | ||
683 | +.logo-coupon li.logo-coupon11.life { | ||
684 | + background-image: url('../../img/cuxiao/kidlife/life11.png?1448357308'); | ||
685 | +} | ||
686 | +/* line 557, ../sass/coupon-mobile.scss */ | ||
687 | +.logo-coupon li.logo-coupon12.life { | ||
688 | + background-image: url('../../img/cuxiao/kidlife/life12.png?1448357325'); | ||
689 | +} | ||
690 | +/* line 561, ../sass/coupon-mobile.scss */ | ||
691 | +.logo-coupon li.logo-coupon13.life { | ||
692 | + background-image: url('../../img/cuxiao/kidlife/life13.png?1448357337'); | ||
693 | +} | ||
694 | + | ||
695 | +/* line 567, ../sass/coupon-mobile.scss */ | ||
696 | +.coupon-ft { | ||
697 | + padding: 0 0 2.6rem; | ||
698 | + height: 6.8rem; | ||
699 | + line-height: 6.8rem; | ||
700 | + background-image: url('../../img/cuxiao/footer.png?1448352083'); | ||
701 | + background-repeat: no-repeat; | ||
702 | + background-position: left bottom; | ||
703 | + background-size: 100% auto; | ||
704 | +} | ||
705 | + | ||
706 | +/* line 577, ../sass/coupon-mobile.scss */ | ||
707 | +.other-coupon { | ||
708 | + font-size: 0; | ||
709 | + text-align: center; | ||
710 | +} | ||
711 | +/* line 581, ../sass/coupon-mobile.scss */ | ||
712 | +.other-coupon a { | ||
713 | + display: inline-block; | ||
714 | + *zoom: 1; | ||
715 | + *display: inline; | ||
716 | + margin: 0 0.325rem; | ||
717 | + width: 4.55rem; | ||
718 | + height: 4.55rem; | ||
719 | + color: #fff; | ||
720 | + font-size: 0.75rem; | ||
721 | + font-weight: bold; | ||
722 | + line-height: 2.5rem; | ||
723 | + vertical-align: middle; | ||
724 | + background-image: url('../../img/cuxiao/common-s1d5f767eac.png'); | ||
725 | + background-repeat: no-repeat; | ||
726 | + background-position: 0 -22.825rem; | ||
727 | + background-size: 16rem 31.575rem; | ||
728 | +} | ||
729 | + | ||
730 | +/* line 597, ../sass/coupon-mobile.scss */ | ||
731 | +.get-dialog-shade { | ||
732 | + display: none; | ||
733 | + position: fixed; | ||
734 | + z-index: 998; | ||
735 | + left: 0; | ||
736 | + right: 0; | ||
737 | + top: 0; | ||
738 | + bottom: 0; | ||
739 | + background: #000; | ||
740 | + opacity: 0.4; | ||
741 | + filter: alpha(opacity=40); | ||
742 | +} | ||
743 | + | ||
744 | +/* line 610, ../sass/coupon-mobile.scss */ | ||
745 | +.get-dialog { | ||
746 | + display: none; | ||
747 | + position: fixed; | ||
748 | + left: 50%; | ||
749 | + top: 50%; | ||
750 | + margin: -3.3rem 0 0 -5rem; | ||
751 | + padding: 1.6rem 0 0; | ||
752 | + width: 10rem; | ||
753 | + height: 5rem; | ||
754 | + background: #fff; | ||
755 | + z-index: 999; | ||
756 | + text-align: center; | ||
757 | +} | ||
758 | +/* line 623, ../sass/coupon-mobile.scss */ | ||
759 | +.get-dialog p { | ||
760 | + line-height: 0.8rem; | ||
761 | + font-size: 0.6rem; | ||
762 | + font-weight: bold; | ||
763 | +} | ||
764 | +/* line 629, ../sass/coupon-mobile.scss */ | ||
765 | +.get-dialog a { | ||
766 | + display: block; | ||
767 | + margin: 0.75rem auto 0; | ||
768 | + width: 5.95rem; | ||
769 | + height: 1.05rem; | ||
770 | + line-height: 1.05rem; | ||
771 | + background: #000; | ||
772 | + font-size: 0.6rem; | ||
773 | + color: #fff; | ||
774 | +} | ||
775 | + | ||
776 | +/* 提示框 */ | ||
777 | +.yoho-tip { | ||
778 | + position: fixed; | ||
779 | + display: none; | ||
780 | + text-align: center; | ||
781 | + width: 70%; | ||
782 | + padding: 34px 0; | ||
783 | + top: 50%; | ||
784 | + left: 50%; | ||
785 | + margin-left: -35%; | ||
786 | + margin-top: -45px; | ||
787 | + background-color: #000; | ||
788 | + opacity: 0.7; | ||
789 | + color: #fff; | ||
790 | + font-size: 18px; | ||
791 | + border: none; | ||
792 | + border-radius: 10px; | ||
793 | +} | ||
794 | + |
-
Please register or login to post a comment