From 2e531ddb2db3091d37f0db423b8c902f2475fc55 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 13 Mar 2026 16:59:30 +0800 Subject: [PATCH] =?UTF-8?q?style(=E4=B8=BB=E6=92=AD=E4=B8=93=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=8E=B0=E9=A1=B5=E9=9D=A2):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/CashOut/CashWithdraw.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/views/Wallet/CashOut/CashWithdraw.vue b/src/views/Wallet/CashOut/CashWithdraw.vue index 4aa387c..2667d17 100644 --- a/src/views/Wallet/CashOut/CashWithdraw.vue +++ b/src/views/Wallet/CashOut/CashWithdraw.vue @@ -276,16 +276,23 @@ style=" margin-top: 10px; width: 80%; - border-radius: 32px; - padding: 12px; + border-radius: 112px; + padding: 8px 12px; color: #fff; - font-weight: 590; + font-size: 1.5em; + font-weight: 500; text-align: center; + box-shadow: + -1px 0 5px 0 rgba(255, 255, 255, 0.7) inset, + -3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset, + 1px 0 5px 0 rgba(255, 255, 255, 0.7) inset, + 3.5px 0 7.5px 0 rgba(255, 255, 255, 0.2) inset; + backdrop-filter: blur(5000px); " :style="{ background: checkStatus - ? 'linear-gradient(135deg, #BB92FF 2.82%, #8B45FF 99.15%), linear-gradient(135deg, #D1CED6 2.82%, #7C7882 99.15%)' - : 'linear-gradient(135deg, #D1CED6 2.82%, #7C7882 99.15%)', + ? 'linear-gradient(180deg, #D3ACFF 0%, rgba(222, 172, 255, 0.00) 58.38%), linear-gradient(152deg, #C670FF 7.01%, #7726FF 92.99%), #FF4768' + : 'linear-gradient(180deg, #E5E2E6 0%, rgba(197, 196, 199, 0.00) 58.38%), linear-gradient(135deg, #A2A2A2 2.82%, #646464 99.15%), #D587FF', }" @click="Receive" > @@ -458,6 +465,7 @@ +