Authored by
郝肖肖
'fix'
...
|
...
|
@@ -51,7 +51,7 @@ |
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
padding: 10px 0;
|
|
|
width: 88px;
|
|
|
width: 90px;
|
|
|
}
|
|
|
|
|
|
.disable {
|
...
|
...
|
@@ -80,7 +80,7 @@ |
|
|
|
|
|
.personal em {
|
|
|
display: inline-block;
|
|
|
width: 150px;
|
|
|
width: 140px;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -90,6 +90,7 @@ |
|
|
.public-name {
|
|
|
font-size: 28px;
|
|
|
color: #444;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -108,7 +109,7 @@ |
|
|
}
|
|
|
|
|
|
.agreement-section {
|
|
|
margin: 0 30px;
|
|
|
margin: 30px 30px 0;
|
|
|
padding-bottom: 30px;
|
|
|
|
|
|
.agreement {
|
...
|
...
|
|