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 @@ +