Showing
1 changed file
with
6 additions
and
3 deletions
@@ -135,10 +135,13 @@ $basicBtnC:#eb0313; | @@ -135,10 +135,13 @@ $basicBtnC:#eb0313; | ||
135 | // overflow: hidden; | 135 | // overflow: hidden; |
136 | } | 136 | } |
137 | .banner-top-single{ | 137 | .banner-top-single{ |
138 | - | ||
139 | - width: pxToRem(448px); | ||
140 | - margin:pxToRem(30px) pxToRem(72px); | 138 | + margin:0 auto; |
141 | overflow: hidden; | 139 | overflow: hidden; |
140 | + img{ | ||
141 | + width: pxToRem(448px); | ||
142 | + margin-top:pxToRem(30px); | ||
143 | + margin-bottom:pxToRem(30px); | ||
144 | + } | ||
142 | } | 145 | } |
143 | .banner-top { | 146 | .banner-top { |
144 | // width: 100%; | 147 | // width: 100%; |
-
Please register or login to post a comment