Showing
1 changed file
with
5 additions
and
4 deletions
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | height: 52px; | 25 | height: 52px; |
26 | } | 26 | } |
27 | 27 | ||
28 | - .title{ | 28 | + .title { |
29 | font-size: 14px; | 29 | font-size: 14px; |
30 | } | 30 | } |
31 | } | 31 | } |
@@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
139 | text-overflow: ellipsis; | 139 | text-overflow: ellipsis; |
140 | } | 140 | } |
141 | 141 | ||
142 | - .phone{ | 142 | + .phone { |
143 | font-size: 14px; | 143 | font-size: 14px; |
144 | } | 144 | } |
145 | } | 145 | } |
@@ -147,7 +147,7 @@ | @@ -147,7 +147,7 @@ | ||
147 | .address-chosed { | 147 | .address-chosed { |
148 | position: absolute; | 148 | position: absolute; |
149 | bottom: -1px; | 149 | bottom: -1px; |
150 | - right: 0; | 150 | + right: -1px; |
151 | } | 151 | } |
152 | 152 | ||
153 | .address-content { | 153 | .address-content { |
@@ -216,7 +216,8 @@ | @@ -216,7 +216,8 @@ | ||
216 | border-color: #000; | 216 | border-color: #000; |
217 | font-size: 14px; | 217 | font-size: 14px; |
218 | } | 218 | } |
219 | - .tip-text{ | 219 | + |
220 | + .tip-text { | ||
220 | font-size: 14px; | 221 | font-size: 14px; |
221 | } | 222 | } |
222 | } | 223 | } |
-
Please register or login to post a comment