| | |
| | | .site-unauto { |
| | | background-color: #aaaaaa; |
| | | } |
| | | /* 自动+有物+ID */ |
| | | .site-auto-run-id { |
| | | background-color: red; |
| | | } |
| | | /* 自动+有物 */ |
| | | .site-auto-run { |
| | | background-color: #fc29f8; |
| | | } |
| | | /* 自动+有物+ID */ |
| | | .site-auto-id { |
| | | background-color: yellow; |
| | | } |
| | | |
| | | |
| | | /* ------------------ 货架总成 ------------------ */ |
| | | .main-part { |
| | |
| | | cursor: pointer; |
| | | } |
| | | |
| | | /* 入库 */ |
| | | .machine-put { |
| | | background-color: #90d0f3; |
| | | } |
| | | /* 出库 */ |
| | | .machine-take { |
| | | background-color: yellow; |
| | | } |
| | | /* 库到库 */ |
| | | .machine-stock-move { |
| | | background-color: #0c24fb; |
| | | color: #fff; |
| | | } |
| | | /* 站到站 */ |
| | | .machine-site-move { |
| | | background-color: #faa328; |
| | | } |
| | | /* PToP */ |
| | | .machine-p-move { |
| | | background-color: #128014; |
| | | } |
| | | /* 异常 */ |
| | | .machine-error { |
| | | background-color: red; |
| | | } |
| | | /* 自动 */ |
| | | .machine-auto { |
| | | background-color: rgb(42,253,47); |
| | | } |
| | | /* 非自动/收到 */ |
| | | .machine-unauto { |
| | | background-color: #aaaaaa; |
| | | } |
| | | |
| | | |
| | | |
| | | /* 堆垛机轨道 */ |
| | | .pathway { |
| | | margin-left: 30px; |