| | |
| | | body { |
| | | height: 100%; |
| | | } |
| | | /* 头部 */ |
| | | header { |
| | | height: 20%; |
| | | border: 1px solid red; |
| | | } |
| | | /* 主体 */ |
| | | main { |
| | | height: 80%; |
| | | position: relative; |
| | | } |
| | | /* 排号 */ |
| | | .row-no { |
| | | margin-left: 50px; |
| | | } |
| | | |
| | | /* 库位组 */ |
| | | .stock-group .item { |
| | | float: left; |
| | | border-top: 1px solid #333; |
| | | border-bottom: 1px solid #333; |
| | | border-left: 1px solid #333; |
| | | border-top: 1px solid #333!important; |
| | | border-bottom: 1px solid #333!important; |
| | | border-left: 1px solid #333!important; |
| | | border-right: none; |
| | | } |
| | | .stock-group .item:last-child { |
| | | border-right: 1px solid #333; |
| | | border-right: 1px solid #333!important; |
| | | } |
| | | .stock-group::after, .stock-group::before { |
| | | content: ""; |
| | |
| | | background-size:100% 100%; |
| | | background-position: top center; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | /* 堆垛机轨道 */ |
| | | .pathway { |
| | | border: 1px solid #000; |
| | | position: absolute; |
| | | background-color:#eee!important; |
| | | color: #000000 !important; |
| | | width: 100%; |
| | | margin-top: 10px; |
| | | z-index: -1; |
| | | } |