更新设备变量信息

This commit is contained in:
dell
2023-03-10 16:39:21 +08:00
parent d62c6b0122
commit 80564727ea
739 changed files with 512610 additions and 0 deletions

View File

@ -0,0 +1,36 @@
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
padding: 0 5px;
text-align: center;
}
.datebox-button a {
line-height: 22px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-button a:hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #555;
}
.datebox-button a {
color: #fff;
}