From 523f2a1b4dbb111f1f55eb052de9e761289d32ea Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 29 五月 2020 15:51:57 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html     |    3 +++
 src/main/webapp/static/css/console.css |   18 ++++++++++++++++++
 src/main/webapp/static/css/index.css   |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 9b2152f..565ef17 100644
--- a/src/main/webapp/static/css/console.css
+++ b/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}
+}
\ No newline at end of file
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 001cbcd..793eb13 100644
--- a/src/main/webapp/static/css/index.css
+++ b/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;
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 8a891a2..684eb5f 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -380,4 +380,7 @@
     <!-- 鍙宠緭閫佺嚎 -->
 </main>
 </body>
+<script>
+
+</script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1