Junjie
2023-06-27 c2b0be1a368a88e4adb6dda12d0aa5d3bb0df838
src/main/webapp/static/css/console.css
@@ -106,7 +106,7 @@
   display: inline-block;
   float: left;
   position: fixed;
   width: 49%;
   width: 34%;
   height: 23%;
   background-color: rgba(0, 0, 0, 0.3);
   border-radius: 15px;
@@ -280,6 +280,50 @@
/* 非自动/手动 */
.site-unauto {
   background-color: rgb(184,184,184);
}
/*空闲*/
.shuttle-idle {
   background-color: rgb(120,255,129);
}
/*作业中*/
.shuttle-working {
   background-color: rgb(196,196,0);
}
/*等待确认*/
.shuttle-waiting {
   background-color: rgb(184,184,184);
}
/*充电中*/
.shuttle-charging {
   background-color: rgb(250,81,246);
}
/*充电任务等待确认*/
.shuttle-charging-waiting {
   background-color: rgb(58,77,249);
}
/*故障修复中*/
.shuttle-fixing {
   background-color: rgb(252,48,48);
}
/*离线*/
.shuttle-offline {
   background-color: rgb(0, 0, 0);
}
/*空闲*/
.lift-idle {
   background-color: rgb(120,255,129);
}
/*作业中*/
.lift-working {
   background-color: rgb(196,196,0);
}
/*等待确认*/
.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);
@@ -680,6 +724,9 @@
.btn-16:active {
   top: 2px;
}
.btn-16-active{
   color: #323131 !important;
}
.sxcar{
   width: 70px;