refactor: 增加登录页切换链接
This commit is contained in:
parent
19206c564a
commit
2e08a6b26b
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue