style(主播专用的提现页面): 调整样式

This commit is contained in:
hzj 2026-03-13 16:59:30 +08:00
parent 6d0d244ebd
commit 2e531ddb2d

View File

@ -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 @@
</div>
</div>
<!-- 选中状态 -->
<div
style="
width: 1.5em;