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