feat(login): 重构登录页面并添加新功能

- 重新设计了登录页面的布局和样式,增加了更多视觉元素
- 添加了记住密码功能,支持本地存储用户名和密码
- 实现了表单实时验证和错误提示
- 增加了用户协议弹窗和登录中动画效果
- 优化了键盘导航,支持Tab键在表单元素间切换- 调整了首页导航
This commit is contained in:
syruan 2025-07-10 18:01:14 +08:00 committed by syruan
parent ef7c37b79f
commit a79edd5765
3 changed files with 841 additions and 166 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,8 @@
<a href="#" class="navbar-brand"> <a href="#" class="navbar-brand">
<small> <small>
<i class="icon-leaf"></i> <i class="icon-leaf"></i>
<img src="${bonuspath}/static/img/icon.png"> <span>贵送机具管理系统</span>
<%-- <img src="${bonuspath}/static/img/icon.png">--%>
</small> </small>
</a><!-- /.brand --> </a><!-- /.brand -->
</div><!-- /.navbar-header --> </div><!-- /.navbar-header -->
@ -125,8 +126,8 @@
<script src="${bonuspath}/static/js/layer.js"></script> <script src="${bonuspath}/static/js/layer.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function(){ $(function(){
//openMenu("1","menu56","menu7","待办任务管理","/backstage/rm/taskRecord/show"); openMenu("1","menu56","menu7","待办任务管理","/backstage/rm/taskRecord/show");
openMenu("1","menu1156","menu7","首页","/backstage/indexHome/list"); // openMenu("1","menu1156","menu7","首页","/backstage/indexHome/list");
}) })
</script> </script>
</body> </body>

View File

@ -1252,7 +1252,7 @@ blockquote, blockquote.pull-right {
padding-right: 0; padding-right: 0;
min-height: 45px; min-height: 45px;
position: relative; position: relative;
background: #438eb9 background: #1f77aa
} }
.navbar>.container { .navbar>.container {