江西小程序管理端
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.

29 lines
616 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. <topNavbar title="我的车辆"></topNavbar>
  4. <view class="pad">
  5. <view class="searcBox">
  6. <searchRow placeholder="搜索车牌号"></searchRow>
  7. </view>
  8. <view class="card">
  9. <view class="add">
  10. <view class="lab">新增车辆</view>
  11. <view class="lab">立即新增</view>
  12. </view>
  13. </view>
  14. <view class="ul">
  15. <view class="card">
  16. <view class="li">
  17. <view class="plate">浙A.6666</view>
  18. <view class="name">大众朗逸</view>
  19. </view>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. </template>
  25. <script>
  26. </script>
  27. <style>
  28. </style>