feat: 钱包样式
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Has been cancelled

This commit is contained in:
sexygoat
2026-04-24 14:17:46 +08:00
parent 791e034a6b
commit 69923b81b0

View File

@@ -606,12 +606,10 @@
}
.wallet-card {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: #0a84ff;
border-radius: var(--radius-large);
padding: 40rpx;
color: #fff;
box-shadow: 0 8rpx 24rpx rgba(102, 126, 234, 0.25);
.wallet-header {
display: flex;
align-items: flex-start;