#
vincent
2020-05-29 523f2a1b4dbb111f1f55eb052de9e761289d32ea
#
3个文件已修改
25 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/index.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}
}
src/main/webapp/static/css/index.css
@@ -30,9 +30,9 @@
    color: #fff;
}
/*底部*/
footer {
    border-top: 1px solid #e3e3e3;
    position: fixed;
    bottom: 0;
    right: 0;
@@ -41,7 +41,7 @@
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.0);
    box-sizing: border-box;
    background-color: #f1f1f1;
    background-color: #fff;
    z-index: 999;
    height: 30px;
    font-size: 13px;
src/main/webapp/views/console.html
@@ -380,4 +380,7 @@
    <!-- 右输送线 -->
</main>
</body>
<script>
</script>
</html>