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

26 lines
490 B

<template>
<view class="se-p-20">
<view class="se-c-black se-fw-6 se-fs-28">
我国将加快改善农村生活条件我国将加快改善农村生活条件我国将加快改善农村生活条件
</view>
<view class="se-mt-20">
<image class="se-w-p-100" src="https://cdn.uviewui.com/uview/swiper/swiper1.png" mode="widthFix"></image>
</view>
</view>
</template>
<script>
export default{
data(){
return{
}
},
methods:{
}
}
</script>
<style>
</style>