Authored by Lynnic

添加标准底部

... ... @@ -392,9 +392,11 @@ $basicBtnC:#eb0313;
}
}
.recommend-for-you {
margin-bottom: pxToRem(120px);
margin-bottom: pxToRem(30px);
}
}
.bottom-blank{
height: pxToRem(120px);
}
@import "comments-consults";
@import "product-description";
... ...
... ... @@ -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}}
... ... @@ -140,4 +140,5 @@
{{/if}}
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/footer}}
<div class="bottom-blank"></div>
\ No newline at end of file
... ...