mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-01 21:29:50 +08:00
commit new css by ai
This commit is contained in:
parent
fc89a76cc2
commit
6098f0fb1a
web
@ -107,13 +107,13 @@ tr.odd.expandRow:hover {
|
|||||||
max-width: 95px;
|
max-width: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#traffic, #network {
|
||||||
min-width: 110px;
|
width: 158px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu, #ram, #hdd {
|
#cpu, #ram, #hdd {
|
||||||
min-width: 45px;
|
min-width: 45px;
|
||||||
max-width: 90px;
|
max-width: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ping {
|
#ping {
|
||||||
@ -128,7 +128,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#traffic, #network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#type, #location, #uptime, #ping {
|
#type, #location, #uptime, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -143,7 +145,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#traffic, #network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#month_traffic, #type, #location, #uptime, #ping {
|
#month_traffic, #type, #location, #uptime, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -158,7 +162,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#month_traffic, #type, #location, #uptime, #traffic, #ping {
|
#month_traffic, #type, #location, #uptime, #traffic, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -88,13 +88,13 @@ tr.odd.expandRow:hover {
|
|||||||
max-width: 95px;
|
max-width: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#traffic, #network {
|
||||||
min-width: 110px;
|
width: 158px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu, #ram, #hdd {
|
#cpu, #ram, #hdd {
|
||||||
min-width: 45px;
|
min-width: 45px;
|
||||||
max-width: 90px;
|
max-width: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ping {
|
#ping {
|
||||||
@ -109,7 +109,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#traffic, #network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#type, #location, #uptime, #ping {
|
#type, #location, #uptime, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -124,7 +126,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#traffic, #network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#month_traffic, #type, #location, #uptime, #ping {
|
#month_traffic, #type, #location, #uptime, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -139,7 +143,9 @@ tr.odd.expandRow:hover {
|
|||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
#network {
|
||||||
|
width: 115px;
|
||||||
|
}
|
||||||
#month_traffic, #type, #location, #uptime, #traffic, #ping {
|
#month_traffic, #type, #location, #uptime, #traffic, #ping {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -289,8 +289,9 @@ function updateTime() {
|
|||||||
|
|
||||||
uptime();
|
uptime();
|
||||||
updateTime();
|
updateTime();
|
||||||
setInterval(uptime, 2000);
|
// 降低改值,可以减少cpu占用
|
||||||
setInterval(updateTime, 2000);
|
setInterval(uptime, 1000);
|
||||||
|
setInterval(updateTime, 1000);
|
||||||
|
|
||||||
// styleswitcher.js
|
// styleswitcher.js
|
||||||
function setActiveStyleSheet(title, cookie = false) {
|
function setActiveStyleSheet(title, cookie = false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user