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();