#
vincent
2020-05-29 f599e7974ba0d2c0a4f101b6ce919f8cb3541656
src/main/webapp/static/css/console.css
@@ -60,6 +60,7 @@
/* 堆垛机 */
.machine {
    position: relative;
    background-color: #fff;
    height: 20px;
    width: 80px;
@@ -89,18 +90,17 @@
/* 动画 */
/*动画*/
.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}
}
/*.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}*/
/*}*/