|
|
@ -16,6 +16,36 @@ |
|
|
<image class="withdrawal-line" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-line.png" /> |
|
|
<image class="withdrawal-line" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-line.png" /> |
|
|
</view> |
|
|
</view> |
|
|
<view class="to-be-credited">待入账:¥200.00</view> |
|
|
<view class="to-be-credited">待入账:¥200.00</view> |
|
|
|
|
|
<view class="divider-style"></view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="information-id-content"> |
|
|
|
|
|
<view class="content-id-item"> |
|
|
|
|
|
<view class="id-text"> |
|
|
|
|
|
商户ID: |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="id-value"> |
|
|
|
|
|
56865kj |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="content-id-item"> |
|
|
|
|
|
<view class="id-text"> |
|
|
|
|
|
用户ID: |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="id-value"> |
|
|
|
|
|
54568gh |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="content-id-item"> |
|
|
|
|
|
<view class="id-text"> |
|
|
|
|
|
代理ID: |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="id-value"> |
|
|
|
|
|
56231fd |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="queuing-information-content"> |
|
|
<view class="queuing-information-content"> |
|
|
<view class="recent-orders-title"> |
|
|
<view class="recent-orders-title"> |
|
|
<image class="title-stlye" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/title-stlye.png" /> |
|
|
<image class="title-stlye" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/title-stlye.png" /> |
|
|
@ -134,7 +164,7 @@ button::after{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: baseline; |
|
|
align-items: baseline; |
|
|
padding-top: 66rpx; |
|
|
|
|
|
|
|
|
padding-top: 30rpx; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
.limit-symbol{ |
|
|
.limit-symbol{ |
|
|
@ -154,13 +184,13 @@ button::after{ |
|
|
font-size: 30rpx; |
|
|
font-size: 30rpx; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
margin-top: 30rpx; |
|
|
|
|
|
|
|
|
margin-top: 10rpx; |
|
|
} |
|
|
} |
|
|
.withdrawal-content{ |
|
|
.withdrawal-content{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 30rpx 0; |
|
|
|
|
|
|
|
|
padding: 15rpx 0; |
|
|
} |
|
|
} |
|
|
image.withdrawal-line{ |
|
|
image.withdrawal-line{ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
@ -175,6 +205,35 @@ image.withdrawal-line{ |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.divider-style{ |
|
|
|
|
|
width: 690rpx; |
|
|
|
|
|
height: 1rpx; |
|
|
|
|
|
background: #F8A0A6; |
|
|
|
|
|
margin: 20rpx 0; |
|
|
|
|
|
} |
|
|
|
|
|
.information-id-content{ |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
.content-id-item{ |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: left; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
.id-text{ |
|
|
|
|
|
font-family: PingFangSC-Regular, sans-serif; |
|
|
|
|
|
font-size: 24rpx; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
.id-value{ |
|
|
|
|
|
font-family: PingFangSC-Regular, sans-serif; |
|
|
|
|
|
font-size: 24rpx; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.queuing-information-content{ |
|
|
.queuing-information-content{ |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
border-radius: 20rpx; |
|
|
border-radius: 20rpx; |
|
|
|