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.
GitProject/pages/home/home.wxml

20 lines
562 B

<!--pages/home/home.wxml-->
<!--轮播图的结构-->
<swiper class="swiper-container" indicator-dots indicator-color="white" indicator-active-color="gray" autoplay interval="3000" circular>
<!--第一个轮播图-->
<swiper-item>
<image src="/images/word.png"/>
</swiper-item>
<!--第二个轮播图-->
<swiper-item>
<image src="/images/normalworld.png"/>
</swiper-item>
<!--第三个轮播图-->
<swiper-item>
<image src="/images/reddream.png"/>
</swiper-item>
<!--第四个轮播图-->
<swiper-item>
<image src="/images/gangtie.png"/>
</swiper-item>
</swiper>