给所有支付接口加上了支付宝

This commit is contained in:
2026-07-09 22:07:20 +08:00
parent 566aeaa3b7
commit 4b60ebbc10
18 changed files with 438 additions and 38 deletions

View File

@@ -28,6 +28,11 @@
padding: 40rpx 30rpx; background: #f9f9f9; border-radius: 20rpx; margin-bottom: 20rpx;
}
.method-icon { font-size: 48rpx; margin-bottom: 12rpx; }
.method-icon-alipay {
width: 48rpx; height: 48rpx; line-height: 48rpx; text-align: center;
background: #1677ff; color: #fff; font-size: 30rpx; font-weight: 700;
border-radius: 10rpx;
}
.method-name { font-size: 28rpx; color: #333; }
.balance-item {