yuminge-app/yun-min-program-plugin-master/packageB/member/handWithdraw/handWithdraw.wxss

141 lines
2.9 KiB
Plaintext

.hand-withdraw .content .address_box {
background: #fff;
display: flex;
justify-content: space-between;
padding: 28rpx;
align-items: center;
}
.hand-withdraw .content .address_box .iconfont {
font-size: 48rpx;
color: #333;
}
.hand-withdraw .content .address_box .p {
width: 600rpx;
display: block;
line-height: 80rpx;
font-size: 28rpx;
text-align: left;
word-wrap: break-word;
}
.hand-withdraw .content .address_box .fa {
font-size: 48rpx;
color: #c9c9c9;
}
.hand-withdraw .content .transfer_box {
margin-top: 20rpx;
background: #fff;
padding-left: 28rpx;
}
.hand-withdraw .content .transfer_box .transfer_info {
background: #fff;
font-size: 32rpx;
}
.hand-withdraw .content .transfer_box .transfer_info .info_a,
.hand-withdraw .content .transfer_box .transfer_info .info_b {
line-height: 92rpx;
border-bottom: solid 2rpx #ebebeb;
display: flex;
justify-content: flex-start;
}
.hand-withdraw .content .transfer_box .transfer_info .info_a .span:first-child,
.hand-withdraw .content .transfer_box .transfer_info .info_b .span:first-child {
display: block;
text-align: left;
}
.hand-withdraw .content .transfer_box .transfer_info .info_a input,
.hand-withdraw .content .transfer_box .transfer_info .info_b input {
border: none;
width: 500rpx;
}
.hand-withdraw .content .transfer_box .transfer_sum {
background: #fff;
padding: 20rpx 28rpx 20rpx 0;
}
.hand-withdraw .content .transfer_box .transfer_sum .span {
display: block;
font-size: 32rpx;
line-height: 80rpx;
text-align: left;
}
.hand-withdraw .content .transfer_box .transfer_sum .sum {
text-align: left;
font-size: 48rpx;
}
.hand-withdraw .content .transfer_box .transfer_sum .sum input {
margin-left: 12rpx;
line-height: 120rpx;
width: 90%;
font-size: 50rpx;
border: none;
}
.hand-withdraw .content .transfer_btn {
width: 690rpx;
height: 92rpx;
margin: 40rpx auto;
background: #f15353;
border-radius: 8rpx;
color: #fff;
font-size: 32rpx;
border: none;
text-align: center;
line-height: 92rpx;
}
.hand-withdraw .content .select_address .select_box {
padding: 28rpx;
max-height: 720rpx;
overflow-y: scroll;
}
.hand-withdraw .content .select_address .select_box .li {
padding: 17rpx 0;
font-size: 28rpx;
text-align: left;
position: relative;
display: flex;
justify-content: space-between;
border-bottom: solid 1rpx #eee;
align-items: center;
word-wrap: break-word;
}
.hand-withdraw .content .select_address .select_box .li .p {
width: 80%;
}
.hand-withdraw .content .select_address .select_box .li .iconfont {
position: absolute;
right: 0;
color: #f15353;
font-size: 48rpx;
}
.hand-withdraw .content .select_address .select_box .li:last-child {
border-bottom: none;
}
.hand-withdraw .content .select_address .address_btn {
width: 100%;
height: 100rpx;
background: #f15353;
border: none;
font-size: 32rpx;
color: #fff;
line-height: 100rpx;
text-align: center;
}