140 lines
2.5 KiB
Plaintext
140 lines
2.5 KiB
Plaintext
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.balance_recharge .content {
|
|
padding-bottom: 160rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_info {
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_info .info_a,
|
|
.balance_recharge .content .transfer_info .info_b {
|
|
line-height: 92rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
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_info .info_a input,
|
|
.balance_recharge .content .transfer_info .info_b input {
|
|
border: none;
|
|
width: 500rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum {
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .span {
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum {
|
|
text-align: left;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum input {
|
|
margin-left: 12rpx;
|
|
line-height: 120rpx;
|
|
width: 90%;
|
|
height: 120rpx;
|
|
font-size: 36px;
|
|
border: none;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .p {
|
|
border-top: solid 2rpx #ebebeb;
|
|
line-height: 72rpx;
|
|
color: #8c8c8c;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.balance_recharge .content .btn {
|
|
width: 690rpx;
|
|
margin: 40rpx auto;
|
|
height: 92rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
background: #f15353;
|
|
border: none;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
line-height: 98rpx;
|
|
border-bottom: solid 1px #ebebeb;
|
|
padding-left: 14px;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .span {
|
|
width: 128rpx;
|
|
text-align: left;
|
|
font-size: 16px;
|
|
line-height: 98rpx;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .my-value {
|
|
flex: 2;
|
|
text-align: left;
|
|
}
|
|
|
|
.balance_recharge .my_wrapper .my-value .span {
|
|
color: #f15353;
|
|
}
|
|
|
|
.mint-field .mint-cell-title {
|
|
width: 128rpx;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
text-align: left;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
#payBtnList .mod_btns {
|
|
margin: 40rpx auto;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#payBtnList .mod_btns .mod_btn {
|
|
display: block;
|
|
width: 96%;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
#payBtnList .mod_btns .mod_btn.bg_wechat {
|
|
margin: 0 auto;
|
|
width: 90%;
|
|
height: 92rpx;
|
|
background: #26ce29;
|
|
color: #fff;
|
|
}
|
|
|
|
#payBtnList .mod_btns .mod_btn.bg_ali {
|
|
background: #22aaed;
|
|
color: #fff;
|
|
}
|