From 1c418796b632684fe332c42dcff0dfcaa5c1d5fd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 16 二月 2022 14:50:15 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 109 +++++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 98 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 9c4edba..06cb7ce 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 {
@@ -66,6 +87,37 @@
border-radius: 15px;
margin-left: 1%;
}
+ /*鎵爜琛ㄥ崟*/
+ .tablebox {
+ display: inline-block;
+ width: 290px;
+ height: 162px;
+ margin-left: 1.5%;
+ color: white;
+ font-size: 14px;
+ list-style: none;
+ line-height: 27px;
+ text-indent: 10px;
+ }
+ .table-head {
+ width: 100%;
+ height: 27px;
+ background:linear-gradient(to right, rgb(94, 193, 184),rgb(12,71,63));
+ }
+ .right {
+ float: right;
+ text-indent: 10px;
+ padding-right: 10px;
+ }
+ .table-body li {
+ background-color: #5D7677;
+ }
+ .table-body li:nth-child(even) {
+ background-color: #4A6565;
+ }
+
+
+
/* 鎺у埗琛ㄥご */
.body-head {
height: 35px;
@@ -198,7 +250,7 @@
/* 绔欑偣 */
.site {
color: #333;
- height: 20px;
+ height: 18px;
border: 1px solid rgb(108,167,168);
cursor: pointer;
width: 50px;
@@ -206,6 +258,7 @@
background-color: rgb(120,255,129);
font-size: 13px;
}
+ /*绌虹珯鐐�*/
/* ------------------ 杈撻�佺嚎鎬绘垚 ------------------ */
.site-row {
position: absolute;
@@ -213,8 +266,8 @@
}
/* 杈撻�佺嚎绗竴鍒� */
.site-row-1 {
- top: 210px;
- left: 166px;
+ top: 205px;
+ left: 172px;
}
.site-row-1 .site {
width: 70px;
@@ -222,27 +275,27 @@
/* 杈撻�佺嚎绗簩鍒� */
.site-row-2 {
- top: 210px;
- left: 238px;
+ top: 205px;
+ left: 243px;
}
.site-row-2 .site {
width: 70px;
}
.site-row-3 {
- top: 253px;
- left: 310px;
+ top: 246px;
+ left: 314px;
}
.site-row-3 .site {
width: 70px;
}
.site-row-4 {
- top: 210px;
- left: 311px;
+ top: 205px;
+ left: 314px;
}
.site-row-5 {
top: 71px;
- left: 455px;
+ left: 456px;
}
.site-row-5 .site {
width: 70px;
@@ -308,6 +361,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;
@@ -353,7 +440,7 @@
display: inline-block;
float: right;
margin-top: 15px;
- margin-right: 80px;
+ margin-right: 50px;
}
#crnWindow-head {
width: 291px;
--
Gitblit v1.9.1