Browse Source

[优化] 提取佣金页面样式

twodate
邓平艺 4 years ago
parent
commit
d0e15db403
  1. 17
      pages/center/widthdraw.vue

17
pages/center/widthdraw.vue

@ -4,7 +4,7 @@
<view class="bg-white lf-h-100" style="border-radius: 10rpx;"> <view class="bg-white lf-h-100" style="border-radius: 10rpx;">
<view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提取金额</view> <view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提取金额</view>
<view class="lf-p-l-20 flex solid-bottom align-center" style="padding-top: 90rpx;"> <view class="lf-p-l-20 flex solid-bottom align-center" style="padding-top: 90rpx;">
<text class="text-black lf-font-48"></text>
<text class="text-black lf-font-48 unit"></text>
<!-- <u-input v-model="num" :type="type" :border="border" :height="height" :auto-height="autoHeight"/> --> <!-- <u-input v-model="num" :type="type" :border="border" :height="height" :auto-height="autoHeight"/> -->
<input type="number" @focus="showClear()" v-model="num" class="lf-p-l-10 text-black1" style="width: 80%;padding-right: 30rpx;font-size: 72rpx;height: 100rpx;" /> <input type="number" @focus="showClear()" v-model="num" class="lf-p-l-10 text-black1" style="width: 80%;padding-right: 30rpx;font-size: 72rpx;height: 100rpx;" />
<view v-if="showClean && num != ''"> <view v-if="showClean && num != ''">
@ -20,10 +20,10 @@
</view> </view>
<view class="lf-p-l-30 lf-p-r-30 lf-p-b-30" style="height: 300rpx;">
<view class="bg-white lf-h-100" style="border-radius: 10rpx;">
<view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提现说明</view>
<view class="flex flex-direction justify-around lf-p-l-30 lf-p-t-20">
<view class="lf-p-l-30 lf-p-r-30 lf-p-b-30" style="height: auto;">
<view class="bg-white lf-h-100 lf-p-30" style="border-radius: 10rpx; box-sizing: border-box;">
<view class="text-black lf-font-28">提现说明</view>
<view class="flex flex-direction justify-around lf-p-t-20">
<view class="lf-font-28" style="color: #555;"> <view class="lf-font-28" style="color: #555;">
1提现到账时间为T+1 1提现到账时间为T+1
</view> </view>
@ -79,4 +79,11 @@
width: 100%; width: 100%;
background-color: #F5F5F5; background-color: #F5F5F5;
} }
.unit{
display: flex;
height: 100rpx;
align-items: flex-end;
box-sizing: border-box;
padding-bottom: 10rpx;
}
</style> </style>
Loading…
Cancel
Save