fix price row alignment issue. code review by XWG
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -135,7 +135,7 @@ $basicBtnC:#eb0313; | @@ -135,7 +135,7 @@ $basicBtnC:#eb0313; | ||
135 | // overflow: hidden; | 135 | // overflow: hidden; |
136 | } | 136 | } |
137 | .banner-top-single{ | 137 | .banner-top-single{ |
138 | - | 138 | + |
139 | width: pxToRem(448px); | 139 | width: pxToRem(448px); |
140 | margin:pxToRem(30px) pxToRem(72px); | 140 | margin:pxToRem(30px) pxToRem(72px); |
141 | overflow: hidden; | 141 | overflow: hidden; |
@@ -181,8 +181,8 @@ $basicBtnC:#eb0313; | @@ -181,8 +181,8 @@ $basicBtnC:#eb0313; | ||
181 | min-height: pxToRem(83px); | 181 | min-height: pxToRem(83px); |
182 | font-size: pxToRem(28px); | 182 | font-size: pxToRem(28px); |
183 | color: #fff; | 183 | color: #fff; |
184 | - padding-left: pxToRem(25px); | ||
185 | - padding-right: pxToRem(25px); | 184 | + padding-left: pxToRem(28px); |
185 | + padding-right: pxToRem(28px); | ||
186 | line-height: pxToRem(36px); | 186 | line-height: pxToRem(36px); |
187 | background-color: #515150; | 187 | background-color: #515150; |
188 | } | 188 | } |
-
Please register or login to post a comment