Showing
1 changed file
with
6 additions
and
3 deletions
@@ -192,17 +192,20 @@ | @@ -192,17 +192,20 @@ | ||
192 | font-size: 27px; | 192 | font-size: 27px; |
193 | font-weight: bold; | 193 | font-weight: bold; |
194 | text-align: right; | 194 | text-align: right; |
195 | - padding-right: 10px; | ||
196 | - box-sizing: border-box; | ||
197 | line-height: 35px; | 195 | line-height: 35px; |
198 | color: #fff; | 196 | color: #fff; |
199 | display: inline-block; | 197 | display: inline-block; |
200 | position: relative; | 198 | position: relative; |
201 | 199 | ||
202 | - img { | 200 | + .img-seat { |
203 | visibility: hidden; | 201 | visibility: hidden; |
204 | height: 35px; | 202 | height: 35px; |
205 | } | 203 | } |
204 | + | ||
205 | + .advance-price { | ||
206 | + position: absolute; | ||
207 | + right: 10px; | ||
208 | + } | ||
206 | } | 209 | } |
207 | 210 | ||
208 | .vip-price-text { | 211 | .vip-price-text { |
-
Please register or login to post a comment