From 03e68b2be24ea024eae645c47da1d4cb1773302a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 13 十月 2023 19:47:13 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index cd46d92..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%;
@@ -420,9 +420,10 @@
/* ------------------ 璐ф灦鎬绘垚 ------------------ */
.main-part {
position: absolute;
- top: -150px;
- left: 50px;
- transform: scale(0.75);
+ top: 100px;
+ left: -150px;
+ width: 2205px;
+ scale: 0.7;
}
.main-part .lane {
margin-top: 30px;
@@ -437,8 +438,11 @@
}
/* 搴撲綅缁� */
+.stock-group {
+ width: 100%;
+}
.stock-group .item {
- width: 70px;
+ width: 35px;
height: 35px;
float: left;
border-top: 1px solid rgb(194,76,65);
@@ -458,7 +462,7 @@
}
.stock-group .site {
- width: 70px;
+ width: 35px;
float: left;
word-break: break-all;
display: flex;
@@ -729,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