feat: 新增空状态
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s

This commit is contained in:
sexygoat
2026-04-14 17:02:16 +08:00
parent eb81a5cb21
commit 3f792d642a
4 changed files with 52 additions and 7 deletions

View File

@@ -508,13 +508,14 @@
.balance-label { font-size: 24rpx; opacity: 0.75; }
.recharge-btn-wrapper {
.btn-recharge {
background: rgba(255, 255, 255, 0.25);
border: 1rpx solid rgba(255, 255, 255, 0.5);
color: #fff;
font-size: 24rpx;
padding: 8rpx 24rpx;
background: #fff;
border: none;
color: var(--primary);
font-size: 26rpx;
padding: 12rpx 32rpx;
border-radius: 40rpx;
font-weight: 500;
font-weight: 600;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.15);
&::after { border: none; }
}
}