From a39776890bb77107581c22fab7cc8e6baa6c2775 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 27 十一月 2018 09:07:27 +0800 Subject: [PATCH] 修改登陆页验证显示内容 --- gx_tieta/WebRoot/login.jsp | 37 +++++++------------------------------ /dev/null | 0 gx_tieta/WebRoot/css/login_layout.css | 3 +++ gx_tieta/WebRoot/images/verify.png | 0 4 files changed, 10 insertions(+), 30 deletions(-) diff --git a/gx_tieta/WebRoot/css/login_layout.css b/gx_tieta/WebRoot/css/login_layout.css index 4f72d2a..d9a2517 100644 --- a/gx_tieta/WebRoot/css/login_layout.css +++ b/gx_tieta/WebRoot/css/login_layout.css @@ -276,4 +276,7 @@ margin-left: -250px; top: 50%; margin-top: -150px; +} +.hdw-dialog-content-container { + position: relative; } \ No newline at end of file diff --git a/gx_tieta/WebRoot/images/1.jpg b/gx_tieta/WebRoot/images/1.jpg deleted file mode 100644 index 0fdb8dd..0000000 --- a/gx_tieta/WebRoot/images/1.jpg +++ /dev/null Binary files differ diff --git a/gx_tieta/WebRoot/images/2.jpg b/gx_tieta/WebRoot/images/2.jpg deleted file mode 100644 index 6e73457..0000000 --- a/gx_tieta/WebRoot/images/2.jpg +++ /dev/null Binary files differ diff --git a/gx_tieta/WebRoot/images/verify.png b/gx_tieta/WebRoot/images/verify.png new file mode 100644 index 0000000..a2b51c3 --- /dev/null +++ b/gx_tieta/WebRoot/images/verify.png Binary files differ diff --git a/gx_tieta/WebRoot/login.jsp b/gx_tieta/WebRoot/login.jsp index 5035c84..1b72337 100644 --- a/gx_tieta/WebRoot/login.jsp +++ b/gx_tieta/WebRoot/login.jsp @@ -139,35 +139,12 @@ initDBpool(); - // 閰嶇疆鎷栧姩楠岃瘉鍥惧儚 - $('#lVerify').slideVerify({ - type : 2, //绫诲瀷 - vOffset : 5, //璇樊閲忥紝鏍规嵁闇�姹傝嚜琛岃皟鏁� - vSpace : 5, //闂撮殧 - imgName : ['1.jpg', '2.jpg'], - imgSize : { - width: '498px', - height: '250px', - }, - blockSize : { - width: '40px', - height: '40px', - }, - barSize : { - width : '498px', - height : '40px', - }, - ready : function() { - - }, - success : function() { - $('#lVerify-dialog').addClass('hdw-dialog-hide'); // 闅愯棌楠岃瘉 - checkuser(); // 楠岃瘉鐢ㄦ埛 - }, - error : function() { - // alert('楠岃瘉澶辫触锛�'); - } - }); + // 鐐瑰嚮绌虹櫧鍖哄煙鍏抽棴楠岃瘉 + $('#lVerify-dialog .hdw-dialog-bg').click(function() { + $('#sub').children('.faa-spin').css('visibility', 'hidden'); + $('#sub').removeClass('page-loading'); + $('#lVerify-dialog').addClass('hdw-dialog-hide'); + }); }); // 鍒濆鍖杤erify鎷栧姩楠岃瘉 @@ -179,7 +156,7 @@ type : 2, //绫诲瀷 vOffset : 5, //璇樊閲忥紝鏍规嵁闇�姹傝嚜琛岃皟鏁� vSpace : 5, //闂撮殧 - imgName : ['1.jpg', '2.jpg'], + imgName : ['verify.png'], imgSize : { width: '498px', height: '250px', -- Gitblit v1.9.1