#
luxiaotao1123
2022-08-22 53bb852d00830ea116f972575472cfd97c3a206c
src/main/webapp/static/css/console.css
@@ -1,6 +1,5 @@
* {
   margin: 0;
   overflow: hidden;
}
html,body {
   height: 100%;
@@ -39,7 +38,7 @@
   width: 100%;
   height: 23%   ;
   position: absolute;
   bottom: 2.5%;
   bottom: 3.2%;
}
/*=============== SCROLL BAR ===============*/
@@ -61,7 +60,7 @@
/* 控制开关 */
.system-state {
   display: inline-block;
   float: left;
   width: 15%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
@@ -70,7 +69,7 @@
}
/* 堆垛机状态 */
.machine-status {
   display: inline-block;
   float: left;
   width: 15%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
@@ -79,16 +78,11 @@
}
.state-ss {
   margin-left: 60px;
}
/* 输送线状态 */
.line-status {
   display: inline-block;
   float: left;
   width: 15%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
@@ -109,7 +103,7 @@
}
/* 条码扫描器 */
.bar-code {
   display: inline-block;
   float: left;
   width: 49%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
@@ -387,17 +381,16 @@
/* 堆垛机轨道 */
.pathway {
   position: absolute;
   /*left: -10%;*/
   margin-left: -80px;
   border: 1px solid #333;
   background-color:#333!important;
   color: #333 !important;
   width: 100%;
   width: 110%;
   margin-top: 10px;
}
/* 堆垛机 */
.machine {
   margin-left: 30px;
   margin-left: -80px;
   position: relative;
   background-color: rgb(108,167,168);
   height: 20px;