css防止挤兑

This commit is contained in:
windows11 2021-11-03 14:48:12 +08:00
parent f6cfdc9e6b
commit 3cb0ea4777
2 changed files with 2 additions and 0 deletions

@ -25,6 +25,7 @@ tr.odd.expandRow > :hover { background: #000 !important; }
@media only screen and (max-width: 992px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 720px) {

@ -22,6 +22,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
@media only screen and (max-width: 992px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 720px) {