223 lines
4.5 KiB
Plaintext
223 lines
4.5 KiB
Plaintext
/* pages/member/balance/supplier_withdrawals/supplier_withdrawals.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: 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: 32rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum {
|
|
text-align: left;
|
|
font-size: 24px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.balance_recharge .content .transfer_sum .sum input {
|
|
margin-left: 12rpx;
|
|
line-height: 120rpx;
|
|
width: 90%;
|
|
font-size: 50rpx;
|
|
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 .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: flex;
|
|
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 .icon-balance_z {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/pay_e.png');
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li .iconfont {
|
|
font-size: 64rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.balance_recharge .content .recharge_way .li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.balance_recharge .content .bottom_btn {
|
|
width: 100%;
|
|
background: #fff;
|
|
padding: 20rpx 0;
|
|
position: fixed;
|
|
bottom: 0;
|
|
border-top: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.balance_recharge .content .bottom_btn .btn {
|
|
width: 690rpx;
|
|
margin: 0 auto;
|
|
height: 92rpx;
|
|
border-radius: 4rpx;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
background: #f15353;
|
|
border: none;
|
|
}
|
|
|
|
.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;
|
|
}
|