Authored by 梁志锋

客服电话、商品详情的描述部分样式被覆盖 code review by bikai

... ... @@ -8,6 +8,7 @@ $basicBtnC:#eb0313;
.good-detail-page {
overflow: hidden;
background-color: #f0f0f0;
.page-block {
background-color: #fff;
box-sizing: border-box;
... ... @@ -26,6 +27,11 @@ $basicBtnC:#eb0313;
font-size: pxToRem(18px);
}
}
.pro-detail {
margin-top: pxToRem(20px);
margin-bottom: pxToRem(20px);
}
.detail {
margin-top: pxToRem(20px);
margin-bottom: pxToRem(20px);
... ...
... ... @@ -32,7 +32,7 @@
</a>
</div>
<div class="connect-item connect-tel">
<a href="tel:400-889-9649" title="电话客服">
<a href="tel:400-889-9646" title="电话客服">
<span class="icon iconfont icon-tel">&#xe63e;</span>
电话客服
<p>
... ...
... ... @@ -138,7 +138,7 @@
{{{title}}}
<span class="en-title">{{{enTitle}}}</span>
</h1>
<div class="detail">
<div class="pro-detail">
<p>{{{desc}}}</p>
{{#list}}
<img class="lazy" data-original="{{img}}" alt="">
... ...