|
@@ -3,8 +3,8 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
- <title>登录健康管理后台系统</title>
|
|
|
- <meta name="description" content="健康管理后台系统">
|
|
|
+ <title>杭州英招在康健康管理后台系统</title>
|
|
|
+ <meta name="description" content="杭州英招在康健康管理后台系统">
|
|
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
|
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
|
|
<link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/>
|
|
@@ -28,11 +28,15 @@
|
|
|
<div class="col-sm-7">
|
|
|
<div class="signin-info">
|
|
|
<div class="logopanel m-b">
|
|
|
- <h1><img alt="[ 健康管理 ]" src="../static/aa.png" th:src="@{/aa.png}"></h1>
|
|
|
+ <h1><img alt="[ 健康管理 ]" src="../static/img/logo1.png" th:src="@{/img/logo1.png}" width="90%" height="30%"></h1>
|
|
|
</div>
|
|
|
<div class="m-b"></div>
|
|
|
- <h4>欢迎使用 <strong>健康管理 后台管理系统</strong></h4>
|
|
|
<ul class="m-b">
|
|
|
+ <li><br></li>
|
|
|
+ <li><br></li>
|
|
|
+ </ul>
|
|
|
+ <h1><strong style="color: #1a7bb9"> 数字化药店-患者管理平台</strong></h1>
|
|
|
+ <ul class="m-b" hidden>
|
|
|
<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>
|
|
|
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>
|
|
@@ -44,8 +48,9 @@
|
|
|
</div>
|
|
|
<div class="col-sm-5">
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
- <h4 class="no-margins">登录:</h4>
|
|
|
- <p class="m-t-md">你若不离不弃,我必生死相依</p>
|
|
|
+ <br>
|
|
|
+ <br>
|
|
|
+ <h4 class="no-margins" style="color: #1a7bb9">登录:</h4>
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" />
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" />
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
@@ -59,9 +64,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="checkbox-custom" th:if="${isRemembered}" th:classappend="${captchaEnabled==false} ? 'm-t'">
|
|
|
- <input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
+ <input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme" style="color: #1a7bb9">记住我</label>
|
|
|
</div>
|
|
|
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍候...">登录</button>
|
|
|
+
|
|
|
+ <br>
|
|
|
+ <br>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|