/* 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; }