You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<template> <view class="wrap"> <view class="lf-p-30" style="height: 428rpx;"> <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="lf-p-l-20 flex flex-direction" style="padding-top: 110rpx;"> <text class="text-black lf-font-48">¥</text> <input type="number" class="solid-bottom lf-p-l-10" style="width: 100%;border-bottom: 1px solid #FFF5F5F5;padding-right: 30rpx;" /> </view> <view class="lf-font-28 lf-color-999 lf-p-t-20 lf-p-l-30"> 可用余额 </view> </view> </view> </view></template>
<script></script>
<style scoped> .wrap { height: 100%; width: 100%; background-color: #F5F5F5; }</style>
|