| | |
| | | * { |
| | | margin: 0; |
| | | overflow: hidden; |
| | | } |
| | | html,body { |
| | | height: 100%; |
| | |
| | | width: 100%; |
| | | height: 23% ; |
| | | position: absolute; |
| | | bottom: 2.5%; |
| | | bottom: 3.2%; |
| | | } |
| | | |
| | | /*=============== SCROLL BAR ===============*/ |
| | |
| | | |
| | | /* 控制开关 */ |
| | | .system-state { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 15%; |
| | | height: 100%; |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | |
| | | } |
| | | /* 堆垛机状态 */ |
| | | .machine-status { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 15%; |
| | | height: 100%; |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | |
| | | } |
| | | .state-ss { |
| | | margin-left: 60px; |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /* 输送线状态 */ |
| | | .line-status { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 15%; |
| | | height: 100%; |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | |
| | | } |
| | | /* 条码扫描器 */ |
| | | .bar-code { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 49%; |
| | | height: 100%; |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | |
| | | /* 堆垛机轨道 */ |
| | | .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; |