diff --git a/WebRoot/WEB-INF/jsp/system/index/login.jsp b/WebRoot/WEB-INF/jsp/system/index/login.jsp index 476275f..c4dc6dc 100644 --- a/WebRoot/WEB-INF/jsp/system/index/login.jsp +++ b/WebRoot/WEB-INF/jsp/system/index/login.jsp @@ -136,10 +136,10 @@ body{ }); - $('.history').hover(function(){ + $('.history').hover(function(){ //鼠标悬停下拉框时,解绑blur事件 $("#loginname").unbind("blur"); },function(){ - $("#loginname").blur(function(){ + $("#loginname").blur(function(){ //鼠标移出下拉框时,添加blur事件 $(".history").hide(); }) }); @@ -267,7 +267,7 @@ body{ } }}); window.top.remove.show(); - + $(".mb_head .close img").css("display","none"); } //保存登录记录 function saveCookie() {