From e4a672a1ff1d8d881fe3071edb69080c2edaa96c Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 02 八月 2023 08:57:49 +0800
Subject: [PATCH] 充电任务

---
 src/main/webapp/static/css/console.css |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 819881c..9b8f1db 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -198,7 +198,7 @@
 }
 .states {
 	background-image: url(../images/line.png);
-	margin-bottom:54px;
+	/*margin-bottom:54px;*/
 }
 .button {
 	margin-left: 5%;
@@ -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);
@@ -316,6 +320,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);
@@ -412,9 +420,10 @@
 /* ------------------ 璐ф灦鎬绘垚 ------------------ */
 .main-part {
 	position: absolute;
-	top: -150px;
-	left: 50px;
-	transform: scale(0.75);
+	top: 100px;
+	left: -150px;
+	width: 2205px;
+	scale: 0.7;
 }
 .main-part .lane {
 	margin-top: 30px;
@@ -429,8 +438,11 @@
 }
 
 /* 搴撲綅缁� */
+.stock-group {
+	width: 100%;
+}
 .stock-group .item {
-	width: 70px;
+	width: 35px;
 	height: 35px;
 	float: left;
 	border-top: 1px solid rgb(194,76,65);

--
Gitblit v1.9.1