59 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2025-12-15 18:19:04 +08:00
page {
background-color: #f8f8f8;
}
.recharge_header {
margin: 30rpx;
background-color: #fff;
padding: 30rpx 30rpx 20rpx 30rpx;
border-radius: 15rpx;
}
.recharge_header .title {
color: #333;
font-size: 28rpx;
font-weight: 500;
}
.recharge_header .input {
display: flex;
align-items: center;
padding-top: 10rpx;
}
.recharge_header .label {
font-size: 48px;
color: #333;
padding-right: 20rpx;
}
.recharge_header .placeholder {
color: #999999;
font-size: 30rpx;
}
.recharge_header .input_value {
font-size: 36px;
}
.recharge_way {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
margin: 30rpx;
border-radius: 15rpx;
padding: 30rpx;
}
.recharge_way .title {
font-size: 28rpx;
font-weight: 500;
color: #333;
}
.recharge_way .value {
font-size: 28rpx;
font-weight: 500;
display: flex;
align-items: center;
}
.recharge_way image {
width: 40rpx;
height: 40rpx;
margin-right: 10rpx;
}
.footer_pay_btn {
padding: 30rpx;
}