style(主播专用的提现页面): 调整样式
This commit is contained in:
parent
6d0d244ebd
commit
2e531ddb2d
@ -276,16 +276,23 @@
|
|||||||
style="
|
style="
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
border-radius: 32px;
|
border-radius: 112px;
|
||||||
padding: 12px;
|
padding: 8px 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 590;
|
font-size: 1.5em;
|
||||||
|
font-weight: 500;
|
||||||
text-align: center;
|
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="{
|
:style="{
|
||||||
background: checkStatus
|
background: checkStatus
|
||||||
? 'linear-gradient(135deg, #BB92FF 2.82%, #8B45FF 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(135deg, #D1CED6 2.82%, #7C7882 99.15%)',
|
: '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"
|
@click="Receive"
|
||||||
>
|
>
|
||||||
@ -458,6 +465,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 选中状态 -->
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user