refactor: 增加登录页切换链接

This commit is contained in:
Argo Zhang 2020-03-13 23:15:05 +08:00
parent 19206c564a
commit 2e08a6b26b
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 80 additions and 53 deletions

View File

@ -14,7 +14,7 @@
</environment>
<link href="~/lib/captcha/slidercaptcha.css" rel="stylesheet" />
<link href="~/css/theme.css" rel="stylesheet" asp-append-version="true" />
<link href="~/css/login1.css" rel="stylesheet" asp-append-version="true" />
<link href="~/css/login-gitee.css" rel="stylesheet" asp-append-version="true" />
}
@section javascript {
<environment include="Development">
@ -162,6 +162,14 @@
</div>
</section>
</div>
<div class="login-footer">
<ui class="login-footer-body">
<li><a href="https://ba.sdgxgz.com" target="_blank">@@Bootstrap Admin</a></li>
<li><a href="https://gitee.com/LongbowEnterprise/BootstrapAdmin/wikis" target="_blank">帮助文档</a></li>
<li><a href="./Login?View=Login">系统默认登录页</a></li>
<li><a href="./Login?View=Login-Gitee">高仿码云登录页</a></li>
</ui>
</div>
</div>
<div class="modal fade" id="dialogNew" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">

View File

@ -176,3 +176,22 @@ body {
.forget-password {
padding: 16px 0;
}
.login-footer {
position: absolute;
bottom: 40px;
}
.login-footer .login-footer-body {
display: flex;
width: 600px;
justify-content: space-around;
}
.login-footer .login-footer-body li {
list-style: none;
}
.login-footer .login-footer-body li a {
color: #7e8392;
}