Showing
1 changed file
with
10 additions
and
3 deletions
1 | .exchange-detail-page { | 1 | .exchange-detail-page { |
2 | + position: relative; | ||
3 | + | ||
2 | .state { | 4 | .state { |
3 | font-size: 16px; | 5 | font-size: 16px; |
4 | color: #5cb0de; | 6 | color: #5cb0de; |
@@ -18,7 +20,6 @@ | @@ -18,7 +20,6 @@ | ||
18 | font-size: 16px; | 20 | font-size: 16px; |
19 | color: #5cb0de; | 21 | color: #5cb0de; |
20 | padding-bottom: 15px; | 22 | padding-bottom: 15px; |
21 | - border-bottom: 1px solid #eee; | ||
22 | 23 | ||
23 | span { | 24 | span { |
24 | font-size: 20px; | 25 | font-size: 20px; |
@@ -392,7 +393,13 @@ | @@ -392,7 +393,13 @@ | ||
392 | display: block; | 393 | display: block; |
393 | cursor: pointer; | 394 | cursor: pointer; |
394 | position: absolute; | 395 | position: absolute; |
395 | - top: 265px; | ||
396 | - right: 55px; | 396 | + top: -184px; |
397 | + right: 0; | ||
398 | + } | ||
399 | + | ||
400 | + .error-tip { | ||
401 | + position: relative; | ||
402 | + top: -29px; | ||
403 | + left: 150px; | ||
397 | } | 404 | } |
398 | } | 405 | } |
-
Please register or login to post a comment