客服电话、商品详情的描述部分样式被覆盖 code review by bikai
Showing
3 changed files
with
8 additions
and
2 deletions
@@ -8,6 +8,7 @@ $basicBtnC:#eb0313; | @@ -8,6 +8,7 @@ $basicBtnC:#eb0313; | ||
8 | .good-detail-page { | 8 | .good-detail-page { |
9 | overflow: hidden; | 9 | overflow: hidden; |
10 | background-color: #f0f0f0; | 10 | background-color: #f0f0f0; |
11 | + | ||
11 | .page-block { | 12 | .page-block { |
12 | background-color: #fff; | 13 | background-color: #fff; |
13 | box-sizing: border-box; | 14 | box-sizing: border-box; |
@@ -26,6 +27,11 @@ $basicBtnC:#eb0313; | @@ -26,6 +27,11 @@ $basicBtnC:#eb0313; | ||
26 | font-size: pxToRem(18px); | 27 | font-size: pxToRem(18px); |
27 | } | 28 | } |
28 | } | 29 | } |
30 | + | ||
31 | + .pro-detail { | ||
32 | + margin-top: pxToRem(20px); | ||
33 | + margin-bottom: pxToRem(20px); | ||
34 | + } | ||
29 | .detail { | 35 | .detail { |
30 | margin-top: pxToRem(20px); | 36 | margin-top: pxToRem(20px); |
31 | margin-bottom: pxToRem(20px); | 37 | margin-bottom: pxToRem(20px); |
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | </a> | 32 | </a> |
33 | </div> | 33 | </div> |
34 | <div class="connect-item connect-tel"> | 34 | <div class="connect-item connect-tel"> |
35 | - <a href="tel:400-889-9649" title="电话客服"> | 35 | + <a href="tel:400-889-9646" title="电话客服"> |
36 | <span class="icon iconfont icon-tel"></span> | 36 | <span class="icon iconfont icon-tel"></span> |
37 | 电话客服 | 37 | 电话客服 |
38 | <p> | 38 | <p> |
@@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
138 | {{{title}}} | 138 | {{{title}}} |
139 | <span class="en-title">{{{enTitle}}}</span> | 139 | <span class="en-title">{{{enTitle}}}</span> |
140 | </h1> | 140 | </h1> |
141 | - <div class="detail"> | 141 | + <div class="pro-detail"> |
142 | <p>{{{desc}}}</p> | 142 | <p>{{{desc}}}</p> |
143 | {{#list}} | 143 | {{#list}} |
144 | <img class="lazy" data-original="{{img}}" alt=""> | 144 | <img class="lazy" data-original="{{img}}" alt=""> |
-
Please register or login to post a comment