This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/pages/user/wallet/index.wxss
2020-04-25 22:59:04 +08:00

50 lines
684 B
Plaintext

page, .container {
background: #fff;
}
.space-upper {
padding: 150rpx 0;
text-align: center;
}
.wallet-image image {
width: 360rpx;
height: 261.72rpx;
}
.wallet-account {
margin-top: 20rpx;
}
.wallet-account_balance {
font-size: 52rpx;
}
.wallet-account_lable {
margin-top: 10rpx;
color: #cec1c1;
font-size: 24rpx;
}
.space-lower {
margin-top: 30rpx;
padding: 0 110rpx;
}
.btn-recharge button.btn-submit {
font-size: 30rpx;
background: #786cff;
border: none;
color: white;
border-radius: 50rpx;
padding: 0 120rpx;
line-height: 2.8;
}
.item-lable {
margin-top: 80rpx;
font-size: 26rpx;
color: rgb(94, 94, 94);
padding: 0 100rpx;
}