Authored by Lynnic

修改商品描述表格样式

... ... @@ -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;
// }
}
}
}
... ...
... ... @@ -11,9 +11,9 @@
}
.detail{
background-color: $tableCellC;
&.table .inner-container{
background-color: $tableCellC;
}
// &.table .inner-container{
// background-color: $tableCellC;
// }
margin-bottom: 1px;
}
.desc-text {
... ...
... ... @@ -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}}
... ...