Junjie
2023-04-14 3a1b33b1ab558591cf9c8acc5aa6585d6ccd6473
src/main/webapp/static/css/console.css
@@ -305,6 +305,10 @@
.shuttle-fixing {
   background-color: rgb(252,48,48);
}
/*离线*/
.shuttle-offline {
   background-color: rgb(0, 0, 0);
}
/*空闲*/
.lift-idle {
   background-color: rgb(120,255,129);
@@ -317,6 +321,10 @@
.lift-waiting {
   background-color: rgb(184,184,184);
}
/*离线*/
.lift-offline {
   background-color: rgb(0, 0, 0);
}
#code {
   background-image: url(../images/status_bar_2.png);
   background-repeat: no-repeat;