diff --git a/erp_web/css/css.css b/erp_web/css/css.css index 8ebc7c1a..84f029a1 100644 --- a/erp_web/css/css.css +++ b/erp_web/css/css.css @@ -714,7 +714,7 @@ input.inputstyle:hover{ border:none; font-family:Arial, Helvetica, sans-serif; background:url(../images/bg_logininout.jpg) no-repeat; - left: 118px; + left: 120px; top: 84px; } #user_pwd{ @@ -726,7 +726,7 @@ input.inputstyle:hover{ border:none; font-family:Arial, Helvetica, sans-serif; background:url(../images/bg_logininout.jpg) no-repeat; - left: 118px; + left: 120px; top: 118px; } #user_pwd_repeat{ @@ -738,7 +738,7 @@ input.inputstyle:hover{ border:none; font-family:Arial, Helvetica, sans-serif; background:url(../images/bg_logininout.jpg) no-repeat; - left: 118px; + left: 120px; top: 152px; } #user_captcha{ @@ -750,7 +750,7 @@ input.inputstyle:hover{ border:none; font-family:Arial, Helvetica, sans-serif; background:url(../images/bg_logininout.jpg) no-repeat; - left: 118px; + left: 120px; top: 186px; } #imgCaptcha{ diff --git a/erp_web/register.html b/erp_web/register.html index 6cb00a0a..34ab6d84 100644 --- a/erp_web/register.html +++ b/erp_web/register.html @@ -32,7 +32,7 @@ -
+
@@ -77,6 +77,7 @@ location.href = "login.html"; } else { alert(res.msg); + verifyCode.refresh(); //刷新 } }, //此处添加错误处理