From 883c963de0316f66499b104e8b251de38c78f951 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 31 七月 2020 09:03:44 +0800
Subject: [PATCH] #当前本版十分完美、冻结

---
 /dev/null                             |    0 
 src/main/webapp/views/index.html      |   17 +++++++++--------
 src/main/webapp/static/image/logo.png |    0 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/static/image/logo.jpg b/src/main/webapp/static/image/logo.jpg
deleted file mode 100644
index a8cda9a..0000000
--- a/src/main/webapp/static/image/logo.jpg
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/static/image/logo.png b/src/main/webapp/static/image/logo.png
new file mode 100644
index 0000000..094646e
--- /dev/null
+++ b/src/main/webapp/static/image/logo.png
Binary files differ
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 04042de..fa1a484 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -25,17 +25,18 @@
       font-weight: bold
     }
 
-    /*todo:luxiaotao*/
     .layui-layout-admin .layui-logo {
       letter-spacing: 2px;
       font-size: 22px;
-      height: 80px;
-      padding: 20px 0;
-      font-weight: 400;
-      color: white;
+      height: 110px;
+      padding: 20px 10px;
+      font-weight: bolder;
+      color: #0d6ec6;
+      text-align: center;
+      line-height: 40px;
     }
     .layui-side-menu .layui-nav {
-      margin-top: 80px;
+      margin-top: 110px;
     }
   </style>
 </head>
@@ -95,8 +96,8 @@
       <div class="layui-side layui-side-menu">
         <div class="layui-side-scroll">
           <div class="layui-logo" lay-href="home/console.html">
-            <!--<img src="..../../static/image/logo.jpg">-->
-            <span>涓壃鍌ㄥ瓨璁惧</span>
+            <img src="../static/image/logo.png" style="display: inline-block; width: 90%;height: auto">
+            <span style="margin-top: 0">涓壃鐗╂祦璁惧</span>
           </div>
 
           <ul class="layui-nav layui-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu">

--
Gitblit v1.9.1