mirror of
https://github.com//cppla/ServerStatus
synced 2025-07-15 14:32:20 +08:00
css防止挤兑
This commit is contained in:
parent
f6cfdc9e6b
commit
3cb0ea4777
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user