Authored by
baoss
UI调整 review by bevishuang
|
@@ -19,7 +19,7 @@ |
|
@@ -19,7 +19,7 @@ |
19
|
height: 88px;
|
19
|
height: 88px;
|
20
|
|
20
|
|
21
|
.guess-tab {
|
21
|
.guess-tab {
|
22
|
- min-width: 160px;
|
22
|
+ min-width: 140px;
|
23
|
display: flex;
|
23
|
display: flex;
|
24
|
flex-direction: column;
|
24
|
flex-direction: column;
|
25
|
align-items: center;
|
25
|
align-items: center;
|
|
@@ -47,7 +47,7 @@ |
|
@@ -47,7 +47,7 @@ |
47
|
line-height: 88px;
|
47
|
line-height: 88px;
|
48
|
text-align: center;
|
48
|
text-align: center;
|
49
|
font-size: 28px;
|
49
|
font-size: 28px;
|
50
|
- font-weight: 600;
|
50
|
+ font-weight: 450;
|
51
|
color: #b0b0b0;
|
51
|
color: #b0b0b0;
|
52
|
}
|
52
|
}
|
53
|
|
53
|
|
|
@@ -116,11 +116,11 @@ |
|
@@ -116,11 +116,11 @@ |
116
|
letter-spacing: 0;
|
116
|
letter-spacing: 0;
|
117
|
box-sizing: border-box;
|
117
|
box-sizing: border-box;
|
118
|
height: 32px;
|
118
|
height: 32px;
|
119
|
- line-height: 32px;
|
119
|
+ line-height: 30px;
|
120
|
padding-left: 10px;
|
120
|
padding-left: 10px;
|
121
|
padding-right: 10px;
|
121
|
padding-right: 10px;
|
122
|
border-radius: 15px;
|
122
|
border-radius: 15px;
|
123
|
- border: 0.8px #222 solid;
|
123
|
+ border: 1px #222 solid;
|
124
|
color: #222;
|
124
|
color: #222;
|
125
|
}
|
125
|
}
|
126
|
|
126
|
|