Showing
1 changed file
with
3 additions
and
3 deletions
1 | .good-detail-page{ | 1 | .good-detail-page{ |
2 | .goods-desc { | 2 | .goods-desc { |
3 | + padding-bottom: pxToRem(20px); | ||
4 | + padding-top: pxToRem(20px); | ||
3 | .service { | 5 | .service { |
4 | width: pxToRem(494px); | 6 | width: pxToRem(494px); |
5 | height: pxToRem(28px); | 7 | height: pxToRem(28px); |
6 | - margin-top: pxToRem(22px); | ||
7 | - margin-left: pxToRem(40px); | 8 | + margin-left: pxToRem(50px); |
8 | background: image-url('product/service.png') no-repeat; | 9 | background: image-url('product/service.png') no-repeat; |
9 | background-size: cover; | 10 | background-size: cover; |
10 | } | 11 | } |
@@ -18,7 +19,6 @@ | @@ -18,7 +19,6 @@ | ||
18 | .desc-text { | 19 | .desc-text { |
19 | font-size: pxToRem(24px); | 20 | font-size: pxToRem(24px); |
20 | padding: pxToRem(16px) pxToRem(12px); | 21 | padding: pxToRem(16px) pxToRem(12px); |
21 | - margin-bottom: pxToRem(20px); | ||
22 | color: $mainFontC; | 22 | color: $mainFontC; |
23 | background-color: $tableCellC; | 23 | background-color: $tableCellC; |
24 | } | 24 | } |
-
Please register or login to post a comment