送金币弹窗:确认发放按钮改为渐变圆角实心按钮,加悬浮上移效果

This commit is contained in:
2026-03-12 17:03:25 +08:00
parent daeef0af0b
commit 32ca130f90

View File

@@ -1143,14 +1143,18 @@
border-radius:6px; font-size:13px; color:#92400e;
outline:none; box-sizing:border-box;">
<button x-on:click="send()"
style="padding:9px 20px; border:none; border-radius:20px;
style="padding:0 24px; border:none; border-radius:8px;
font-size:13px; font-weight:bold; color:#fff;
cursor:pointer; transition:opacity .15s; white-space:nowrap;"
:style="(sending || !amount) ?
'background:#f59e0b; opacity:.45; cursor:not-allowed;' :
'background:#f59e0b; opacity:1;'"
:disabled="sending || !amount">
<span x-text="sending ? '发放中…' : '确认发放'"></span>
cursor:pointer; transition:all .15s; white-space:nowrap;
background:linear-gradient(135deg,#f59e0b,#d97706);
box-shadow:0 3px 10px rgba(217,119,6,.35);"
:style="(sending || !amount)
? 'opacity:.45; cursor:not-allowed; box-shadow:none;'
: 'opacity:1;'"
:disabled="sending || !amount"
onmouseover="if(!this.disabled) this.style.transform='translateY(-1px)'; if(!this.disabled) this.style.boxShadow='0 5px 16px rgba(217,119,6,.45)'"
onmouseout="this.style.transform=''; this.style.boxShadow='0 3px 10px rgba(217,119,6,.35)'">
<span x-text="sending ? '发放中…' : '✅ 确认发放'"></span>
</button>
</div>
<p style="margin:0; font-size:10px; color:#b45309; opacity:.75; text-align:center;">