Showing
3 changed files
with
7 additions
and
0 deletions
@@ -57,6 +57,7 @@ | @@ -57,6 +57,7 @@ | ||
57 | &.highlight { | 57 | &.highlight { |
58 | color: $basicBtnC; | 58 | color: $basicBtnC; |
59 | } | 59 | } |
60 | + | ||
60 | font-size: 28px; | 61 | font-size: 28px; |
61 | float: left; | 62 | float: left; |
62 | width: 50%; | 63 | width: 50%; |
@@ -68,6 +69,7 @@ | @@ -68,6 +69,7 @@ | ||
68 | padding-right: 5PX; | 69 | padding-right: 5PX; |
69 | font-size: inherit; | 70 | font-size: inherit; |
70 | } | 71 | } |
72 | + | ||
71 | position: relative; | 73 | position: relative; |
72 | 74 | ||
73 | .animate-count { | 75 | .animate-count { |
@@ -201,6 +203,7 @@ | @@ -201,6 +203,7 @@ | ||
201 | .goods-consults.customer-consults { | 203 | .goods-consults.customer-consults { |
202 | .consult-item { | 204 | .consult-item { |
203 | @mixin consult-item ; | 205 | @mixin consult-item ; |
206 | + | ||
204 | margin-top: 0; | 207 | margin-top: 0; |
205 | margin-bottom: 15px; | 208 | margin-bottom: 15px; |
206 | } | 209 | } |
@@ -238,6 +241,7 @@ | @@ -238,6 +241,7 @@ | ||
238 | 241 | ||
239 | .goods-consults .faq-item { | 242 | .goods-consults .faq-item { |
240 | @mixin consult-item ; | 243 | @mixin consult-item ; |
244 | + | ||
241 | margin-top: 0; | 245 | margin-top: 0; |
242 | margin-bottom: 15px; | 246 | margin-bottom: 15px; |
243 | 247 |
@@ -167,6 +167,7 @@ | @@ -167,6 +167,7 @@ | ||
167 | 167 | ||
168 | .banner-area { | 168 | .banner-area { |
169 | @extend .banner-top; | 169 | @extend .banner-top; |
170 | + | ||
170 | margin-bottom: 30px; | 171 | margin-bottom: 30px; |
171 | } | 172 | } |
172 | 173 | ||
@@ -559,6 +560,7 @@ | @@ -559,6 +560,7 @@ | ||
559 | 560 | ||
560 | .pos-list { | 561 | .pos-list { |
561 | @extend .sale-page; | 562 | @extend .sale-page; |
563 | + | ||
562 | background: #fff; | 564 | background: #fff; |
563 | width: 100%; | 565 | width: 100%; |
564 | overflow: hidden; | 566 | overflow: hidden; |
-
Please register or login to post a comment