From c2b0be1a368a88e4adb6dda12d0aa5d3bb0df838 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 27 六月 2023 16:50:50 +0800
Subject: [PATCH] 搜索最近穿梭车,提升机完成方法

---
 src/main/webapp/static/css/console.css |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index c6eb3a0..cd46d92 100644
--- a/src/main/webapp/static/css/console.css
+++ b/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;
@@ -281,6 +281,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);
 	background-repeat: no-repeat;

--
Gitblit v1.9.1