| | |
| | | } |
| | | /* 输送线第一列 */ |
| | | .site-row-1 { |
| | | left: 200px; |
| | | left: 100px; |
| | | } |
| | | .site-row-1 .site { |
| | | width: 100px; |
| | |
| | | background-color: yellow; |
| | | } |
| | | |
| | | /* ------------------ 台车 ------------------ */ |
| | | /* 轨道 */ |
| | | .car-track { |
| | | position: absolute; |
| | | background: url(../image/bg.jpg); |
| | | } |
| | | #car-track-1 { |
| | | top: 122px; |
| | | left: 100px; |
| | | width: 100px; |
| | | height: 200px; |
| | | } |
| | | |
| | | /* 车 */ |
| | | .car { |
| | | position: absolute; |
| | | } |
| | | #site-8 { |
| | | top: 122px; |
| | | left: 100px; |
| | | width: 100px; |
| | | height: 40px; |
| | | line-height: 40px |
| | | } |
| | | |
| | | |
| | | /* ------------------ 货架总成 ------------------ */ |
| | | .main-part { |
| | | position: absolute; |
| | | top: 100px; |
| | | left: 300px; |
| | | left: 200px; |
| | | } |
| | | .main-part .lane { |
| | | margin-bottom: 30px; |
| | | /*margin-bottom: 30px;*/ |
| | | } |
| | | /* 排号 */ |
| | | .row-no { |
| | |
| | | |
| | | /* 入库口 */ |
| | | .cargo-put { |
| | | transform: rotateY(180deg); |
| | | top: 285px; |
| | | left: 313px; |
| | | /*transform: rotateY(180deg);*/ |
| | | top: 160px; |
| | | left: 43px; |
| | | position: absolute; |
| | | width: 50px; |
| | | height: 40px; |
| | |
| | | } |
| | | /* 扫码器1 */ |
| | | #code-decoder-1 { |
| | | top: 320px; |
| | | left: 200px; |
| | | top: 144px; |
| | | left: 100px; |
| | | } |
| | | /* 扫码器数据1 */ |
| | | #code-decoder-data-1 { |
| | |
| | | margin-left: 35px; |
| | | } |
| | | |
| | | /* 扫码器1 */ |
| | | #code-decoder-2 { |
| | | top: 204px; |
| | | left: 100px; |
| | | } |
| | | /* 扫码器数据1 */ |
| | | #code-decoder-data-2 { |
| | | font-size: xx-small; |
| | | margin-left: 35px; |
| | | } |
| | | |
| | | /* 弹窗 */ |
| | | form .form-item { |
| | | display: inline-block; |