| | |
| | | position: absolute; |
| | | top: 122px; |
| | | } |
| | | /* 输送线第一列 */ |
| | | .site-row-1 { |
| | | top: 205px; |
| | | left: 120px; |
| | | top: 67px; |
| | | left: 392px; |
| | | } |
| | | .site-row-1 .site { |
| | | width: 80px; |
| | | } |
| | | |
| | | /* 输送线第二列 */ |
| | | .site-row-2 { |
| | | top: 67px; |
| | | left: 400px; |
| | | left: 474px; |
| | | } |
| | | .site-row-2 .site { |
| | | width: 80px; |
| | |
| | | margin-right: 80px; |
| | | } |
| | | |
| | | /* ------------------ 台车 ------------------ */ |
| | | /* 轨道 */ |
| | | .car-track { |
| | | position: absolute; |
| | | } |
| | | .car-track-across { |
| | | position: absolute; |
| | | } |
| | | .car-track div { |
| | | height: 100%; |
| | | display: inline-block; |
| | | width: 75%; |
| | | border-left: 5px solid #313131; |
| | | border-right: 5px solid #313131; |
| | | } |
| | | .car-track-across div { |
| | | height: 80%; |
| | | display: inline-block; |
| | | width: 100%; |
| | | border-top: 3px solid #313131; |
| | | border-bottom: 3px solid #313131; |
| | | } |
| | | #car-track-1 { |
| | | text-align: center; |
| | | width: 70px; |
| | | height: 605px; |
| | | top: 0; |
| | | left: 6px; |
| | | } |
| | | |
| | | /* 车 */ |
| | | .car { |
| | | position: absolute; |
| | | } |
| | | |
| | | |
| | | /* 弹窗 */ |