From c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5 Mon Sep 17 00:00:00 2001
From: cpT <1@123>
Date: 星期四, 19 六月 2025 15:02:52 +0800
Subject: [PATCH] #改造
---
 src/main/webapp/static/wcs/css/console-0.css |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/main/webapp/static/wcs/css/console-0.css b/src/main/webapp/static/wcs/css/console-0.css
index 7b1a5f0..35b0363 100644
--- a/src/main/webapp/static/wcs/css/console-0.css
+++ b/src/main/webapp/static/wcs/css/console-0.css
@@ -46,10 +46,10 @@
     cursor: pointer;
 }
 .system-icon-open {
-    background-image: url("../image/stop48.png");
+    background-image: url("../images/stop48.png");
 }
 .system-icon-close {
-    background-image: url("../image/start48.png");
+    background-image: url("../images/start48.png");
 }
 
 #system-run-desc {
@@ -323,7 +323,7 @@
     background-color: #fff;
     height: 20px;
     width: 80px;
-    background-image: url("../image/Crane_auto.png");
+    background-image: url("../images/Crane_auto.png");
     background-repeat: no-repeat;
     background-size:100% 100%;
     background-position: top center;
@@ -332,35 +332,35 @@
 
 /* 鍏ュ簱 */
 .machine-pakin {
-    background-image: url("../image/Crane_store.png");
+    background-image: url("../images/Crane_store.png");
 }
 /* 鍑哄簱 */
 .machine-pakout {
-    background-image: url("../image/Crane_retrieve.png");
+    background-image: url("../images/Crane_retrieve.png");
 }
 /* 搴撳埌搴� */
 .machine-stock-move {
-    background-image: url("../image/Crane_loctoloc.png");
+    background-image: url("../images/Crane_loctoloc.png");
 }
 /* 绔欏埌绔� */
 .machine-site-move {
-    background-image: url("../image/Crane_stntostn.png");
+    background-image: url("../images/Crane_stntostn.png");
 }
 /* p to p */
 .machine-p-move {
-    background-image: url("../image/Crane_hptoohp.png");
+    background-image: url("../images/Crane_hptoohp.png");
 }
 /* 寮傚父 */
 .machine-error {
-    background-image: url("../image/Crane_error.png");
+    background-image: url("../images/Crane_error.png");
 }
 /* 鑷姩 */
 .machine-auto {
-    background-image: url("../image/Crane_auto.png");
+    background-image: url("../images/Crane_auto.png");
 }
 /* 闈炶嚜鍔�/鏀跺埌 */
 .machine-un-auto {
-    background-image: url("../image/Crane_manual.png");
+    background-image: url("../images/Crane_manual.png");
 }
 
 
@@ -384,7 +384,7 @@
 }
 /* PToP */
 .machine-p-move-flag {
-    background-color: #128014;
+    background-color: #aaaaaa;
     color: #fff;
 }
 /* 寮傚父 */
--
Gitblit v1.9.1