环卫车小程序前端代码
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.

25 lines
490 B

7 months ago
  1. <template>
  2. <view class="se-p-20">
  3. <view class="se-c-black se-fw-6 se-fs-28">
  4. 我国将加快改善农村生活条件我国将加快改善农村生活条件我国将加快改善农村生活条件
  5. </view>
  6. <view class="se-mt-20">
  7. <image class="se-w-p-100" src="https://cdn.uviewui.com/uview/swiper/swiper1.png" mode="widthFix"></image>
  8. </view>
  9. </view>
  10. </template>
  11. <script>
  12. export default{
  13. data(){
  14. return{
  15. }
  16. },
  17. methods:{
  18. }
  19. }
  20. </script>
  21. <style>
  22. </style>