Authored by 梁志锋

修改商品评价为0 不显示的问题

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -206,10 +206,6 @@
border-bottom: none;
}
}
// .gap-block {
// min-height: 30rem/$pxConvertRem;
// background-color: #f0f0f0;
// }
}
.consult-form-page {
... ... @@ -264,9 +260,6 @@
&.focus {
color: #000;
}
.comments-num {
display: none;
}
}
.comment-nav {
border-right: 1px solid #ccc;
... ... @@ -289,8 +282,6 @@
line-height: pxToRem(62px);
}
.detail-content {
// font-size: pxToRem(28px);
// line-height: pxToRem(36px);
font-size: pxToRem(24px);
line-height: pxToRem(62px);
color: $mainFontC;
... ...