Showing
1 changed file
with
1 additions
and
2 deletions
@@ -2,7 +2,6 @@ | @@ -2,7 +2,6 @@ | ||
2 | width: 100%; | 2 | width: 100%; |
3 | height: auto; | 3 | height: auto; |
4 | overflow: hidden; | 4 | overflow: hidden; |
5 | - margin-top: 20px; | ||
6 | background-color: #fff; | 5 | background-color: #fff; |
7 | 6 | ||
8 | ul { | 7 | ul { |
@@ -52,7 +51,6 @@ | @@ -52,7 +51,6 @@ | ||
52 | 51 | ||
53 | > label { | 52 | > label { |
54 | width: 100%; | 53 | width: 100%; |
55 | - height: 100%; | ||
56 | line-height: 80px; | 54 | line-height: 80px; |
57 | font-size: 34px; | 55 | font-size: 34px; |
58 | margin-right: 8%; | 56 | margin-right: 8%; |
@@ -60,6 +58,7 @@ | @@ -60,6 +58,7 @@ | ||
60 | white-space: nowrap; | 58 | white-space: nowrap; |
61 | overflow: hidden; | 59 | overflow: hidden; |
62 | display: inline-block; | 60 | display: inline-block; |
61 | + vertical-align: middle; | ||
63 | 62 | ||
64 | .nickname { | 63 | .nickname { |
65 | text-align: right; | 64 | text-align: right; |
-
Please register or login to post a comment