Showing
2 changed files
with
6 additions
and
6 deletions
@@ -191,8 +191,8 @@ function getCouponDate() { | @@ -191,8 +191,8 @@ function getCouponDate() { | ||
191 | 191 | ||
192 | getCouponDate(); | 192 | getCouponDate(); |
193 | 193 | ||
194 | -$(window).scroll(function() { | ||
195 | - if ($(window).scrollTop() + $(window).height() > $('body').height() * 0.9) { | ||
196 | - getCouponDate(); | ||
197 | - } | ||
198 | -}); | 194 | +// $(window).scroll(function() { |
195 | +// if ($(window).scrollTop() + $(window).height() > $('body').height() * 0.9) { | ||
196 | +// getCouponDate(); | ||
197 | +// } | ||
198 | +// }); |
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | position: relative; | 61 | position: relative; |
62 | margin-top: pxToRem(30px); | 62 | margin-top: pxToRem(30px); |
63 | margin-bottom: pxToRem(30px); | 63 | margin-bottom: pxToRem(30px); |
64 | - font-size: pxToRem(14px); | 64 | + font-size: pxToRem(28px); |
65 | line-height: 2; | 65 | line-height: 2; |
66 | color: #b0b0b0; | 66 | color: #b0b0b0; |
67 | text-align: center; | 67 | text-align: center; |
-
Please register or login to post a comment