23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
/* 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;
|
|
} |