| | |
| | | } |
| | | /* 输送线第一列 */ |
| | | .site-row-1 { |
| | | left: 100px; |
| | | } |
| | | .site-row-1 .site { |
| | | width: 100px; |
| | | } |
| | | /* 输送线第二列 */ |
| | | .site-row-2 { |
| | | left: 200px; |
| | | } |
| | | .site-row-2 .site { |
| | | width: 100px; |
| | | } |
| | | /* 输送线第三列 */ |
| | | .site-row-3 { |
| | | left: 300px; |
| | | width: 100px; |
| | | } |
| | | .site-row-3 .site { |
| | | float: left; |
| | | width: 100px; |
| | | } |
| | | /* 输送线第四列 */ |
| | | .site-row-4 { |
| | | left: 400px; |
| | | width: 100px; |
| | | } |
| | | .site-row-4 .site { |
| | | float: right; |
| | | .site-row-1 .site { |
| | | width: 100px; |
| | | } |
| | | |
| | |
| | | .site-none { |
| | | border: none; |
| | | background-color: transparent; |
| | | cursor: default; |
| | | } |
| | | /* 自动 */ |
| | | .site-auto { |
| | |
| | | /* ------------------ 货架总成 ------------------ */ |
| | | .main-part { |
| | | position: absolute; |
| | | top: 250px; |
| | | top: 100px; |
| | | left: 300px; |
| | | } |
| | | .main-part .lane { |
| | |
| | | border-left: 1px solid #333!important; |
| | | border-right: 1px solid #333!important; |
| | | border-right: none; |
| | | cursor: inherit; |
| | | } |
| | | .stock-group .item:last-child { |
| | | /*border-right: 1px solid #333!important;*/ |
| | |
| | | padding-left: 0.5rem; |
| | | } |
| | | |
| | | |
| | | /* 动画 */ |
| | | /*.machine {*/ |
| | | /*position: relative;*/ |
| | | /*-webkit-animation: machine 2s;*/ |
| | | /*animation: machine 2s;*/ |
| | | /*animation-fill-mode: forwards;*/ |
| | | /*}*/ |
| | | /*@-webkit-keyframes machine {*/ |
| | | /*from {left: 0;}*/ |
| | | /*to {left: 100px}*/ |
| | | /*}*/ |
| | | /*@keyframes animationCrn {*/ |
| | | /*from {left: 0}*/ |
| | | /*to {left: 100px}*/ |
| | | /*}*/ |