/* pages/balance_recharge/balance_recharge.wxss */ .balance_recharge .content { padding-bottom: 160rpx; } .balance_recharge .content .transfer_info { background: #fff; padding-left: 28rpx; font-size: 32rpx; } .balance_recharge .content .transfer_info .info_a, .balance_recharge .content .transfer_info .info_b { line-height: 92rpx; border-bottom: solid 2rpx #ebebeb; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; } .balance_recharge .content .transfer_info .info_a .span:first-child, .balance_recharge .content .transfer_info .info_b .span:first-child { width: 220rpx; display: block; text-align: left; } .balance_recharge .content .transfer_sum { background: #fff; padding: 20rpx 28rpx; } .balance_recharge .content .transfer_sum .span { display: block; font-size: 32rpx; line-height: 80rpx; text-align: left; } .balance_recharge .content .transfer_sum .sum { text-align: left; font-size: 48rpx; display: flex; align-items: center; } .balance_recharge .content .transfer_sum .sum input { margin-left: 12rpx; line-height: 120rpx; height: 120rpx; width: 90%; font-size: 68rpx; border: none; } .balance_recharge .content .recharge_way { background: #fff; margin-top: 20rpx; } .balance_recharge .content .recharge_way .h1 { line-height: 80rpx; text-align: left; padding: 0 28rpx; font-size: 32rpx; } .balance_recharge .content .recharge_way .li { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; line-height: 112rpx; font-size: 32rpx; margin-left: 40rpx; padding-right: 40rpx; border-bottom: solid 2rpx #ebebeb; } .balance_recharge .content .recharge_way .li .iconfont_bg { background: #f15353; width: 72rpx; height: 48rpx; border-radius: 6rpx; display: flex; align-items: center; margin-right: 20rpx; } .balance_recharge .content .recharge_way .li .icon-balance_d { color: #00908c; } .balance_recharge .content .recharge_way .li .icon-balance_e { color: #64b42e; } .balance_recharge .content .recharge_way .li .icon-balance_f { color: #fac337; } .balance_recharge .content .recharge_way .li .icon-balance_g { color: #00508e; } .balance_recharge .content .recharge_way .li .icon-balance_h { color: #fac337; } .balance_recharge .content .recharge_way .li .icon-balance_i { color: #64b42e; } .balance_recharge .content .recharge_way .li .icon-balance_j { color: #069ce7; } .balance_recharge .content .recharge_way .li .iconfont { font-size: 64rpx; margin-right: 20rpx; } .balance_recharge .withdrawal_box .h2 { background: #fff; line-height: 92rpx; font-size: 16px; border-bottom: solid 2rpx #ebebeb; z-index: 10; } .balance_recharge .withdrawal_box .h2 .icon-close11 { width: 96rpx; display: inline-block; position: absolute; right: 0; font-size: 32rpx; color: #666; } .balance_recharge .withdrawal_box .recharge_way { background: #fff; } .balance_recharge .withdrawal_box .recharge_way .li { position: relative; display: flex; align-items: center; line-height: 112rpx; font-size: 16px; margin-left: 40rpx; padding-right: 40rpx; } .balance_recharge .withdrawal_box .recharge_way .li .span { font-size: 13px; color: #8c8c8c; } .balance_recharge .withdrawal_box .recharge_way .li .iconfont_bg { background: #f15353; width: 72rpx; height: 48rpx; border-radius: 6rpx; display: flex; align-items: center; margin-right: 20rpx; } .balance_recharge .withdrawal_box .recharge_way .li .iconfont { font-size: 64rpx; margin-right: 20rpx; } .balance_recharge .withdrawal_box .btn { width: 690rpx; margin: 40rpx auto; height: 92rpx; border-radius: 8rpx; font-size: 16px; color: #fff; background: #f15353; border: none; line-height: 92rpx; }