|
@@ -19,28 +19,33 @@
|
|
|
<script>
|
|
|
if(window.top!==window.self){alert('未登录或登录超时。请重新登录');window.top.location=window.location};
|
|
|
</script>
|
|
|
+ <style>
|
|
|
+ .signin{
|
|
|
+ background:none!important;
|
|
|
+ }
|
|
|
+ .top_logo{
|
|
|
+ color: #fff;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 900;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .signinpanel{
|
|
|
+ width: 300px;
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: 0px 0px 5px #eee;
|
|
|
+ border-radius: 5px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
<body class="signin">
|
|
|
+ <div class="dl_bg">
|
|
|
+ <img src="../static/img/dl_bg.png">
|
|
|
+ </div>
|
|
|
+ <div class="top_logo">
|
|
|
+ <h1>南关区学区查询系统</h1>
|
|
|
+ <img src="../static/img/logotit.png"/>
|
|
|
+ </div>
|
|
|
<div class="signinpanel">
|
|
|
- <div class="row">
|
|
|
- <div class="col-sm-7">
|
|
|
- <div class="signin-info">
|
|
|
- <div class="logopanel m-b">
|
|
|
- <h1><img alt="[ 首佳 ]" src="../static/sooka.png" th:src="@{/sooka.png}"></h1>
|
|
|
- </div>
|
|
|
- <div class="m-b"></div>
|
|
|
- <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>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>
|
|
|
- </ul>
|
|
|
- <strong th:if="${isAllowRegister}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="col-sm-5">
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
<h4 class="no-margins">登录:</h4>
|
|
|
<p class="m-t-md">你若不离不弃,我必生死相依</p>
|
|
@@ -61,12 +66,7 @@
|
|
|
</div>
|
|
|
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍候...">登录</button>
|
|
|
</form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="signup-footer">
|
|
|
- <div class="pull-left">
|
|
|
- Copyright © 2018-2023 sooka.vip All Rights Reserved. <br>
|
|
|
- </div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]]; var captchaType = [[${captchaType}]]; </script>
|