From afc12f9bbd372b55a4539c1fc40b17dbd5949cb1 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 19 八月 2025 13:44:38 +0800
Subject: [PATCH] 1

---
 src/main/webapp/static/css/console.css |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index b3db022..4b4ed29 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%;
@@ -462,7 +462,7 @@
 }
 
 .stock-group .site {
-	width: 70px;
+	width: 35px;
 	float: left;
 	word-break: break-all;
 	display: flex;
@@ -733,11 +733,17 @@
 }
 
 .sxcar{
-	width: 70px;
+	width: 35px;
 	height: 35px;
 	background-image: url(../images/sxcar.png);
 	background-size: 100% 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
+	display: flex;
+	justify-content: center;
+	align-items: center;
+	text-shadow: 2px 2px 4px #000000;
+	color: red;
+	font-size: 18px;
 }
\ No newline at end of file

--
Gitblit v1.9.1