Showing
2 changed files
with
2 additions
and
6 deletions
@@ -55,9 +55,5 @@ $(function() { | @@ -55,9 +55,5 @@ $(function() { | ||
55 | slideElement: '.coupon-small', | 55 | slideElement: '.coupon-small', |
56 | slidesPerView: 'auto', | 56 | slidesPerView: 'auto', |
57 | watchSlidesVisibility: true | 57 | watchSlidesVisibility: true |
58 | - }) | ||
59 | - setTimeout(function() { | ||
60 | - tip.show('网络断开连接了网络断开连接了~'); | ||
61 | - }, 100); | ||
62 | - console.log(3455); | 58 | + }); |
63 | }) | 59 | }) |
@@ -92,7 +92,7 @@ | @@ -92,7 +92,7 @@ | ||
92 | .coupon-right { | 92 | .coupon-right { |
93 | width: 20px; | 93 | width: 20px; |
94 | font-size: 18px; | 94 | font-size: 18px; |
95 | - right: 6px; | 95 | + right: 8px; |
96 | position: absolute; | 96 | position: absolute; |
97 | height: inherit; | 97 | height: inherit; |
98 | line-height: 25px; | 98 | line-height: 25px; |
-
Please register or login to post a comment