Style:界面细节调整

This commit is contained in:
lifizer
2024-04-26 10:01:11 +08:00
parent ec6575c09e
commit 6aa3fbdd54
3 changed files with 16 additions and 6 deletions
+6 -2
View File
@@ -32,7 +32,7 @@
autofocus
/>
</view>
<button class="withdraw-all-btn" @click="withdrawalAll">全部提现</button>
<view class="withdraw-all-btn" @click="withdrawalAll">全部提现</view>
</view>
<view class="vline"></view>
<view class="acea-row row-between row-middle" style="margin-top: 22rpx;">
@@ -427,11 +427,15 @@ export default {
height: 56rpx;
padding: 0;
border-radius: 4rpx;
background: #28AAF4;
border: 0;
color: #FFFFFF;
font-size: 24rpx;
font-weight: bold;
flex-shrink: 0;
line-height: 56rpx;
text-align: center;
box-shadow: none;
background: #28AAF4;
}
.vline {