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 |   81 ++++++++++++++++++++++++++++++++++++----
 1 files changed, 72 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index d348f8d..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;
@@ -208,10 +208,10 @@
 /* 绔欑偣 */
 .site {
 	color: #333;
-	height: 24px;
-	border: 1px solid rgb(108,167,168);
+	height: 35px;
+	/*border: 1px solid rgb(108,167,168);*/
 	cursor: pointer;
-	width: 50px;
+	width: 60px;
 	text-align: center;
 	background-color: rgb(120,255,129);
 	font-size: 13px;
@@ -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);
@@ -376,11 +420,13 @@
 /* ------------------ 璐ф灦鎬绘垚 ------------------ */
 .main-part {
 	position: absolute;
-	top: 100px;
-	left: 480px;
+	top: -150px;
+	left: 50px;
+	transform: scale(0.75);
 }
 .main-part .lane {
 	margin-top: 30px;
+	position: relative;
 }
 /* 閽㈡灦鍙� */
 .row-no {
@@ -392,8 +438,8 @@
 
 /* 搴撲綅缁� */
 .stock-group .item {
-	width: 80px;
-	height: 30px;
+	width: 70px;
+	height: 35px;
 	float: left;
 	border-top: 1px solid rgb(194,76,65);
 	border-bottom: 1px solid rgb(194,76,65);
@@ -412,8 +458,12 @@
 }
 
 .stock-group .site {
-	width: 80px;
+	width: 70px;
 	float: left;
+	word-break: break-all;
+	display: flex;
+	justify-content: center;
+	align-items: center;
 }
 .stock-group::after, .stock-group::before {
 	content: "";
@@ -674,3 +724,16 @@
 .btn-16:active {
 	top: 2px;
 }
+.btn-16-active{
+	color: #323131 !important;
+}
+
+.sxcar{
+	width: 70px;
+	height: 35px;
+	background-image: url(../images/sxcar.png);
+	background-size: 100% 100%;
+	position: absolute;
+	top: 0;
+	left: 0;
+}
\ No newline at end of file

--
Gitblit v1.9.1