From 48c1de18235020edff108339ed1d12bade8a2b90 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 16:37:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console_vue.css |  256 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 250 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/css/console_vue.css b/src/main/webapp/static/css/console_vue.css
index 45380ab..66220e8 100644
--- a/src/main/webapp/static/css/console_vue.css
+++ b/src/main/webapp/static/css/console_vue.css
@@ -22,11 +22,39 @@
 	background: #f0f0f0;
 }
 
+.shelf {
+	height: 35px;
+	border-right: none;
+	cursor: default;
+	color: rgb(194, 76, 65);
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	user-select: none;
+	background: #f0f0f0;
+}
+
+.track-item {
+	width: 100%;
+	height: 35px;
+	border-right: none;
+	cursor: default;
+	color: rgb(194, 76, 65);
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	user-select: none;
+	background: #f5d88f;;
+	padding: 0;
+	margin: 0;
+	position: relative;
+	z-index: 1;
+}
+
 /* 绔欑偣 */
 .site {
 	color: #333;
-	height: 35px;
-	width: 35px;
+	height: 100%;
 	cursor: pointer;
 	text-align: center;
 	background-color: rgb(120, 255, 129);
@@ -37,10 +65,88 @@
 	user-select: none;
 }
 
+.crn-item {
+	color: #333;
+	height: 35px;
+	cursor: pointer;
+	text-align: center;
+	background-color: rgb(120, 255, 129);
+	font-size: 13px;
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	user-select: none;
+	margin: 1px;
+	position: absolute;
+	z-index: 2;
+}
+
+/* rgv */
+.rgv-item {
+	color: #333;
+	height: 35px;
+	cursor: pointer;
+	text-align: center;
+	background-color: rgb(120, 255, 129);
+	font-size: 13px;
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	user-select: none;
+	padding: 0;
+	margin: 0;
+	position: absolute;
+	z-index: 2;
+}
+
 /*绌虹珯鐐�*/
 .site-k {
-	border: 1px solid rgb(108, 167, 168);
+	/*border: 1px solid rgb(108, 167, 168);*/
 	background-color: rgb(108, 167, 168);
+}
+
+/* 鍏ュ簱 */
+.machine-pakin {
+	background-color: rgb(163, 214, 242);
+}
+
+/* 鍑哄簱 */
+.machine-pakout {
+	background-color: rgb(151, 180, 0);
+}
+
+/* 搴撳埌搴� */
+.machine-stock-move {
+	background-color: rgb(58, 77, 249);
+}
+
+/* 绔欏埌绔� */
+.machine-site-move {
+	background-color: rgb(240, 140, 10);
+}
+
+/* PToP */
+.machine-p-move {
+	background-color: rgb(29, 152, 23);
+}
+
+/* 寮傚父 */
+.machine-error {
+	background-color: rgb(252, 48, 48);
+}
+
+/* 鑷姩 */
+.machine-auto {
+	background-color: rgb(132, 255, 115);
+}
+
+/* 闈炶嚜鍔�/鎵嬪姩 */
+.machine-un-auto {
+	background-color: rgb(184, 184, 184);
+}
+
+.machine-working {
+	background-color: rgb(255, 214, 11);
 }
 
 /* 鍏ュ簱 */
@@ -171,6 +277,19 @@
 	background-color: rgb(0, 0, 0);
 }
 
+/* 鍫嗗灈鏈哄脊绐� */
+#crnWindow {
+	width: 291px;
+	height: 365px;
+	background-image: url(../images/Popup-yellow.png);
+	position: fixed;
+	color:white;
+	left: 50%;
+	top: 50%;
+	transform: translate(-50%,-50%);
+	z-index: 101;
+}
+
 /* 杈撻�佽澶囧脊绐� */
 #siteWindow {
 	width: 300px;
@@ -181,6 +300,19 @@
 	transform: translate(-50%, -50%);
 	border-radius: 20px 20px 0 0;
 	overflow: hidden;
+}
+
+/* RGV寮圭獥 */
+#rgvWindow {
+	width: 291px;
+	height: 365px;
+	background-image: url(../images/Popup-yellow.png);
+	position: fixed;
+	color:white;
+	left: 50%;
+	top: 50%;
+	transform: translate(-50%,-50%);
+	z-index: 101;
 }
 
 #siteWindow-head {
@@ -210,6 +342,58 @@
 	display: inline-block;
 	float: right;
 	margin-right: 20px;
+}
+
+#crnWindow-head {
+	width: 291px;
+	height: 55px;
+	line-height: 55px;
+	margin-left: 55px;
+	color: #000000;
+	font-weight: 700;
+	letter-spacing: 2px;
+
+}
+#crnWindow-head .detailed {
+	display: inline-block;
+}
+#crnWindow-head button {
+	width: 25px;
+	height: 25px;
+	padding: 0px;
+	border: none;
+	border-radius: 25px;
+	background-image: url(../images/siteclose.png);
+	display: inline-block;
+	float: right;
+	margin-top: 15px;
+	margin-right: 80px;
+}
+
+#rgvWindow-head {
+	width: 291px;
+	height: 55px;
+	line-height: 55px;
+	margin-left: 55px;
+	color: #000000;
+	font-weight: 700;
+	letter-spacing: 2px;
+
+}
+#rgvWindow-head .detailed {
+	display: inline-block;
+}
+#rgvWindow-head button {
+	width: 25px;
+	height: 25px;
+	padding: 0px;
+	border: none;
+	border-radius: 25px;
+	background-image: url(../images/siteclose.png);
+	display: inline-block;
+	float: right;
+	margin-top: 15px;
+	margin-right: 80px;
 }
 
 .siteWindow-body {
@@ -415,7 +599,7 @@
 	background-color: hsl(228, 8%, 54%);
 }
 
-.sxcar{
+.sxcar {
 	width: 35px;
 	height: 35px;
 	background-image: url(../images/sxcar.png);
@@ -428,6 +612,66 @@
 	align-items: center;
 	text-shadow: 2px 2px 4px #000000;
 	font-size: 18px;
-	transition: all 0.8s;
 	user-select: none;
-}
\ No newline at end of file
+
+	/* 鍏抽敭淇敼閮ㄥ垎 */
+	transform: translate(var(--x-pos), var(--y-pos));
+	transition: transform 0.5s ease-in-out;
+}
+
+/* 寮圭獥 */
+form .form-item {
+	display: inline-block;
+	padding-left: 10px;
+}
+form .form-item-label {
+	display: inline-block;
+	width: 90px;
+	font-size: 10px;
+}
+form .form-item-input {
+	display: inline-block;
+	width: 180px;
+
+}
+form .form-item-input input {
+	background-color: rgba(255,255,255,.3);
+	color: #FFFFFF;
+	padding: 0;
+	border: none;
+	border-radius: 2px;
+	height: 18px;
+	padding-left: 10px;
+}
+/* checkbox */
+form .form-item-checkbox {
+	display: inline-block;
+	padding-left: 10px;
+	width: 20%;
+}
+form .form-item-label-checkbox {
+	display: inline-block;
+	width: auto;
+	font-size: 14px;
+}
+form .form-item-input-checkbox {
+	display: inline-block;
+	width: auto;
+}
+
+.excel-table {
+	border-collapse: collapse;
+	width: 100%;
+	padding: 0;
+	margin: 0;
+}
+
+.excel-table td {
+	padding: 0;
+	margin: 0;
+	text-align: center;
+}
+
+.excel-table .merged {
+	display: none;
+}

--
Gitblit v1.9.1