|
|
@ -17,7 +17,8 @@ |
|
|
|
<view class="top-number"> |
|
|
|
<text style="font-weight: 500;">{{ userInfo.nickName }}</text> |
|
|
|
<!-- <text style="font-weight: 500;">{{ userInfo.phone }}</text> --> |
|
|
|
<view class="salesman">{{ levelMap[info.role] }}</view> |
|
|
|
<view class="salesman">区域分享</view> |
|
|
|
<!-- <view class="salesman">{{ levelMap[info.role] }}</view> --> |
|
|
|
</view> |
|
|
|
<view class="bottom-number"> |
|
|
|
<view class="performance"> |
|
|
@ -224,14 +225,15 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.withdraw { |
|
|
|
width: 50%; |
|
|
|
width: 30%; |
|
|
|
height: 100%; |
|
|
|
display: inline-block; |
|
|
|
position: absolute; |
|
|
|
right: 0rpx; |
|
|
|
right: 10rpx; |
|
|
|
display: flex; |
|
|
|
justify-content: center; //横轴居中 |
|
|
|
align-items: center; //竖轴居中 |
|
|
|
font-size: 26rpx; |
|
|
|
|
|
|
|
.withdraw-button { |
|
|
|
background-color: #DC2828; |
|
|
|