完成充值改造

This commit is contained in:
2024-07-15 14:16:06 +08:00
parent 8e1ed62bd7
commit e4a22af891
8 changed files with 206 additions and 29 deletions

View File

@@ -0,0 +1,23 @@
/* pages/rechargeWay/index.wxss */
.rechargeInfoWrapper {
margin-top: 10vw;
margin-bottom: 10vw;
text-align: center;
}
.money {
font-weight: 700;
font-size: 60rpx;
margin-left: 10rpx;
}
.address {
font-size: 28rpx;
margin-top: 20rpx;
}
.rechargeBtn {
margin-top: 10vh;
margin-left: 32rpx;
margin-right: 32rpx;
}