Showing
4 changed files
with
13 additions
and
4 deletions
@@ -11,9 +11,9 @@ | @@ -11,9 +11,9 @@ | ||
11 | transform: translate(-50%, -50%); | 11 | transform: translate(-50%, -50%); |
12 | 12 | ||
13 | h2 { | 13 | h2 { |
14 | - font-size: 32px; | 14 | + font-size: 36px; |
15 | text-align: center; | 15 | text-align: center; |
16 | - margin-top: 80px; | 16 | + margin-top: 48px; |
17 | margin-bottom: 0; | 17 | margin-bottom: 0; |
18 | } | 18 | } |
19 | 19 |
@@ -113,6 +113,11 @@ | @@ -113,6 +113,11 @@ | ||
113 | color: #b0b0b0; | 113 | color: #b0b0b0; |
114 | font-size: 34px; | 114 | font-size: 34px; |
115 | } | 115 | } |
116 | + | ||
117 | + a { | ||
118 | + display: inline-block; | ||
119 | + width: 100%; | ||
120 | + } | ||
116 | } | 121 | } |
117 | 122 | ||
118 | .logistics { | 123 | .logistics { |
@@ -269,12 +274,16 @@ | @@ -269,12 +274,16 @@ | ||
269 | margin-right: 40px; | 274 | margin-right: 40px; |
270 | } | 275 | } |
271 | } | 276 | } |
277 | + } | ||
272 | 278 | ||
279 | + .exchange-info { | ||
280 | + .exchange-address { | ||
273 | p:last-of-type { | 281 | p:last-of-type { |
274 | font-size: 28px; | 282 | font-size: 28px; |
275 | color: #b0b0b0; | 283 | color: #b0b0b0; |
276 | } | 284 | } |
277 | } | 285 | } |
286 | + } | ||
278 | 287 | ||
279 | .exchange-express { | 288 | .exchange-express { |
280 | margin-top: 20px; | 289 | margin-top: 20px; |
@@ -111,7 +111,7 @@ | @@ -111,7 +111,7 @@ | ||
111 | .tip { | 111 | .tip { |
112 | position: relative; | 112 | position: relative; |
113 | height: 70px; | 113 | height: 70px; |
114 | - padding: 10px 30px; | 114 | + padding: 10px 22px; |
115 | font-size: 26px; | 115 | font-size: 26px; |
116 | background: #fff; | 116 | background: #fff; |
117 | .icon { | 117 | .icon { |
-
Please register or login to post a comment