Showing
1 changed file
with
6 additions
and
0 deletions
@@ -137,6 +137,12 @@ $basicBtnC:#eb0313; | @@ -137,6 +137,12 @@ $basicBtnC:#eb0313; | ||
137 | background-color: #fff; | 137 | background-color: #fff; |
138 | // overflow: hidden; | 138 | // overflow: hidden; |
139 | } | 139 | } |
140 | + .banner-top-single{ | ||
141 | + height:pxToRem(600px); | ||
142 | + width: pxToRem(448px); | ||
143 | + margin:pxToRem(30px) pxToRem(72px); | ||
144 | + overflow: hidden; | ||
145 | + } | ||
140 | .banner-top { | 146 | .banner-top { |
141 | // width: 100%; | 147 | // width: 100%; |
142 | min-height: 660rem / $pxConvertRem; | 148 | min-height: 660rem / $pxConvertRem; |
-
Please register or login to post a comment