do fixes bug to cuxiao coupon feature
Showing
55 changed files
with
805 additions
and
2 deletions
@@ -23,6 +23,9 @@ class Helpers | @@ -23,6 +23,9 @@ class Helpers | ||
23 | $url = ''; | 23 | $url = ''; |
24 | 24 | ||
25 | switch ($module) { | 25 | switch ($module) { |
26 | + case 'default': | ||
27 | + $url = 'http://m.yohobuy.com'; | ||
28 | + break; | ||
26 | case 'guang': // 逛 | 29 | case 'guang': // 逛 |
27 | $url = 'http://guang' . SUB_DOMAIN; | 30 | $url = 'http://guang' . SUB_DOMAIN; |
28 | break; | 31 | break; |
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 3, ../sass/coupon-mobile.scss */ | ||
112 | +.coupon-container { | ||
113 | + -webkit-text-size-adjust: none; | ||
114 | +} | ||
115 | + | ||
116 | +/* line 7, ../sass/coupon-mobile.scss */ | ||
117 | +.coupon-hd { | ||
118 | + height: 6.3rem; | ||
119 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
120 | + background-repeat: no-repeat; | ||
121 | + background-position: 0 -3.175rem; | ||
122 | + background-size: 16rem 31.575rem; | ||
123 | +} | ||
124 | +/* line 12, ../sass/coupon-mobile.scss */ | ||
125 | +.coupon-hd.hd2 { | ||
126 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
127 | + background-repeat: no-repeat; | ||
128 | + background-position: 0 -9.725rem; | ||
129 | + background-size: 16rem 31.575rem; | ||
130 | +} | ||
131 | +/* line 16, ../sass/coupon-mobile.scss */ | ||
132 | +.coupon-hd.hd3 { | ||
133 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
134 | + background-repeat: no-repeat; | ||
135 | + background-position: 0 -16.275rem; | ||
136 | + background-size: 16rem 31.575rem; | ||
137 | +} | ||
138 | + | ||
139 | +/* line 21, ../sass/coupon-mobile.scss */ | ||
140 | +.coupon-bd { | ||
141 | + position: relative; | ||
142 | + margin: 0.4rem 0.325rem 0; | ||
143 | + padding: 0 0 0.875rem; | ||
144 | + background: #fff url('../../img/151201/bd-bg.png?1448352895') repeat-y top left; | ||
145 | + background-size: 100% auto; | ||
146 | + -moz-border-radius: 0.25rem; | ||
147 | + -webkit-border-radius: 0.25rem; | ||
148 | + border-radius: 0.25rem; | ||
149 | +} | ||
150 | +/* line 30, ../sass/coupon-mobile.scss */ | ||
151 | +.coupon-bd .bd-top { | ||
152 | + position: absolute; | ||
153 | + height: 0.8rem; | ||
154 | + left: 0; | ||
155 | + right: 0; | ||
156 | + top: 0; | ||
157 | + background: url('../../img/151201/bd-header.png?1448352137') no-repeat top left; | ||
158 | + background-size: 100% auto; | ||
159 | +} | ||
160 | +/* line 40, ../sass/coupon-mobile.scss */ | ||
161 | +.coupon-bd .bd-bottom { | ||
162 | + position: absolute; | ||
163 | + height: 0.15rem; | ||
164 | + left: 0; | ||
165 | + right: 0; | ||
166 | + bottom: 0; | ||
167 | + background: url('../../img/151201/bd-footer.png?1448352929') no-repeat bottom left; | ||
168 | + background-size: 100% auto; | ||
169 | +} | ||
170 | + | ||
171 | +/* line 51, ../sass/coupon-mobile.scss */ | ||
172 | +.coupon-rule { | ||
173 | + padding: 1.225rem 0 0; | ||
174 | +} | ||
175 | +/* line 54, ../sass/coupon-mobile.scss */ | ||
176 | +.coupon-rule h2 { | ||
177 | + margin: 0 auto; | ||
178 | + width: 14.55rem; | ||
179 | + height: 1.275rem; | ||
180 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
181 | + background-repeat: no-repeat; | ||
182 | + background-position: 0 0; | ||
183 | + background-size: 16rem 31.575rem; | ||
184 | +} | ||
185 | +/* line 62, ../sass/coupon-mobile.scss */ | ||
186 | +.coupon-rule ul { | ||
187 | + margin: 0.625rem auto 0; | ||
188 | + padding: 0.425rem 0 0; | ||
189 | + width: 14.525rem; | ||
190 | + height: 6.3rem; | ||
191 | + font-size: 0; | ||
192 | + background: url('../../img/151201/rule-bg.png?1448607853'); | ||
193 | + background-size: 100% auto; | ||
194 | +} | ||
195 | +/* line 71, ../sass/coupon-mobile.scss */ | ||
196 | +.coupon-rule ul li { | ||
197 | + margin: 0.375rem 0 0; | ||
198 | +} | ||
199 | +/* line 74, ../sass/coupon-mobile.scss */ | ||
200 | +.coupon-rule ul li:first-child { | ||
201 | + margin: 0; | ||
202 | +} | ||
203 | +/* line 78, ../sass/coupon-mobile.scss */ | ||
204 | +.coupon-rule ul li span { | ||
205 | + float: left; | ||
206 | + margin: 0 0 0 0.65rem; | ||
207 | + width: 2.95rem; | ||
208 | + height: 0.975rem; | ||
209 | + line-height: 0.975rem; | ||
210 | + text-align: center; | ||
211 | + font-size: 0.55rem; | ||
212 | + -webkit-text-size-adjust: none; | ||
213 | + color: #fff; | ||
214 | + background: #c41a07; | ||
215 | + -moz-border-radius: 0.125rem; | ||
216 | + -webkit-border-radius: 0.125rem; | ||
217 | + border-radius: 0.125rem; | ||
218 | +} | ||
219 | +/* line 93, ../sass/coupon-mobile.scss */ | ||
220 | +.coupon-rule ul li em { | ||
221 | + float: left; | ||
222 | + margin: 0 0 0 0.25rem; | ||
223 | + width: 10.0rem; | ||
224 | + font-size: 0.55rem; | ||
225 | + -webkit-text-size-adjust: none; | ||
226 | + color: #fff; | ||
227 | + line-height: 0.8rem; | ||
228 | +} | ||
229 | + | ||
230 | +/* line 106, ../sass/coupon-mobile.scss */ | ||
231 | +.floor-header { | ||
232 | + margin: 1rem auto; | ||
233 | + width: 14.5rem; | ||
234 | + height: 0.6rem; | ||
235 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
236 | + background-repeat: no-repeat; | ||
237 | + background-position: 0 -1.525rem; | ||
238 | + background-size: 16rem 31.575rem; | ||
239 | +} | ||
240 | +/* line 113, ../sass/coupon-mobile.scss */ | ||
241 | +.floor-header.top-recommend { | ||
242 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
243 | + background-repeat: no-repeat; | ||
244 | + background-position: 0 -2.35rem; | ||
245 | + background-size: 16rem 31.575rem; | ||
246 | +} | ||
247 | + | ||
248 | +/* line 119, ../sass/coupon-mobile.scss */ | ||
249 | +.img-coupon ul { | ||
250 | + margin: 0.675rem 0 0; | ||
251 | + height: 10.05rem; | ||
252 | + background-repeat: no-repeat; | ||
253 | + background-position: center center; | ||
254 | + background-size: auto 100%; | ||
255 | + text-align: center; | ||
256 | + font-size: 0; | ||
257 | +} | ||
258 | +/* line 128, ../sass/coupon-mobile.scss */ | ||
259 | +.img-coupon ul.img-coupon01 { | ||
260 | + background-image: url('../../img/151201/boy/pic01.png?1448351086'); | ||
261 | +} | ||
262 | +/* line 132, ../sass/coupon-mobile.scss */ | ||
263 | +.img-coupon ul.img-coupon02 { | ||
264 | + background-image: url('../../img/151201/boy/pic02.png?1448351239'); | ||
265 | +} | ||
266 | +/* line 136, ../sass/coupon-mobile.scss */ | ||
267 | +.img-coupon ul.img-coupon03 { | ||
268 | + background-image: url('../../img/151201/boy/pic03.png?1448351260'); | ||
269 | +} | ||
270 | +/* line 140, ../sass/coupon-mobile.scss */ | ||
271 | +.img-coupon ul.img-coupon04 { | ||
272 | + background-image: url('../../img/151201/boy/pic04.png?1448351280'); | ||
273 | +} | ||
274 | +/* line 144, ../sass/coupon-mobile.scss */ | ||
275 | +.img-coupon ul.img-coupon05 { | ||
276 | + background-image: url('../../img/151201/boy/pic05.png?1448351508'); | ||
277 | +} | ||
278 | +/* line 148, ../sass/coupon-mobile.scss */ | ||
279 | +.img-coupon ul.img-coupon06 { | ||
280 | + background-image: url('../../img/151201/boy/pic06.png?1448351704'); | ||
281 | +} | ||
282 | +/* line 152, ../sass/coupon-mobile.scss */ | ||
283 | +.img-coupon ul.img-coupon07 { | ||
284 | + background-image: url('../../img/151201/boy/pic07.png?1448351725'); | ||
285 | +} | ||
286 | +/* line 156, ../sass/coupon-mobile.scss */ | ||
287 | +.img-coupon ul.img-coupon08 { | ||
288 | + background-image: url('../../img/151201/boy/pic08.png?1448351742'); | ||
289 | +} | ||
290 | +/* line 160, ../sass/coupon-mobile.scss */ | ||
291 | +.img-coupon ul.img-coupon01.girl { | ||
292 | + background-image: url('../../img/151201/girl/pic01.png?1448355972'); | ||
293 | +} | ||
294 | +/* line 164, ../sass/coupon-mobile.scss */ | ||
295 | +.img-coupon ul.img-coupon02.girl { | ||
296 | + background-image: url('../../img/151201/girl/pic02.png?1448355989'); | ||
297 | +} | ||
298 | +/* line 168, ../sass/coupon-mobile.scss */ | ||
299 | +.img-coupon ul.img-coupon03.girl { | ||
300 | + background-image: url('../../img/151201/girl/pic03.png?1448356005'); | ||
301 | +} | ||
302 | +/* line 172, ../sass/coupon-mobile.scss */ | ||
303 | +.img-coupon ul.img-coupon04.girl { | ||
304 | + background-image: url('../../img/151201/girl/pic04.png?1448356024'); | ||
305 | +} | ||
306 | +/* line 176, ../sass/coupon-mobile.scss */ | ||
307 | +.img-coupon ul.img-coupon05.girl { | ||
308 | + background-image: url('../../img/151201/girl/pic05.png?1448356315'); | ||
309 | +} | ||
310 | +/* line 180, ../sass/coupon-mobile.scss */ | ||
311 | +.img-coupon ul.img-coupon06.girl { | ||
312 | + background-image: url('../../img/151201/girl/pic06.png?1448356330'); | ||
313 | +} | ||
314 | +/* line 184, ../sass/coupon-mobile.scss */ | ||
315 | +.img-coupon ul.img-coupon07.girl { | ||
316 | + background-image: url('../../img/151201/girl/pic07.png?1448356344'); | ||
317 | +} | ||
318 | +/* line 188, ../sass/coupon-mobile.scss */ | ||
319 | +.img-coupon ul.img-coupon08.girl { | ||
320 | + background-image: url('../../img/151201/girl/pic08.png?1448356359'); | ||
321 | +} | ||
322 | +/* line 192, ../sass/coupon-mobile.scss */ | ||
323 | +.img-coupon ul.img-coupon01.girl2 { | ||
324 | + background-image: url('../../img/151201/girl/pic201.png?1448438450'); | ||
325 | +} | ||
326 | +/* line 196, ../sass/coupon-mobile.scss */ | ||
327 | +.img-coupon ul.img-coupon02.girl2 { | ||
328 | + background-image: url('../../img/151201/girl/pic202.png?1448438464'); | ||
329 | +} | ||
330 | +/* line 200, ../sass/coupon-mobile.scss */ | ||
331 | +.img-coupon ul.img-coupon03.girl2 { | ||
332 | + background-image: url('../../img/151201/girl/pic203.png?1448438475'); | ||
333 | +} | ||
334 | +/* line 204, ../sass/coupon-mobile.scss */ | ||
335 | +.img-coupon ul.img-coupon04.girl2 { | ||
336 | + background-image: url('../../img/151201/girl/pic204.png?1448438485'); | ||
337 | +} | ||
338 | +/* line 208, ../sass/coupon-mobile.scss */ | ||
339 | +.img-coupon ul.boy2-img-coupon01 { | ||
340 | + background-image: url('../../img/151201/boy/pic201.png?1448437328'); | ||
341 | +} | ||
342 | +/* line 212, ../sass/coupon-mobile.scss */ | ||
343 | +.img-coupon ul.boy2-img-coupon02 { | ||
344 | + background-image: url('../../img/151201/boy/pic202.png?1448437347'); | ||
345 | +} | ||
346 | +/* line 216, ../sass/coupon-mobile.scss */ | ||
347 | +.img-coupon ul.boy2-img-coupon03 { | ||
348 | + background-image: url('../../img/151201/boy/pic203.png?1448437357'); | ||
349 | +} | ||
350 | +/* line 220, ../sass/coupon-mobile.scss */ | ||
351 | +.img-coupon ul.boy2-img-coupon04 { | ||
352 | + background-image: url('../../img/151201/boy/pic204.png?1448437366'); | ||
353 | +} | ||
354 | +/* line 224, ../sass/coupon-mobile.scss */ | ||
355 | +.img-coupon ul:first-child { | ||
356 | + margin: 0; | ||
357 | +} | ||
358 | +/* line 228, ../sass/coupon-mobile.scss */ | ||
359 | +.img-coupon ul li { | ||
360 | + display: inline-block; | ||
361 | + *zoom: 1; | ||
362 | + *display: inline; | ||
363 | + margin: 0 0 0 0.575rem; | ||
364 | + width: 6.975rem; | ||
365 | + height: 100%; | ||
366 | +} | ||
367 | +/* line 235, ../sass/coupon-mobile.scss */ | ||
368 | +.img-coupon ul li:first-child { | ||
369 | + margin: 0; | ||
370 | +} | ||
371 | +/* line 239, ../sass/coupon-mobile.scss */ | ||
372 | +.img-coupon ul li .enter-store { | ||
373 | + display: block; | ||
374 | + height: 5.75rem; | ||
375 | +} | ||
376 | +/* line 244, ../sass/coupon-mobile.scss */ | ||
377 | +.img-coupon ul li .get-coupon { | ||
378 | + display: block; | ||
379 | + height: 4.25rem; | ||
380 | +} | ||
381 | + | ||
382 | +/* line 253, ../sass/coupon-mobile.scss */ | ||
383 | +.logo-coupon li { | ||
384 | + position: relative; | ||
385 | + margin: 0.625rem auto 0; | ||
386 | + width: 14.55rem; | ||
387 | + height: 3.5rem; | ||
388 | + background-repeat: no-repeat; | ||
389 | + background-position: center center; | ||
390 | + background-size: auto 100%; | ||
391 | + font-size: 0; | ||
392 | +} | ||
393 | +/* line 263, ../sass/coupon-mobile.scss */ | ||
394 | +.logo-coupon li a { | ||
395 | + position: absolute; | ||
396 | + top: 0; | ||
397 | + bottom: 0; | ||
398 | +} | ||
399 | +/* line 268, ../sass/coupon-mobile.scss */ | ||
400 | +.logo-coupon li a.enter-store { | ||
401 | + left: 0; | ||
402 | + width: 4.85rem; | ||
403 | +} | ||
404 | +/* line 273, ../sass/coupon-mobile.scss */ | ||
405 | +.logo-coupon li a.get-coupon { | ||
406 | + right: 0; | ||
407 | + width: 9.7rem; | ||
408 | +} | ||
409 | +/* line 279, ../sass/coupon-mobile.scss */ | ||
410 | +.logo-coupon li.logo-coupon01 { | ||
411 | + background-image: url('../../img/151201/boy/logo01.png?1448351351'); | ||
412 | +} | ||
413 | +/* line 283, ../sass/coupon-mobile.scss */ | ||
414 | +.logo-coupon li.logo-coupon02 { | ||
415 | + background-image: url('../../img/151201/boy/logo02.png?1448351368'); | ||
416 | +} | ||
417 | +/* line 287, ../sass/coupon-mobile.scss */ | ||
418 | +.logo-coupon li.logo-coupon03 { | ||
419 | + background-image: url('../../img/151201/boy/logo03.png?1448351384'); | ||
420 | +} | ||
421 | +/* line 291, ../sass/coupon-mobile.scss */ | ||
422 | +.logo-coupon li.logo-coupon04 { | ||
423 | + background-image: url('../../img/151201/boy/logo04.png?1448351411'); | ||
424 | +} | ||
425 | +/* line 295, ../sass/coupon-mobile.scss */ | ||
426 | +.logo-coupon li.logo-coupon05 { | ||
427 | + background-image: url('../../img/151201/boy/logo05.png?1448351430'); | ||
428 | +} | ||
429 | +/* line 299, ../sass/coupon-mobile.scss */ | ||
430 | +.logo-coupon li.logo-coupon06 { | ||
431 | + background-image: url('../../img/151201/boy/logo06.png?1448351445'); | ||
432 | +} | ||
433 | +/* line 303, ../sass/coupon-mobile.scss */ | ||
434 | +.logo-coupon li.logo-coupon07 { | ||
435 | + background-image: url('../../img/151201/boy/logo07.png?1448351797'); | ||
436 | +} | ||
437 | +/* line 307, ../sass/coupon-mobile.scss */ | ||
438 | +.logo-coupon li.logo-coupon08 { | ||
439 | + background-image: url('../../img/151201/boy/logo08.png?1448351808'); | ||
440 | +} | ||
441 | +/* line 311, ../sass/coupon-mobile.scss */ | ||
442 | +.logo-coupon li.logo-coupon09 { | ||
443 | + background-image: url('../../img/151201/boy/logo09.png?1448351824'); | ||
444 | +} | ||
445 | +/* line 315, ../sass/coupon-mobile.scss */ | ||
446 | +.logo-coupon li.logo-coupon10 { | ||
447 | + background-image: url('../../img/151201/boy/logo10.png?1448351846'); | ||
448 | +} | ||
449 | +/* line 319, ../sass/coupon-mobile.scss */ | ||
450 | +.logo-coupon li.logo-coupon11 { | ||
451 | + background-image: url('../../img/151201/boy/logo11.png?1448351884'); | ||
452 | +} | ||
453 | +/* line 323, ../sass/coupon-mobile.scss */ | ||
454 | +.logo-coupon li.logo-coupon12 { | ||
455 | + background-image: url('../../img/151201/boy/logo12.png?1448351897'); | ||
456 | +} | ||
457 | +/* line 327, ../sass/coupon-mobile.scss */ | ||
458 | +.logo-coupon li.boy2-logo-coupon01 { | ||
459 | + background-image: url('../../img/151201/boy/logo201.png?1448438029'); | ||
460 | +} | ||
461 | +/* line 331, ../sass/coupon-mobile.scss */ | ||
462 | +.logo-coupon li.boy2-logo-coupon02 { | ||
463 | + background-image: url('../../img/151201/boy/logo202.png?1448438043'); | ||
464 | +} | ||
465 | +/* line 335, ../sass/coupon-mobile.scss */ | ||
466 | +.logo-coupon li.boy2-logo-coupon03 { | ||
467 | + background-image: url('../../img/151201/boy/logo203.png?1448438058'); | ||
468 | +} | ||
469 | +/* line 339, ../sass/coupon-mobile.scss */ | ||
470 | +.logo-coupon li.boy2-logo-coupon04 { | ||
471 | + background-image: url('../../img/151201/boy/logo204.png?1448438064'); | ||
472 | +} | ||
473 | +/* line 343, ../sass/coupon-mobile.scss */ | ||
474 | +.logo-coupon li.boy2-logo-coupon05 { | ||
475 | + background-image: url('../../img/151201/boy/logo205.png?1448438083'); | ||
476 | +} | ||
477 | +/* line 347, ../sass/coupon-mobile.scss */ | ||
478 | +.logo-coupon li.boy2-logo-coupon06 { | ||
479 | + background-image: url('../../img/151201/boy/logo206.png?1448438092'); | ||
480 | +} | ||
481 | +/* line 351, ../sass/coupon-mobile.scss */ | ||
482 | +.logo-coupon li.boy2-logo-coupon07 { | ||
483 | + background-image: url('../../img/151201/boy/logo207.png?1448438099'); | ||
484 | +} | ||
485 | +/* line 355, ../sass/coupon-mobile.scss */ | ||
486 | +.logo-coupon li.boy2-logo-coupon08 { | ||
487 | + background-image: url('../../img/151201/boy/logo208.png?1448438106'); | ||
488 | +} | ||
489 | +/* line 359, ../sass/coupon-mobile.scss */ | ||
490 | +.logo-coupon li.boy2-logo-coupon09 { | ||
491 | + background-image: url('../../img/151201/boy/logo209.png?1448438113'); | ||
492 | +} | ||
493 | +/* line 363, ../sass/coupon-mobile.scss */ | ||
494 | +.logo-coupon li.boy2-logo-coupon10 { | ||
495 | + background-image: url('../../img/151201/boy/logo210.png?1448438120'); | ||
496 | +} | ||
497 | +/* line 367, ../sass/coupon-mobile.scss */ | ||
498 | +.logo-coupon li.boy2-logo-coupon11 { | ||
499 | + background-image: url('../../img/151201/boy/logo211.png?1448438128'); | ||
500 | +} | ||
501 | +/* line 371, ../sass/coupon-mobile.scss */ | ||
502 | +.logo-coupon li.boy2-logo-coupon12 { | ||
503 | + background-image: url('../../img/151201/boy/logo212.png?1448438142'); | ||
504 | +} | ||
505 | +/* line 375, ../sass/coupon-mobile.scss */ | ||
506 | +.logo-coupon li.logo-coupon01.girl { | ||
507 | + background-image: url('../../img/151201/girl/logo01.png?1448356069'); | ||
508 | +} | ||
509 | +/* line 379, ../sass/coupon-mobile.scss */ | ||
510 | +.logo-coupon li.logo-coupon02.girl { | ||
511 | + background-image: url('../../img/151201/girl/logo02.png?1448356084'); | ||
512 | +} | ||
513 | +/* line 383, ../sass/coupon-mobile.scss */ | ||
514 | +.logo-coupon li.logo-coupon03.girl { | ||
515 | + background-image: url('../../img/151201/girl/logo03.png?1448356099'); | ||
516 | +} | ||
517 | +/* line 387, ../sass/coupon-mobile.scss */ | ||
518 | +.logo-coupon li.logo-coupon04.girl { | ||
519 | + background-image: url('../../img/151201/girl/logo04.png?1448356113'); | ||
520 | +} | ||
521 | +/* line 391, ../sass/coupon-mobile.scss */ | ||
522 | +.logo-coupon li.logo-coupon05.girl { | ||
523 | + background-image: url('../../img/151201/girl/logo05.png?1448356129'); | ||
524 | +} | ||
525 | +/* line 395, ../sass/coupon-mobile.scss */ | ||
526 | +.logo-coupon li.logo-coupon06.girl { | ||
527 | + background-image: url('../../img/151201/girl/logo06.png?1448356141'); | ||
528 | +} | ||
529 | +/* line 399, ../sass/coupon-mobile.scss */ | ||
530 | +.logo-coupon li.logo-coupon07.girl { | ||
531 | + background-image: url('../../img/151201/girl/logo07.png?1448356171'); | ||
532 | +} | ||
533 | +/* line 403, ../sass/coupon-mobile.scss */ | ||
534 | +.logo-coupon li.logo-coupon08.girl { | ||
535 | + background-image: url('../../img/151201/girl/logo08.png?1448356189'); | ||
536 | +} | ||
537 | +/* line 407, ../sass/coupon-mobile.scss */ | ||
538 | +.logo-coupon li.logo-coupon09.girl { | ||
539 | + background-image: url('../../img/151201/girl/logo09.png?1448356208'); | ||
540 | +} | ||
541 | +/* line 411, ../sass/coupon-mobile.scss */ | ||
542 | +.logo-coupon li.logo-coupon10.girl { | ||
543 | + background-image: url('../../img/151201/girl/logo10.png?1448356222'); | ||
544 | +} | ||
545 | +/* line 415, ../sass/coupon-mobile.scss */ | ||
546 | +.logo-coupon li.logo-coupon11.girl { | ||
547 | + background-image: url('../../img/151201/girl/logo11.png?1448356235'); | ||
548 | +} | ||
549 | +/* line 419, ../sass/coupon-mobile.scss */ | ||
550 | +.logo-coupon li.logo-coupon12.girl { | ||
551 | + background-image: url('../../img/151201/girl/logo12.png?1448356245'); | ||
552 | +} | ||
553 | +/* line 423, ../sass/coupon-mobile.scss */ | ||
554 | +.logo-coupon li.logo-coupon13.girl { | ||
555 | + background-image: url('../../img/151201/girl/logo13.png?1448356258'); | ||
556 | +} | ||
557 | +/* line 427, ../sass/coupon-mobile.scss */ | ||
558 | +.logo-coupon li.logo-coupon14.girl { | ||
559 | + background-image: url('../../img/151201/girl/logo14.png?1448356276'); | ||
560 | +} | ||
561 | +/* line 431, ../sass/coupon-mobile.scss */ | ||
562 | +.logo-coupon li.logo-coupon01.girl2 { | ||
563 | + background-image: url('../../img/151201/girl/logo201.png?1448438723'); | ||
564 | +} | ||
565 | +/* line 435, ../sass/coupon-mobile.scss */ | ||
566 | +.logo-coupon li.logo-coupon02.girl2 { | ||
567 | + background-image: url('../../img/151201/girl/logo202.png?1448438730'); | ||
568 | +} | ||
569 | +/* line 439, ../sass/coupon-mobile.scss */ | ||
570 | +.logo-coupon li.logo-coupon03.girl2 { | ||
571 | + background-image: url('../../img/151201/girl/logo203.png?1448438740'); | ||
572 | +} | ||
573 | +/* line 443, ../sass/coupon-mobile.scss */ | ||
574 | +.logo-coupon li.logo-coupon04.girl2 { | ||
575 | + background-image: url('../../img/151201/girl/logo204.png?1448438749'); | ||
576 | +} | ||
577 | +/* line 447, ../sass/coupon-mobile.scss */ | ||
578 | +.logo-coupon li.logo-coupon05.girl2 { | ||
579 | + background-image: url('../../img/151201/girl/logo205.png?1448438759'); | ||
580 | +} | ||
581 | +/* line 451, ../sass/coupon-mobile.scss */ | ||
582 | +.logo-coupon li.logo-coupon06.girl2 { | ||
583 | + background-image: url('../../img/151201/girl/logo206.png?1448438770'); | ||
584 | +} | ||
585 | +/* line 455, ../sass/coupon-mobile.scss */ | ||
586 | +.logo-coupon li.logo-coupon07.girl2 { | ||
587 | + background-image: url('../../img/151201/girl/logo207.png?1448438778'); | ||
588 | +} | ||
589 | +/* line 459, ../sass/coupon-mobile.scss */ | ||
590 | +.logo-coupon li.logo-coupon08.girl2 { | ||
591 | + background-image: url('../../img/151201/girl/logo208.png?1448438787'); | ||
592 | +} | ||
593 | +/* line 463, ../sass/coupon-mobile.scss */ | ||
594 | +.logo-coupon li.logo-coupon09.girl2 { | ||
595 | + background-image: url('../../img/151201/girl/logo209.png?1448438794'); | ||
596 | +} | ||
597 | +/* line 467, ../sass/coupon-mobile.scss */ | ||
598 | +.logo-coupon li.logo-coupon10.girl2 { | ||
599 | + background-image: url('../../img/151201/girl/logo210.png?1448438804'); | ||
600 | +} | ||
601 | +/* line 471, ../sass/coupon-mobile.scss */ | ||
602 | +.logo-coupon li.logo-coupon11.girl2 { | ||
603 | + background-image: url('../../img/151201/girl/logo211.png?1448438812'); | ||
604 | +} | ||
605 | +/* line 475, ../sass/coupon-mobile.scss */ | ||
606 | +.logo-coupon li.logo-coupon12.girl2 { | ||
607 | + background-image: url('../../img/151201/girl/logo212.png?1448438820'); | ||
608 | +} | ||
609 | +/* line 479, ../sass/coupon-mobile.scss */ | ||
610 | +.logo-coupon li.logo-coupon13.girl2 { | ||
611 | + background-image: url('../../img/151201/girl/logo213.png?1448438834'); | ||
612 | +} | ||
613 | +/* line 483, ../sass/coupon-mobile.scss */ | ||
614 | +.logo-coupon li.logo-coupon14.girl2 { | ||
615 | + background-image: url('../../img/151201/girl/logo214.png?1448438851'); | ||
616 | +} | ||
617 | +/* line 487, ../sass/coupon-mobile.scss */ | ||
618 | +.logo-coupon li.logo-coupon01.kid { | ||
619 | + background-image: url('../../img/151201/kidlife/kid01.png?1448356814'); | ||
620 | +} | ||
621 | +/* line 491, ../sass/coupon-mobile.scss */ | ||
622 | +.logo-coupon li.logo-coupon02.kid { | ||
623 | + background-image: url('../../img/151201/kidlife/kid02.png?1448356826'); | ||
624 | +} | ||
625 | +/* line 495, ../sass/coupon-mobile.scss */ | ||
626 | +.logo-coupon li.logo-coupon03.kid { | ||
627 | + background-image: url('../../img/151201/kidlife/kid03.png?1448356841'); | ||
628 | +} | ||
629 | +/* line 499, ../sass/coupon-mobile.scss */ | ||
630 | +.logo-coupon li.logo-coupon04.kid { | ||
631 | + background-image: url('../../img/151201/kidlife/kid04.png?1448356853'); | ||
632 | +} | ||
633 | +/* line 503, ../sass/coupon-mobile.scss */ | ||
634 | +.logo-coupon li.logo-coupon05.kid { | ||
635 | + background-image: url('../../img/151201/kidlife/kid05.png?1448356864'); | ||
636 | +} | ||
637 | +/* line 507, ../sass/coupon-mobile.scss */ | ||
638 | +.logo-coupon li.logo-coupon06.kid { | ||
639 | + background-image: url('../../img/151201/kidlife/kid06.png?1448356876'); | ||
640 | +} | ||
641 | +/* line 511, ../sass/coupon-mobile.scss */ | ||
642 | +.logo-coupon li.logo-coupon07.kid { | ||
643 | + background-image: url('../../img/151201/kidlife/kid07.png?1448356889'); | ||
644 | +} | ||
645 | +/* line 515, ../sass/coupon-mobile.scss */ | ||
646 | +.logo-coupon li.logo-coupon08.kid { | ||
647 | + background-image: url('../../img/151201/kidlife/kid08.png?1448608878'); | ||
648 | +} | ||
649 | +/* line 519, ../sass/coupon-mobile.scss */ | ||
650 | +.logo-coupon li.logo-coupon01.life { | ||
651 | + background-image: url('../../img/151201/kidlife/life01.png?1448357136'); | ||
652 | +} | ||
653 | +/* line 523, ../sass/coupon-mobile.scss */ | ||
654 | +.logo-coupon li.logo-coupon02.life { | ||
655 | + background-image: url('../../img/151201/kidlife/life02.png?1448357146'); | ||
656 | +} | ||
657 | +/* line 527, ../sass/coupon-mobile.scss */ | ||
658 | +.logo-coupon li.logo-coupon03.life { | ||
659 | + background-image: url('../../img/151201/kidlife/life03.png?1448357177'); | ||
660 | +} | ||
661 | +/* line 531, ../sass/coupon-mobile.scss */ | ||
662 | +.logo-coupon li.logo-coupon04.life { | ||
663 | + background-image: url('../../img/151201/kidlife/life04.png?1448357198'); | ||
664 | +} | ||
665 | +/* line 535, ../sass/coupon-mobile.scss */ | ||
666 | +.logo-coupon li.logo-coupon05.life { | ||
667 | + background-image: url('../../img/151201/kidlife/life05.png?1448357214'); | ||
668 | +} | ||
669 | +/* line 539, ../sass/coupon-mobile.scss */ | ||
670 | +.logo-coupon li.logo-coupon06.life { | ||
671 | + background-image: url('../../img/151201/kidlife/life06.png?1448357233'); | ||
672 | +} | ||
673 | +/* line 543, ../sass/coupon-mobile.scss */ | ||
674 | +.logo-coupon li.logo-coupon07.life { | ||
675 | + background-image: url('../../img/151201/kidlife/life07.png?1448357248'); | ||
676 | +} | ||
677 | +/* line 547, ../sass/coupon-mobile.scss */ | ||
678 | +.logo-coupon li.logo-coupon08.life { | ||
679 | + background-image: url('../../img/151201/kidlife/life08.png?1448357264'); | ||
680 | +} | ||
681 | +/* line 551, ../sass/coupon-mobile.scss */ | ||
682 | +.logo-coupon li.logo-coupon09.life { | ||
683 | + background-image: url('../../img/151201/kidlife/life09.png?1448357278'); | ||
684 | +} | ||
685 | +/* line 555, ../sass/coupon-mobile.scss */ | ||
686 | +.logo-coupon li.logo-coupon10.life { | ||
687 | + background-image: url('../../img/151201/kidlife/life10.png?1448357290'); | ||
688 | +} | ||
689 | +/* line 559, ../sass/coupon-mobile.scss */ | ||
690 | +.logo-coupon li.logo-coupon11.life { | ||
691 | + background-image: url('../../img/151201/kidlife/life11.png?1448357308'); | ||
692 | +} | ||
693 | +/* line 563, ../sass/coupon-mobile.scss */ | ||
694 | +.logo-coupon li.logo-coupon12.life { | ||
695 | + background-image: url('../../img/151201/kidlife/life12.png?1448357325'); | ||
696 | +} | ||
697 | +/* line 567, ../sass/coupon-mobile.scss */ | ||
698 | +.logo-coupon li.logo-coupon13.life { | ||
699 | + background-image: url('../../img/151201/kidlife/life13.png?1448357337'); | ||
700 | +} | ||
701 | + | ||
702 | +/* line 573, ../sass/coupon-mobile.scss */ | ||
703 | +.coupon-ft { | ||
704 | + padding: 0 0 2.6rem; | ||
705 | + height: 6.8rem; | ||
706 | + line-height: 6.8rem; | ||
707 | + background-image: url('../../img/151201/footer.png?1448352083'); | ||
708 | + background-repeat: no-repeat; | ||
709 | + background-position: left bottom; | ||
710 | + background-size: 100% auto; | ||
711 | +} | ||
712 | + | ||
713 | +/* line 583, ../sass/coupon-mobile.scss */ | ||
714 | +.other-coupon { | ||
715 | + font-size: 0; | ||
716 | + text-align: center; | ||
717 | +} | ||
718 | +/* line 587, ../sass/coupon-mobile.scss */ | ||
719 | +.other-coupon a { | ||
720 | + display: inline-block; | ||
721 | + *zoom: 1; | ||
722 | + *display: inline; | ||
723 | + margin: 0 0.325rem; | ||
724 | + width: 4.55rem; | ||
725 | + height: 4.55rem; | ||
726 | + color: #fff; | ||
727 | + font-size: 0.75rem; | ||
728 | + font-weight: bold; | ||
729 | + line-height: 2.5rem; | ||
730 | + vertical-align: middle; | ||
731 | + background-image: url('../../img/151201/common-s2c0ba4cee2.png'); | ||
732 | + background-repeat: no-repeat; | ||
733 | + background-position: 0 -22.825rem; | ||
734 | + background-size: 16rem 31.575rem; | ||
735 | +} | ||
736 | + | ||
737 | +/* line 603, ../sass/coupon-mobile.scss */ | ||
738 | +.get-dialog-shade { | ||
739 | + display: none; | ||
740 | + position: fixed; | ||
741 | + z-index: 998; | ||
742 | + left: 0; | ||
743 | + right: 0; | ||
744 | + top: 0; | ||
745 | + bottom: 0; | ||
746 | + background: #000; | ||
747 | + opacity: 0.4; | ||
748 | + filter: alpha(opacity=40); | ||
749 | +} | ||
750 | + | ||
751 | +/* line 616, ../sass/coupon-mobile.scss */ | ||
752 | +.get-dialog { | ||
753 | + display: none; | ||
754 | + position: fixed; | ||
755 | + left: 50%; | ||
756 | + top: 50%; | ||
757 | + margin: -3.3rem 0 0 -5rem; | ||
758 | + padding: 1.6rem 0 0; | ||
759 | + width: 10rem; | ||
760 | + height: 5rem; | ||
761 | + background: #fff; | ||
762 | + z-index: 999; | ||
763 | + text-align: center; | ||
764 | +} | ||
765 | +/* line 629, ../sass/coupon-mobile.scss */ | ||
766 | +.get-dialog p { | ||
767 | + line-height: 0.8rem; | ||
768 | + font-size: 0.6rem; | ||
769 | + font-weight: bold; | ||
770 | +} | ||
771 | +/* line 635, ../sass/coupon-mobile.scss */ | ||
772 | +.get-dialog a { | ||
773 | + display: block; | ||
774 | + margin: 0.75rem auto 0; | ||
775 | + width: 5.95rem; | ||
776 | + height: 1.05rem; | ||
777 | + line-height: 1.05rem; | ||
778 | + background: #000; | ||
779 | + font-size: 0.6rem; | ||
780 | + color: #fff; | ||
781 | +} | ||
782 | + | ||
783 | +/* 提示框 */ | ||
784 | +.yoho-tip { | ||
785 | + position: fixed; | ||
786 | + display: none; | ||
787 | + text-align: center; | ||
788 | + width: 70%; | ||
789 | + padding: 34px 0; | ||
790 | + top: 50%; | ||
791 | + left: 50%; | ||
792 | + margin-left: -35%; | ||
793 | + margin-top: -45px; | ||
794 | + background-color: #000; | ||
795 | + opacity: 0.9; | ||
796 | + color: #fff; | ||
797 | + font-size: 18px; | ||
798 | + border: none; | ||
799 | + border-radius: 10px; | ||
800 | +} |
1.35 KB
50.9 KB
45.4 KB
33.4 KB
7.12 KB
3.78 KB
2.35 KB
7.47 KB
95.3 KB
94.3 KB
84.8 KB
78.4 KB
102 KB
51.6 KB
1.62 KB
5 KB
5.52 KB
16.4 KB
15.6 KB
8.13 KB
43.2 KB
3.72 KB
3.59 KB
5.08 KB
6.42 KB
4.97 KB
5.11 KB
6.31 KB
3.96 KB
4.99 KB
4.65 KB
4.82 KB
4.43 KB
6.06 KB
7.69 KB
4.04 KB
4.78 KB
4.57 KB
5.28 KB
4.2 KB
4.14 KB
3.24 KB
8.69 KB
4.67 KB
3.8 KB
6.22 KB
5.76 KB
1.45 KB
1.43 KB
5.16 KB
1.67 KB
@@ -436,7 +436,7 @@ class CouponController extends HuodongAction | @@ -436,7 +436,7 @@ class CouponController extends HuodongAction | ||
436 | if (!$uid) { | 436 | if (!$uid) { |
437 | $result['code'] = 400; | 437 | $result['code'] = 400; |
438 | $result['message'] = '请先登录'; | 438 | $result['message'] = '请先登录'; |
439 | - $result['data'] = Helpers::url('/signin.html', array('refer' => $this->server('HTTP_REFERER', '/'))); | 439 | + $result['data'] = Helpers::url('/signin.html', array('refer' => $this->server('HTTP_REFERER', '/')), 'default'); |
440 | break; | 440 | break; |
441 | } | 441 | } |
442 | } | 442 | } |
@@ -478,7 +478,7 @@ class CouponController extends HuodongAction | @@ -478,7 +478,7 @@ class CouponController extends HuodongAction | ||
478 | if (!$uid) { | 478 | if (!$uid) { |
479 | $result['code'] = 400; | 479 | $result['code'] = 400; |
480 | $result['message'] = '请先登录'; | 480 | $result['message'] = '请先登录'; |
481 | - $result['data'] = Helpers::url('/signin.html', array('refer' => $this->server('HTTP_REFERER', '/'))); | 481 | + $result['data'] = Helpers::url('/signin.html', array('refer' => $this->server('HTTP_REFERER', '/')), 'default'); |
482 | break; | 482 | break; |
483 | } | 483 | } |
484 | } | 484 | } |
-
Please register or login to post a comment