Authored by Lynnic

修改商品材质样式bug

... ... @@ -30,8 +30,13 @@
margin-top: pxToRem(20px);
}
.materials {
overflow: hidden;
&.page-block{
margin-bottom: 0;
border-bottom: none;
.detail{
margin-bottom: 0;
}
}
.detail {
.material-item{
... ...
... ... @@ -113,8 +113,8 @@
</div>
{{/ enterStore}}
<div id="productDesc"></div>
<!-- {{> product/product-description}} -->
<!-- <div id="productDesc"></div> -->
{{> product/product-description}}
{{> product/recommend-for-you}}
{{#cartInfo}}
... ...