Authored by lore-w

Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop

... ... @@ -45,9 +45,9 @@ $basicBtnC:#eb0313;
font-size: pxToRem(24px);
background-color: $tableCellC;
float: left;
&:nth-child(even) {
border-right: none;
}
// &:nth-child(even) {
// border-right: none;
// }
}
}
}
... ...
... ... @@ -10,10 +10,10 @@
background-size: cover;
}
.detail{
background-color: $tableCellC;
&.table .inner-container{
background-color: $tableCellC;
}
// background-color: $tableCellC;
// &.table .inner-container{
// background-color: $tableCellC;
// }
margin-bottom: 1px;
}
.desc-text {
... ... @@ -21,7 +21,7 @@
padding: pxToRem(16px) pxToRem(12px);
color: $mainFontC;
background-color: $tableCellC;
border-top: 1px solid #fff;
// border-top: 1px solid #fff;
}
}
.tips {
... ...
... ... @@ -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}}
... ...