购物车修改 reviewed by zhaobiao
Showing
1 changed file
with
8 additions
and
2 deletions
@@ -136,15 +136,18 @@ | @@ -136,15 +136,18 @@ | ||
136 | 136 | ||
137 | a { | 137 | a { |
138 | float: right; | 138 | float: right; |
139 | + width: 100%; | ||
139 | } | 140 | } |
140 | } | 141 | } |
141 | 142 | ||
142 | .count { | 143 | .count { |
143 | color: #f00; | 144 | color: #f00; |
145 | + float: right; | ||
144 | } | 146 | } |
145 | 147 | ||
146 | .icon-right-arrow { | 148 | .icon-right-arrow { |
147 | color: #8f8f8f; | 149 | color: #8f8f8f; |
150 | + float: right; | ||
148 | } | 151 | } |
149 | } | 152 | } |
150 | .activity{ | 153 | .activity{ |
@@ -196,8 +199,8 @@ | @@ -196,8 +199,8 @@ | ||
196 | } | 199 | } |
197 | 200 | ||
198 | p { | 201 | p { |
199 | - float: left; | ||
200 | - margin-left: 50rem / $pxConvertRem; | 202 | + float: right; |
203 | + margin-right: 32rem / $pxConvertRem; | ||
201 | font-size: 26rem / $pxConvertRem; | 204 | font-size: 26rem / $pxConvertRem; |
202 | 205 | ||
203 | span { | 206 | span { |
@@ -205,11 +208,14 @@ | @@ -205,11 +208,14 @@ | ||
205 | height: 40rem / $pxConvertRem; | 208 | height: 40rem / $pxConvertRem; |
206 | line-height: 40rem / $pxConvertRem; | 209 | line-height: 40rem / $pxConvertRem; |
207 | color: #d0253b; | 210 | color: #d0253b; |
211 | + font-weight: bold; | ||
208 | } | 212 | } |
209 | 213 | ||
210 | .tip { | 214 | .tip { |
211 | color: #666; | 215 | color: #666; |
212 | font-size: 22rem / $pxConvertRem; | 216 | font-size: 22rem / $pxConvertRem; |
217 | + text-align: right; | ||
218 | + font-weight:normal; | ||
213 | } | 219 | } |
214 | } | 220 | } |
215 | 221 |
-
Please register or login to post a comment