| | |
| | | } |
| | | /* 输送线第一列 */ |
| | | .site-row-1 { |
| | | left: 400px; |
| | | left: 100px; |
| | | } |
| | | .site-row-1 .site { |
| | | width: 100px; |
| | | } |
| | | /* 输送线第二列 */ |
| | | .site-row-2 { |
| | | left: 500px; |
| | | left: 200px; |
| | | } |
| | | .site-row-2 .site { |
| | | width: 100px; |
| | | } |
| | | /* 输送线第三列 */ |
| | | .site-row-3 { |
| | | left: 600px; |
| | | left: 300px; |
| | | width: 100px; |
| | | } |
| | | .site-row-3 .site { |
| | |
| | | } |
| | | /* 输送线第四列 */ |
| | | .site-row-4 { |
| | | left: 700px; |
| | | left: 400px; |
| | | width: 100px; |
| | | } |
| | | .site-row-4 .site { |
| | |
| | | .main-part { |
| | | position: absolute; |
| | | top: 250px; |
| | | left: 600px; |
| | | left: 300px; |
| | | } |
| | | .main-part .lane { |
| | | margin-bottom: 30px; |
| | |
| | | /* 入库口 */ |
| | | .cargo-put { |
| | | top: 68px; |
| | | left: 413px; |
| | | left: 113px; |
| | | position: absolute; |
| | | width: 50px; |
| | | height: 50px; |
| | |
| | | background-position: top center; |
| | | } |
| | | |
| | | /* 扫码器 */ |
| | | .code-decoder { |
| | | position: absolute; |
| | | width: 30px; |
| | | height: 30px; |
| | | background-image: url("../image/bscanner.png"); |
| | | background-repeat: no-repeat; |
| | | background-size:100% 60%; |
| | | background-position: top center; |
| | | } |
| | | /* 扫码器文字 */ |
| | | .code-decoder-data { |
| | | display: inline-block; |
| | | transform: scale(0.90); |
| | | } |
| | | /* 扫码器1 */ |
| | | #code-decoder-1 { |
| | | top: 240px; |
| | | left: 470px; |
| | | } |
| | | /* 扫码器数据1 */ |
| | | #code-decoder-data-1 { |
| | | font-size: xx-small; |
| | | margin-left: 35px; |
| | | } |
| | | |
| | | |
| | | |
| | | /* 动画 */ |
| | | /*.machine {*/ |
| | | /*position: relative;*/ |
| | |
| | | </header> |
| | | <main> |
| | | |
| | | <!----------- 工具栏 ----------> |
| | | <!-- 入库口 --> |
| | | <div class="cargo-put"></div> |
| | | <!-- 扫码器 --> |
| | | <div id="code-decoder-1" class="code-decoder"> |
| | | <span id="code-decoder-data-1" class="code-decoder-data">0</span> |
| | | </div> |
| | | |
| | | |
| | | <!-- 左输送线 --> |
| | | <!-- 第一列(宽度 100px)--> |