完善余额功能

This commit is contained in:
2025-05-09 13:58:42 +08:00
parent 0b55863ba3
commit 2a32bd6fe5
309 changed files with 10732 additions and 5169 deletions

View File

@ -58,4 +58,18 @@ page {
color: #845F2E;
margin-top: 4rpx;
}
.pay-popup .content {
padding: 40rpx 0;
text-align: center;
width: 560rpx;
border-radius: 20rpx;
}
.pay-popup .img-icon {
width: 168rpx;
height: 168rpx;
display: inline-block;
}
.pay-popup .btn {
margin: 80rpx 60rpx 0;
}