From f1438e7816f5d5ea213834efbd7c39a4ac7d5fd4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 02 十一月 2022 10:15:10 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index fd618b0..f5ae0ad 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -321,7 +321,7 @@
/* ------------------ 璐ф灦鎬绘垚 ------------------ */
.main-part {
position: absolute;
- top: 100px;
+ top: 20px;
left: 720px;
}
.main-part .lane {
@@ -345,18 +345,10 @@
border-right: none;
cursor: inherit;
color: rgb(194,76,65);
- transition: .3s;
}
.stock-group .item:last-of-type {
border-right: 1px solid rgb(194,76,65);
}
-.stock-group .item-hide {
- opacity: .8;
-}
-/*.stock-group .item-hide:hover {*/
-/* opacity: 0;*/
-/*}*/
-
.stock-group::after, .stock-group::before {
content: "";
display: table;
--
Gitblit v1.9.1