From 8969fb33ff721386d7a11a494a5be2b9154d8bc2 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 29 五月 2020 13:22:31 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/console.css |   34 +++++++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index cfc8cbe..9e1c583 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -1,16 +1,19 @@
+html {
+    height: 100%;
+}
+body {
+    height: 100%;
+}
+
 /* 搴撲綅缁� */
 .stock-group .item {
     float: left;
-    border-top: 2px solid #333;
-    border-bottom: 2px solid #333;
+    border-top: 1px solid #333;
+    border-bottom: 1px solid #333;
     border-left: 1px solid #333;
-    border-right: 1px solid #333;
-}
-.stock-group .item:first-child {
-    border-left: 2px solid #333;
 }
 .stock-group .item:last-child {
-    border-right: 2px solid #333;
+    border-right: 1px solid #333;
 }
 .stock-group::after, .stock-group::before {
     content: "";
@@ -18,9 +21,10 @@
     clear: both;
 }
 button.item {
+    font-size: 13px;
     padding: 1px 1px 1px 1px;
-    width: 22px;
-    height: 22px;
+    width: 20px;
+    height: 20px;
     outline: none;
     cursor: pointer;
     color: #333;
@@ -30,4 +34,16 @@
 button.item:hover {
     background-color: #333;
     color: #fff;
+}
+
+/* 鍫嗗灈鏈� */
+.machine {
+    background-color: #fff;
+    height: 20px;
+    width: 80px;
+    background-image: url("../image/Crane_auto.png");
+    background-repeat: no-repeat;
+    background-size:100% 100%;
+    background-position: top center;
+    cursor: pointer;
 }
\ No newline at end of file

--
Gitblit v1.9.1