171 lines
3.0 KiB
Plaintext
171 lines
3.0 KiB
Plaintext
/* packageD/auction/auction-mine/auctionIntegralCash/auctionIntegralCash.wxss */
|
|
.content .transfer_info {
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.content .transfer_info .info_a,
|
|
.content .transfer_info .info_b {
|
|
line-height: 92rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.content .transfer_info .info_a span:first-child,
|
|
.content .transfer_info .info_b span:first-child {
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
|
|
.content .transfer_info .info_a input,
|
|
.content .transfer_info .info_b input {
|
|
border: none;
|
|
width: 500rpx;
|
|
}
|
|
|
|
.content .transfer_sum {
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.content .transfer_sum span {
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.content .transfer_sum .sum {
|
|
text-align: left;
|
|
font-size: 24px;
|
|
margin: 30rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .transfer_sum .sum input {
|
|
margin-left: 12rpx;
|
|
line-height: 120rpx;
|
|
width: 90%;
|
|
font-size: 34px;
|
|
border: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.content .personal_info {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.content .personal_info li {
|
|
line-height: 92rpx;
|
|
display: flex;
|
|
font-size: 16px;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
text-align: left;
|
|
}
|
|
|
|
.content .personal_info li span:first-child {
|
|
display: block;
|
|
width: 220rpx;
|
|
}
|
|
|
|
.content .personal_info li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.content .btn {
|
|
width: 690rpx;
|
|
margin: 40rpx auto;
|
|
height: 92rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
background: #f15353;
|
|
border: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .notes {
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
/* 提现到 */
|
|
.transfer-to {
|
|
background-color: #fff;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.transfer-to .title {
|
|
text-align: left;
|
|
padding: 16rpx 28rpx;
|
|
}
|
|
|
|
.transfer-to .income .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
padding: 16rpx 28rpx;
|
|
}
|
|
|
|
.transfer-to .income .top .top-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
width: 80%;
|
|
}
|
|
|
|
.transfer-to .income .top .top-icon .icon-balance_i {
|
|
color: #64b42e;
|
|
}
|
|
|
|
.transfer-to .income .top .top-icon .icon-balance_j {
|
|
color: #069ce7;
|
|
}
|
|
|
|
.transfer-to .income .top .top-icon .iconfont {
|
|
font-size: 64rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.transfer-to .income .top .text {
|
|
text-align: left;
|
|
color: #999;
|
|
}
|
|
|
|
.transfer-to .income .bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
border-top: solid 1px #999;
|
|
padding: 16rpx 28rpx;
|
|
}
|
|
|
|
.transfer-to .income .bottom .bottom-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
width: 80%;
|
|
}
|
|
|
|
.transfer-to .income .bottom .bottom-icon .icon-balance_j {
|
|
color: #069ce7;
|
|
}
|
|
|
|
.transfer-to .income .bottom .bottom-icon .iconfont {
|
|
font-size: 64rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.transfer-to .income .bottom .text {
|
|
text-align: left;
|
|
color: #999;
|
|
}
|