From 0f1ed149f1d04e97e7638ec109f79d2a20073727 Mon Sep 17 00:00:00 2001 From: devil Date: Mon, 21 Sep 2020 10:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E6=8F=92=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E6=94=AF=E6=8C=81=E7=BB=91=E5=AE=9A=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alipay/pages/plugins/wallet/cash-auth/cash-auth.acss | 3 +++ .../alipay/pages/plugins/wallet/cash-auth/cash-auth.axml | 7 +++++++ sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qml | 7 +++++++ sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qss | 3 +++ .../toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttml | 7 +++++++ .../toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttss | 3 +++ .../weixin/pages/plugins/wallet/cash-auth/cash-auth.wxml | 6 ++++++ .../weixin/pages/plugins/wallet/cash-auth/cash-auth.wxss | 3 +++ 8 files changed, 39 insertions(+) diff --git a/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.acss b/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.acss index 9077096cd..f3b20e311 100644 --- a/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.acss +++ b/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.acss @@ -19,4 +19,7 @@ } .view-tips { padding: 10rpx; +} +.bind-mobile-container { + padding: 15% 10rpx 50rpx 10rpx; } \ No newline at end of file diff --git a/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.axml b/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.axml index f59fb3fe4..1ce12c95d 100644 --- a/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.axml +++ b/sourcecode/alipay/pages/plugins/wallet/cash-auth/cash-auth.axml @@ -38,6 +38,13 @@ 6. 安全验证成功后,请在30分钟内完成提现申请。 + + + + + + + diff --git a/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qml b/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qml index 5e53c1b0c..a4155cc52 100644 --- a/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qml +++ b/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qml @@ -38,6 +38,13 @@ 6. 安全验证成功后,请在30分钟内完成提现申请。 + + + + + + + diff --git a/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qss b/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qss index 8314665ea..629c62b77 100644 --- a/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qss +++ b/sourcecode/qq/pages/plugins/wallet/cash-auth/cash-auth.qss @@ -19,4 +19,7 @@ } .view-tips { padding: 10rpx; +} +.bind-mobile-container { + padding: 15% 10rpx 50rpx 10rpx; } \ No newline at end of file diff --git a/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttml b/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttml index 73e243c2c..afdcaf659 100644 --- a/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttml +++ b/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttml @@ -38,6 +38,13 @@ 6. 安全验证成功后,请在30分钟内完成提现申请。 + + + + + + + diff --git a/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttss b/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttss index 9077096cd..f3b20e311 100644 --- a/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttss +++ b/sourcecode/toutiao/pages/plugins/wallet/cash-auth/cash-auth.ttss @@ -19,4 +19,7 @@ } .view-tips { padding: 10rpx; +} +.bind-mobile-container { + padding: 15% 10rpx 50rpx 10rpx; } \ No newline at end of file diff --git a/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxml b/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxml index 0c2085234..8d8e1f7e5 100644 --- a/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxml +++ b/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxml @@ -38,6 +38,12 @@ 6. 安全验证成功后,请在30分钟内完成提现申请。 + + + + + + diff --git a/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxss b/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxss index 9077096cd..f3b20e311 100644 --- a/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxss +++ b/sourcecode/weixin/pages/plugins/wallet/cash-auth/cash-auth.wxss @@ -19,4 +19,7 @@ } .view-tips { padding: 10rpx; +} +.bind-mobile-container { + padding: 15% 10rpx 50rpx 10rpx; } \ No newline at end of file