From c350b737713fe518c22036dfc9a2574bcafcb15c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 15:18:08 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |   70 +++++++++++++++++++++++++++++------
 1 files changed, 58 insertions(+), 12 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 0035f9a..1f24a7f 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -4,13 +4,17 @@
 
 body {
     height: 100%;
-    background-color: #fff;
+    background-color: #f1f1f1;
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0,0,0,.3);
+    padding: 10px;
 }
 
 /* ------------------------------------ 澶撮儴 ------------------------------------*/
 header {
+    border-radius: 5px;
+    box-shadow: 0 0 3px rgba(0,0,0,.3);
+    background-color: #fff;
     height: 20%;
     opacity: 0.8;
     position: relative;
@@ -63,7 +67,7 @@
 /* 棰滆壊鎻愮ず */
 .tips {
     position: absolute;
-    bottom: 5%;
+    bottom: 7%;
     left: 10%;
 }
 .tips-item {
@@ -87,7 +91,11 @@
 
 /* ------------------------------------ 涓讳綋 ------------------------------------*/
 main {
-    height: 80%;
+    margin-top: 8px;
+    border-radius: 5px;
+    box-shadow: 0 0 3px rgba(0,0,0,.3);
+    background-color: #fff;
+    height: 75.8%;
     position: relative;
 }
 
@@ -98,21 +106,21 @@
 }
 /* 杈撻�佺嚎绗竴鍒� */
 .site-row-1 {
-    left: 400px;
+    left: 100px;
 }
 .site-row-1 .site {
     width: 100px;
 }
 /* 杈撻�佺嚎绗簩鍒� */
 .site-row-2 {
-    left: 500px;
+    left: 200px;
 }
 .site-row-2 .site {
     width: 100px;
 }
 /* 杈撻�佺嚎绗笁鍒� */
 .site-row-3 {
-    left: 600px;
+    left: 300px;
     width: 100px;
 }
 .site-row-3 .site {
@@ -121,7 +129,7 @@
 }
 /* 杈撻�佺嚎绗洓鍒� */
 .site-row-4 {
-    left: 700px;
+    left: 400px;
     width: 100px;
 }
 .site-row-4 .site {
@@ -171,13 +179,14 @@
 .main-part {
     position: absolute;
     top: 250px;
-    left: 600px;
+    left: 300px;
 }
 .main-part .lane {
     margin-bottom: 30px;
 }
 /* 鎺掑彿 */
 .row-no {
+    font-weight: bolder;
     margin-left: 80px;
 }
 
@@ -267,8 +276,6 @@
     background-color: #aaaaaa;
 }
 
-
-
 /* 鍫嗗灈鏈鸿建閬� */
 .pathway {
     margin-left: 30px;
@@ -278,15 +285,54 @@
     color: #333 !important;
     width: 90%;
     margin-top: 10px;
-    z-index: -1;
 }
-
 
 /* 杈撻�佺嚎鐩稿叧 */
 .site:hover {
     opacity: 0.7;
 }
 
+/* 鍏ュ簱鍙� */
+.cargo-put {
+    top: 68px;
+    left: 113px;
+    position: absolute;
+    width: 50px;
+    height: 50px;
+    background-image: url("../image/fork_r.png");
+    background-repeat: no-repeat;
+    background-size:100% 100%;
+    background-position: top center;
+}
+
+/* 鎵爜鍣� */
+.code-decoder {
+    position: absolute;
+    width: 30px;
+    height: 30px;
+    background-image: url("../image/bscanner.png");
+    background-repeat: no-repeat;
+    background-size:100% 60%;
+    background-position: top center;
+}
+/* 鎵爜鍣ㄦ枃瀛� */
+.code-decoder-data {
+    font-size: small;
+    display: inline-block;
+    /*transform: scale(0.90);*/
+}
+/* 鎵爜鍣�1 */
+#code-decoder-1 {
+    top: 240px;
+    left: 470px;
+}
+/* 鎵爜鍣ㄦ暟鎹�1 */
+#code-decoder-data-1 {
+    font-size: xx-small;
+    margin-left: 35px;
+}
+
+
 
 /* 鍔ㄧ敾 */
 /*.machine {*/

--
Gitblit v1.9.1