From 99b4f2a8876546974737446378e4cddc6317ea78 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期三, 29 十二月 2021 10:38:01 +0800 Subject: [PATCH] YCQ --- src/main/webapp/static/css/console.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 9c4edba..6ffac4c 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -48,6 +48,15 @@ border-radius: 15px; margin-left: 1%; } + .state-ss { + margin-left: 60px; + + } + + + + + /* 杈撻�佺嚎鐘舵�� */ .line-status { display: inline-block; @@ -56,6 +65,18 @@ background-color: rgba(0, 0, 0, 0.3); border-radius: 15px; margin-left: 1%; + } + .line-ss { + display: inline-block; + float: right; + height: 15px; + width: 40px; + margin-top: 10px; + margin-right: 15px; + line-height: 15px; + text-align: center; + background-color: rgba(5, 5, 5, 0.3); + color: #ffdd00; } /* 鏉$爜鎵弿鍣� */ .bar-code { @@ -308,6 +329,40 @@ background-position: top center; cursor: pointer; } + /* 鍏ュ簱 */ + .machine-pakin { + background-image: url("../images/Crane_store.png"); + } + /* 鍑哄簱 */ + .machine-pakout { + background-image: url("../images/Crane_retrieve.png"); + } + /* 搴撳埌搴� */ + .machine-stock-move { + background-image: url("../images/Crane_loctoloc.png"); + } + /* 绔欏埌绔� */ + .machine-site-move { + background-image: url("../images/Crane_stntostn.png"); + } + /* p to p */ + .machine-p-move { + background-image: url("../images/Crane_hptoohp.png"); + } + /* 寮傚父 */ + .machine-error { + background-image: url("../images/Crane_error.png"); + } + /* 鑷姩 */ + .machine-auto { + background-image: url("../images/Crane_auto.png"); + } + /* 闈炶嚜鍔�/鏀跺埌 */ + .machine-un-auto { + background-image: url("../images/Crane_manual.png"); + } + + /* 鍫嗗灈鏈哄脊绐� */ #crnWindow { width: 291px; -- Gitblit v1.9.1