From 21542f7db0697577ce56a1158590cfa1ac1e6121 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 11 Jul 2023 19:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BA=91=E9=97=AA=E4=BB=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ysf.css | 6 ++++-- ysf.html | 14 +++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ysf.css b/ysf.css index b0db5d8..00e14c8 100644 --- a/ysf.css +++ b/ysf.css @@ -142,7 +142,9 @@ body { color: rgb(163, 160, 163); text-align: center; } - +.disable { + background-color: rgb(253 138 142) !important; +} .information { text-align: center; } @@ -190,6 +192,7 @@ body { .form-note { color: red; font-size: 0.11rem; + margin-bottom: 0.25rem; } .text-center { @@ -205,7 +208,6 @@ body { font-size: 0.15rem; color: white; background: rgb(238 25 32); - margin-top: 0.25rem; } .illustrate { diff --git a/ysf.html b/ysf.html index 97e5180..2df36ea 100644 --- a/ysf.html +++ b/ysf.html @@ -38,11 +38,14 @@

{{ysf.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}

-

云闪付账号

- - -

您可在云闪付的个人信息中查看【云闪付账号】

- +
+

云闪付账号

+ + +

您可在云闪付的个人信息中查看【云闪付账号】

+
+
@@ -114,6 +117,7 @@ methods: { /* 立即领取 */ submit () { + if (this.ysf.entity.available !== 1) return; if ((phoneReg.test(this.account) || emailReg.test(this.account)) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit();