时空网前端
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.

27 lines
758 B

  1. <template>
  2. <view class="wrap">
  3. <view class="lf-p-30" style="height: 428rpx;">
  4. <view class="bg-white lf-h-100" style="border-radius: 10rpx;">
  5. <view class="text-black lf-font-28 lf-p-l-30 lf-p-t-30">提取金额</view>
  6. <view class="lf-p-l-20 flex flex-direction" style="padding-top: 110rpx;">
  7. <text class="text-black lf-font-48"></text>
  8. <input type="number" class="solid-bottom lf-p-l-10" style="width: 100%;border-bottom: 1px solid #FFF5F5F5;padding-right: 30rpx;" />
  9. </view>
  10. <view class="lf-font-28 lf-color-999 lf-p-t-20 lf-p-l-30">
  11. 可用余额
  12. </view>
  13. </view>
  14. </view>
  15. </view>
  16. </template>
  17. <script>
  18. </script>
  19. <style scoped>
  20. .wrap {
  21. height: 100%;
  22. width: 100%;
  23. background-color: #F5F5F5;
  24. }
  25. </style>