桌面端按钮与输入框字号调整

This commit is contained in:
ciaochaos 2020-05-05 15:50:55 +08:00
parent 86ad50d0de
commit 82239070d5
1 changed files with 9 additions and 5 deletions

View File

@ -150,6 +150,12 @@ td:nth-child(1) {
white-space: nowrap; white-space: nowrap;
} }
@media (min-width: 500px) {
td:nth-child(1) {
font-size: 0.8em;
}
}
td:nth-child(2) { td:nth-child(2) {
white-space: nowrap; white-space: nowrap;
font-size: 1em; font-size: 1em;
@ -187,11 +193,7 @@ table {
@media (min-width: 500px) { @media (min-width: 500px) {
.small-input { .small-input {
border: rgba(0,0,0,0.12) solid 3px; border: rgba(0,0,0,0.12) solid 3px;
} font-size: 0.8em;
}
@media (min-width: 500px) {
.small-input {
width: 200px; width: 200px;
} }
} }
@ -249,6 +251,7 @@ input[type="number"]{
.Qr-select { .Qr-select {
border: rgba(0,0,0,0.12) solid 3px; border: rgba(0,0,0,0.12) solid 3px;
width: 200px; width: 200px;
font-size: 0.8em;
} }
} }
@ -314,6 +317,7 @@ input[type="number"]{
@media (min-width: 500px) { @media (min-width: 500px) {
.dl-btn { .dl-btn {
border: rgba(0,0,0,0.12) solid 3px; border: rgba(0,0,0,0.12) solid 3px;
font-size: 0.9em;
} }
} }