Authored by
沈志敏
fix bug
...
|
...
|
@@ -2,7 +2,6 @@ |
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
overflow: hidden;
|
|
|
margin-top: 20px;
|
|
|
background-color: #fff;
|
|
|
|
|
|
ul {
|
...
|
...
|
@@ -52,7 +51,6 @@ |
|
|
|
|
|
> label {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
line-height: 80px;
|
|
|
font-size: 34px;
|
|
|
margin-right: 8%;
|
...
|
...
|
@@ -60,6 +58,7 @@ |
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
|
|
|
.nickname {
|
|
|
text-align: right;
|
...
|
...
|
|