Merge branch 'develop/wap' of http://git.dev.yoho.cn/web/yohobuy into develop/wap
Showing
6 changed files
with
7 additions
and
13 deletions
@@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { | @@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { | ||
219 | $(this).removeClass('highlight'); | 219 | $(this).removeClass('highlight'); |
220 | }); | 220 | }); |
221 | 221 | ||
222 | -// $('.nav-home').on('touchstart', function() { | ||
223 | -// $('.homebuttom').toggleClass('none'); | ||
224 | -// }); | 222 | +$('.nav-home').on('touchstart', function() { |
223 | + $('.homebuttom').toggleClass('none'); | ||
224 | +}); | ||
225 | 225 | ||
226 | (function() { | 226 | (function() { |
227 | var lastTime = 0, | 227 | var lastTime = 0, |
@@ -63,7 +63,7 @@ $sideNav.on('touchstart', 'li', function(e) { | @@ -63,7 +63,7 @@ $sideNav.on('touchstart', 'li', function(e) { | ||
63 | }); | 63 | }); |
64 | 64 | ||
65 | $sideNav.on('touchmove', function(e) { | 65 | $sideNav.on('touchmove', function(e) { |
66 | - e.stopPropagation(); | 66 | + return false; |
67 | }); | 67 | }); |
68 | 68 | ||
69 | //返回一级导航,收起二级导航 | 69 | //返回一级导航,收起二级导航 |
@@ -126,7 +126,7 @@ | @@ -126,7 +126,7 @@ | ||
126 | width: 100%; | 126 | width: 100%; |
127 | height: 90rem / $pxConvertRem; | 127 | height: 90rem / $pxConvertRem; |
128 | overflow: hidden; | 128 | overflow: hidden; |
129 | - border-top: 1px solid #fff; | 129 | + border-top: 1px solid rgba(255,255,255,0.5); |
130 | color: #fff; | 130 | color: #fff; |
131 | 131 | ||
132 | &.boys { | 132 | &.boys { |
@@ -97,7 +97,7 @@ | @@ -97,7 +97,7 @@ | ||
97 | float: left; | 97 | float: left; |
98 | color: #fff; | 98 | color: #fff; |
99 | font-size: pxToRem(28px); | 99 | font-size: pxToRem(28px); |
100 | - width: pxToRem(320px); | 100 | + width: pxToRem(212px); |
101 | // width: pxToRem(213px); 三栏宽度 | 101 | // width: pxToRem(213px); 三栏宽度 |
102 | 102 | ||
103 | &.highlight { | 103 | &.highlight { |
@@ -62,8 +62,6 @@ $border_color_light: #eee; | @@ -62,8 +62,6 @@ $border_color_light: #eee; | ||
62 | background-color: #fff; | 62 | background-color: #fff; |
63 | padding-left: 40rem / $pxConvertRem; | 63 | padding-left: 40rem / $pxConvertRem; |
64 | font-size: 40rem / $pxConvertRem; | 64 | font-size: 40rem / $pxConvertRem; |
65 | - color: #4f4f4f; | ||
66 | - | ||
67 | } | 65 | } |
68 | 66 | ||
69 | .detail { | 67 | .detail { |
@@ -28,14 +28,10 @@ | @@ -28,14 +28,10 @@ | ||
28 | {{#isLogin}}{{brand_favorite_total}}{{/isLogin}} | 28 | {{#isLogin}}{{brand_favorite_total}}{{/isLogin}} |
29 | <p>收藏的品牌</p> | 29 | <p>收藏的品牌</p> |
30 | </a> | 30 | </a> |
31 | - {{! | ||
32 | <a class="link-item tap-hightlight" href="/home/record"> | 31 | <a class="link-item tap-hightlight" href="/home/record"> |
33 | - <!-- product_browse --> | ||
34 | - | 32 | + {{#isLogin}}{{product_browse}}{{/isLogin}} |
35 | <p>浏览记录</p> | 33 | <p>浏览记录</p> |
36 | </a> | 34 | </a> |
37 | - }} | ||
38 | - | ||
39 | </div> | 35 | </div> |
40 | <div class="my-order"> | 36 | <div class="my-order"> |
41 | <a class="order-title" href="/home/orders"> | 37 | <a class="order-title" href="/home/orders"> |
-
Please register or login to post a comment