| | |
| | | border-radius: 15px; |
| | | margin-left: 1%; |
| | | } |
| | | .state-ss { |
| | | margin-left: 60px; |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /* 输送线状态 */ |
| | | .line-status { |
| | | display: inline-block; |
| | |
| | | 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 { |
| | |
| | | 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; |