|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<view class="page-bg"> |
|
|
|
<view class="withdrawal-management"> |
|
|
|
<navigator hover-class="none" url="/pages/withdrawal-management/withdrawal-management"> |
|
|
|
<button class="withdrawal-button">提现管理</button> |
|
|
|
<view class="withdrawal-button">提现管理</view> |
|
|
|
</navigator> |
|
|
|
</view> |
|
|
|
<view class="withdrawal-limit"> |
|
|
|
@ -152,23 +152,20 @@ |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
|
|
|
|
button.withdrawal-button { |
|
|
|
.withdrawal-button { |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
width: 160rpx; |
|
|
|
height: 60rpx; |
|
|
|
line-height: 60rpx; |
|
|
|
font-family: PingFangSC-Regular, sans-serif; |
|
|
|
font-size: 24rpx; |
|
|
|
padding-left: 40rpx; |
|
|
|
border-bottom-left-radius: 30rpx; |
|
|
|
color: #fff; |
|
|
|
font-size: 24rpx; |
|
|
|
background: #FCC565; |
|
|
|
margin: 0; |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
button::after { |
|
|
|
border: none; |
|
|
|
box-sizing: border-box; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.withdrawal-limit { |
|
|
|
|