Showing
1 changed file
with
2 additions
and
0 deletions
@@ -162,10 +162,12 @@ | @@ -162,10 +162,12 @@ | ||
162 | } | 162 | } |
163 | 163 | ||
164 | .btn-wrap { | 164 | .btn-wrap { |
165 | + position: relative; | ||
165 | height: 120rem / $pxConvertRem; | 166 | height: 120rem / $pxConvertRem; |
166 | border-top: 1px solid #e6e6e6; | 167 | border-top: 1px solid #e6e6e6; |
167 | padding: 20rem / $pxConvertRem; | 168 | padding: 20rem / $pxConvertRem; |
168 | text-align: center; | 169 | text-align: center; |
170 | + background: #fff; | ||
169 | box-sizing: border-box; | 171 | box-sizing: border-box; |
170 | 172 | ||
171 | .btn-sure { | 173 | .btn-sure { |
-
Please register or login to post a comment