From d24ce13367c6b9b08fc8efd336852f187d9d450d Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期一, 27 三月 2023 14:36:36 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index ff40508..c6549a8 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -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;
@@ -376,11 +376,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 +394,8 @@
 
 /* 搴撲綅缁� */
 .stock-group .item {
-	width: 40px;
-	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 +414,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: "";
@@ -676,11 +682,11 @@
 }
 
 .sxcar{
-	width: 40px;
-	height: 30px;
+	width: 70px;
+	height: 35px;
 	background-image: url(../images/sxcar.png);
 	background-size: 100% 100%;
-	position: relative;
+	position: absolute;
 	top: 0;
 	left: 0;
 }
\ No newline at end of file

--
Gitblit v1.9.1