src/main/webapp/static/css/console.css
@@ -86,3 +86,21 @@ .site:hover { opacity: 0.7; } /* 动画 */ /*动画*/ .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} }