Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
9 additions
and
4 deletions
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | lazyLoad = require('yoho.lazyload'); | 8 | lazyLoad = require('yoho.lazyload'); |
9 | 9 | ||
10 | var goodsSwiper, | 10 | var goodsSwiper, |
11 | - $discountFolder = $('.goods-discount .discount-folder'), | 11 | + $discountFolder = $('.goodsDiscount .discount-folder'), |
12 | $discountArrow = $('.goodsDiscount .first-item span'); | 12 | $discountArrow = $('.goodsDiscount .first-item span'); |
13 | 13 | ||
14 | 14 | ||
@@ -31,7 +31,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | @@ -31,7 +31,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | ||
31 | 31 | ||
32 | 32 | ||
33 | //初始化goods-discount | 33 | //初始化goods-discount |
34 | -if (0 === $('.goods-discount .discount-folder').children().length) { | 34 | +if (0 === $('.goodsDiscount .discount-folder').children().length) { |
35 | $discountFolder.css('display', 'none'); | 35 | $discountFolder.css('display', 'none'); |
36 | $discountArrow.html(''); | 36 | $discountArrow.html(''); |
37 | } | 37 | } |
@@ -30,8 +30,13 @@ | @@ -30,8 +30,13 @@ | ||
30 | margin-top: pxToRem(20px); | 30 | margin-top: pxToRem(20px); |
31 | } | 31 | } |
32 | .materials { | 32 | .materials { |
33 | + overflow: hidden; | ||
33 | &.page-block{ | 34 | &.page-block{ |
34 | margin-bottom: 0; | 35 | margin-bottom: 0; |
36 | + border-bottom: none; | ||
37 | + .detail{ | ||
38 | + margin-bottom: 0; | ||
39 | + } | ||
35 | } | 40 | } |
36 | .detail { | 41 | .detail { |
37 | .material-item{ | 42 | .material-item{ |
@@ -113,8 +113,8 @@ | @@ -113,8 +113,8 @@ | ||
113 | </div> | 113 | </div> |
114 | {{/ enterStore}} | 114 | {{/ enterStore}} |
115 | 115 | ||
116 | - <div id="productDesc"></div> | ||
117 | - <!-- {{> product/product-description}} --> | 116 | + <!-- <div id="productDesc"></div> --> |
117 | + {{> product/product-description}} | ||
118 | {{> product/recommend-for-you}} | 118 | {{> product/recommend-for-you}} |
119 | 119 | ||
120 | {{#cartInfo}} | 120 | {{#cartInfo}} |
-
Please register or login to post a comment