feat(login): 重构登录页面并添加新功能
- 重新设计了登录页面的布局和样式,增加了更多视觉元素 - 添加了记住密码功能,支持本地存储用户名和密码 - 实现了表单实时验证和错误提示 - 增加了用户协议弹窗和登录中动画效果 - 优化了键盘导航,支持Tab键在表单元素间切换- 调整了首页导航
This commit is contained in:
parent
ef7c37b79f
commit
a79edd5765
File diff suppressed because it is too large
Load Diff
|
|
@ -35,7 +35,8 @@
|
|||
<a href="#" class="navbar-brand">
|
||||
<small>
|
||||
<i class="icon-leaf"></i>
|
||||
<img src="${bonuspath}/static/img/icon.png">
|
||||
<span>贵送机具管理系统</span>
|
||||
<%-- <img src="${bonuspath}/static/img/icon.png">--%>
|
||||
</small>
|
||||
</a><!-- /.brand -->
|
||||
</div><!-- /.navbar-header -->
|
||||
|
|
@ -125,8 +126,8 @@
|
|||
<script src="${bonuspath}/static/js/layer.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
//openMenu("1","menu56","menu7","待办任务管理","/backstage/rm/taskRecord/show");
|
||||
openMenu("1","menu1156","menu7","首页","/backstage/indexHome/list");
|
||||
openMenu("1","menu56","menu7","待办任务管理","/backstage/rm/taskRecord/show");
|
||||
// openMenu("1","menu1156","menu7","首页","/backstage/indexHome/list");
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -1252,7 +1252,7 @@ blockquote, blockquote.pull-right {
|
|||
padding-right: 0;
|
||||
min-height: 45px;
|
||||
position: relative;
|
||||
background: #438eb9
|
||||
background: #1f77aa
|
||||
}
|
||||
|
||||
.navbar>.container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue