Authored by baoss

UI调整 review by bevishuang

... ... @@ -19,7 +19,7 @@
height: 88px;
.guess-tab {
min-width: 160px;
min-width: 140px;
display: flex;
flex-direction: column;
align-items: center;
... ... @@ -47,7 +47,7 @@
line-height: 88px;
text-align: center;
font-size: 28px;
font-weight: 600;
font-weight: 450;
color: #b0b0b0;
}
... ...
... ... @@ -116,11 +116,11 @@
letter-spacing: 0;
box-sizing: border-box;
height: 32px;
line-height: 32px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
border-radius: 15px;
border: 0.8px #222 solid;
border: 1px #222 solid;
color: #222;
}
... ...