62 lines
836 B
Plaintext
62 lines
836 B
Plaintext
/* pages/recharge/index.wxss */
|
|
.moneyBoxs {
|
|
margin-top: 32rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.moneyBox {
|
|
width: 30%;
|
|
height: 140rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.chooseMeter {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.selectMeter {
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
.operate {
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.input {
|
|
height: 40rpx;
|
|
width: 400rpx;
|
|
line-height: 40rpx;
|
|
border-radius: 20rpx;
|
|
padding: 12rpx 14rpx 16rpx;
|
|
/* border: 1rpx solid #ccc; */
|
|
}
|
|
|
|
.customInput {
|
|
padding: 16rpx 24rpx;
|
|
}
|
|
|
|
.gridTitle {
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.colBottom {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 40rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.content {
|
|
font-size: 32rpx;
|
|
} |