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 | 45 ++++++++++++++++++++++++++++++++++++++-------
1 files changed, 38 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 8136289..f5ae0ad 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -288,19 +288,16 @@
position: absolute;
top: 122px;
}
-/* 杈撻�佺嚎绗竴鍒� */
.site-row-1 {
- top: 205px;
- left: 120px;
+ top: 67px;
+ left: 392px;
}
.site-row-1 .site {
width: 80px;
}
-
-/* 杈撻�佺嚎绗簩鍒� */
.site-row-2 {
top: 67px;
- left: 400px;
+ left: 474px;
}
.site-row-2 .site {
width: 80px;
@@ -374,7 +371,7 @@
border: 1px solid #333;
background-color:#333!important;
color: #333 !important;
- width: 110%;
+ width: 105%;
margin-top: 13px;
}
/* 鍫嗗灈鏈� */
@@ -497,6 +494,40 @@
margin-right: 80px;
}
+/* ------------------ 鍙拌溅 ------------------ */
+/* 杞ㄩ亾 */
+.car-track {
+ position: absolute;
+}
+.car-track-across {
+ position: absolute;
+}
+.car-track div {
+ height: 100%;
+ display: inline-block;
+ width: 75%;
+ border-left: 5px solid #313131;
+ border-right: 5px solid #313131;
+}
+.car-track-across div {
+ height: 80%;
+ display: inline-block;
+ width: 100%;
+ border-top: 3px solid #313131;
+ border-bottom: 3px solid #313131;
+}
+#car-track-1 {
+ text-align: center;
+ width: 70px;
+ height: 604px;
+ top: 0;
+ left: 6px;
+}
+
+/* 杞� */
+.car {
+ position: absolute;
+}
/* 寮圭獥 */
--
Gitblit v1.9.1