From e51d658fbb1fab56f881e107f4710cb81f218441 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 18 Mar 2020 11:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E4=B9=BE=E6=94=AF=E4=BB=98css?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/Shortcut/yee_step1.html | 4 ++-- Application/Sdk/View/default/Shortcut/yee_step2.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Sdk/View/default/Shortcut/yee_step1.html b/Application/Sdk/View/default/Shortcut/yee_step1.html index 56af9348..362da449 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step1.html +++ b/Application/Sdk/View/default/Shortcut/yee_step1.html @@ -142,10 +142,10 @@ $(".containner_order").toggle(); }); - $(".bank_short_heng input").focus(function () { + $("input").focus(function () { scrollTop = document.scrollingElement.scrollTop; }); - $(".bank_short_heng input").blur(function () { + $("input").blur(function () { document.scrollingElement.scrollTo(0, this.scrollTop); }); diff --git a/Application/Sdk/View/default/Shortcut/yee_step2.html b/Application/Sdk/View/default/Shortcut/yee_step2.html index e7c4b275..4a71e798 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step2.html +++ b/Application/Sdk/View/default/Shortcut/yee_step2.html @@ -930,10 +930,10 @@ $(function (){ $('.payment_input_phone').children().text($("#phoneNo_heng").val()); }); - $(".bank_order_heng input").focus(function () { + $("input").focus(function () { scrollTop = document.scrollingElement.scrollTop; }); - $(".bank_order_heng input").blur(function () { + $("input").blur(function () { document.scrollingElement.scrollTo(0, this.scrollTop); });