Showing
2 changed files
with
7 additions
and
2 deletions
@@ -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