From 435789684110fdcdd6e7a40c1887ecf77bdbc581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <852955+jishenghua@users.noreply.gitee.com> Date: Fri, 3 May 2019 16:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=A4=B1=E8=B4=A5=E5=90=8E?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/css/css.css | 8 ++++---- erp_web/register.html | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) 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(); //刷新 } }, //此处添加错误处理