From ed01205bb9bf4ffc1c5a5be5da2a929b51714445 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 一月 2021 10:56:21 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 677b9ed..264a911 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -124,6 +124,24 @@
     width: 100px;
 }
 
+/* 杈撻�佺嚎绗簩鍒� */
+.site-row-2 {
+    top: 226px;
+    left: 440px;
+}
+.site-row-2 .site {
+    width: 80px;
+}
+
+/* 杈撻�佺嚎绗笁鍒� */
+.site-row-3 {
+    top: 122px;
+    left: 400px;
+}
+.site-row-3 .site {
+    width: 100px;
+}
+
 /* 绔欑偣 */
 .site {
     color: #333;
@@ -166,13 +184,19 @@
 /* 杞ㄩ亾 */
 .car-track {
     position: absolute;
-    background: url(../image/bg.jpg);
+    /*background: url(../image/bg.jpg);*/
 }
 #car-track-1 {
+    text-align: center;
     top: 122px;
     left: 100px;
     width: 100px;
     height: 180px;
+}
+#car-track-1 div {
+    height: 100%;
+    display: inline-block;
+    width: 75%;
     border-left: 5px solid #313131;
     border-right: 5px solid #313131;
 }
@@ -194,7 +218,7 @@
 .main-part {
     position: absolute;
     top: 100px;
-    left: 300px;
+    left: 500px;
 }
 .main-part .lane {
     /*margin-bottom: 30px;*/
@@ -334,7 +358,7 @@
     position: absolute;
     background-color:#333!important;
     color: #333 !important;
-    width: 93%;
+    width: 72%;
     margin-top: 10px;
 }
 
@@ -382,6 +406,16 @@
     font-size: xx-small;
     margin-left: 35px;
 }
+/* 鎵爜鍣�2 */
+#code-decoder-2 {
+    top: 285px;
+    left: 440px;
+}
+/* 鎵爜鍣ㄦ暟鎹�2 */
+#code-decoder-data-2 {
+    font-size: xx-small;
+    margin-left: 35px;
+}
 
 /* 寮圭獥 */
 form .form-item {

--
Gitblit v1.9.1