#
luxiaotao1123
2020-08-19 bc0a69ea4a4fb49dadc02bf548d8f3fd3f60d18a
src/main/webapp/static/css/console.css
@@ -118,34 +118,9 @@
}
/* 输送线第一列 */
.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;
}
@@ -164,6 +139,7 @@
.site-none {
    border: none;
    background-color: transparent;
    cursor: default;
}
/* 自动 */
.site-auto {
@@ -190,7 +166,7 @@
/* ------------------ 货架总成 ------------------ */
.main-part {
    position: absolute;
    top: 250px;
    top: 100px;
    left: 300px;
}
.main-part .lane {
@@ -210,6 +186,7 @@
    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;*/
@@ -367,19 +344,3 @@
    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}*/
/*}*/