Browse Source

new + update 增加logo 以及修改系统显示

bzd_lxf 5 months ago
parent
commit
fd1388acc0

+ 1 - 1
health-admin/src/main/resources/static/ajax/libs/suggest/bootstrap-suggest.js

@@ -1177,4 +1177,4 @@
       return methods.init.apply(this, arguments);
     }
   };
-});
+});

+ 2 - 2
health-admin/src/main/resources/static/css/style.css

@@ -6973,7 +6973,7 @@ nav .logo {
 	text-align: center;
 	width: 200px;
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-	padding: 0 15px;
+	/*padding: 0 15px;*/
 	font-weight: 300;
 	overflow: hidden
 }
@@ -7049,4 +7049,4 @@ nav .logo {
 	top: 0px;
 	z-index: 9998;
 	margin: 0;
-}
+}

File diff suppressed because it is too large
+ 0 - 0
health-admin/src/main/resources/static/css/style.min.css


BIN
health-admin/src/main/resources/static/favicon.ico


BIN
health-admin/src/main/resources/static/img/log.jpg


BIN
health-admin/src/main/resources/static/img/logo.jpg


+ 3 - 2
health-admin/src/main/resources/templates/index-topnav.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="renderer" content="webkit">
-    <title>若依系统首页</title>
+    <title>英招在康后台管理系统</title>
     <!-- 避免IE使用兼容模式 -->
  	<meta http-equiv="X-UA-Compatible" content="IE=edge">
     <link th:href="@{favicon.ico}" rel="shortcut icon"/>
@@ -28,7 +28,8 @@
         </div>
         <a th:href="@{/index}">
             <li class="logo hidden-xs">
-                <span class="logo-lg">Aa</span>
+				<img th:src="@{/img/logo.jpg}" class="logo-lg" width="100%" height="100%" style="padding-left:0px;">
+                <!--<span class="logo-lg">Aa</span>-->
             </li>
          </a>
         <div class="sidebar-collapse tab-content" id="side-menu">

+ 2 - 1
health-admin/src/main/resources/templates/index.html

@@ -27,7 +27,8 @@
         </div>
         <a th:href="@{/index}">
             <li class="logo hidden-xs">
-                <span class="logo-lg">英招在康</span>
+				<img th:src="@{/img/logo.jpg}" class="logo-lg" width="100%" height="100%" style="padding-left:0px;">
+                <!--&lt;!&ndash;<span class="logo-lg">英招在康</span>&ndash;&gt;-->
             </li>
          </a>
         <div class="sidebar-collapse">

+ 2 - 2
health-admin/src/main/resources/templates/main.html

@@ -21,9 +21,9 @@
             <hr>
         </div>-->
         <div class="col-sm-3">
-            <h2>Hello,Guest</h2>
+            <h2>Hello</h2>
             <br>
-            <img th:src="@{/img/qr_code.png}" width="100%" style="max-width:264px;">
+            <img th:src="@{/img/log.jpg}" width="100%" style="max-width:264px;">
             <br>
         </div>
         <div class="col-sm-5">

+ 2 - 3
health-admin/src/main/resources/templates/register.html

@@ -24,10 +24,10 @@
             <div class="col-sm-7">
                 <div class="signin-info">
                     <div class="logopanel m-b">
-                        <h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
+                        <h1><img alt="[ img ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
                     </div>
                     <div class="m-b"></div>
-                    <h4>欢迎使用 <strong>若依 后台管理系统</strong></h4>
+                    <h4>欢迎使用 <strong>英招科技 后台管理系统</strong></h4>
                     <ul class="m-b">
                         <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>
                         <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>
@@ -41,7 +41,6 @@
             <div class="col-sm-5">
                 <form id="registerForm" autocomplete="off">
                     <h4 class="no-margins">注册:</h4>
-                    <p class="m-t-md">你若不离不弃,我必生死相依</p>
                     <input type="text"     name="username" class="form-control uname"         placeholder="用户名"   maxlength="20" />
                     <input type="password" name="password" class="form-control pword"         placeholder="密码"     maxlength="20" />
                     <input type="password" name="confirmPassword" class="form-control pword"  placeholder="确认密码" maxlength="20" />

Some files were not shown because too many files changed in this diff