Authored by uedxwg

update

@@ -8,6 +8,6 @@ $('.employ span').each(function(index) { @@ -8,6 +8,6 @@ $('.employ span').each(function(index) {
8 employ.on('tap', function(e) { 8 employ.on('tap', function(e) {
9 $('.employ-list').addClass('none').eq(index).removeClass('none'); 9 $('.employ-list').addClass('none').eq(index).removeClass('none');
10 $('.employ span').removeClass('active').eq(index).addClass('active'); 10 $('.employ span').removeClass('active').eq(index).addClass('active');
11 - window.rePosFooter(); 11 + window.rePosFooter();
12 }); 12 });
13 }); 13 });
@@ -28,7 +28,6 @@ @@ -28,7 +28,6 @@
28 >span{ 28 >span{
29 &:first-of-type{ 29 &:first-of-type{
30 color: #444; 30 color: #444;
31 - line-height:100rem / $pxConvertRem;  
32 } 31 }
33 width: 42%; 32 width: 42%;
34 height: 100%; 33 height: 100%;
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 {{^ used}} 15 {{^ used}}
16 <div class="null"> 16 <div class="null">
17 <i></i> 17 <i></i>
18 - <p>您还没有未使用的优惠券</p> 18 + <p>您还没有优惠券!</p>
19 <a href="{{topURL}}">随便逛逛</a> 19 <a href="{{topURL}}">随便逛逛</a>
20 </div> 20 </div>
21 {{/ used}} 21 {{/ used}}
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 {{^ unused}} 32 {{^ unused}}
33 <div class="null"> 33 <div class="null">
34 <i></i> 34 <i></i>
35 - <p>您还没有已使用的优惠券</p> 35 + <p>您还没有使用的优惠券!</p>
36 <a href="{{topURL}}">随便逛逛</a> 36 <a href="{{topURL}}">随便逛逛</a>
37 </div> 37 </div>
38 {{/ unused}} 38 {{/ unused}}