_uniapp小程序实现轮播图效果,轮播图子组件呈圆形围绕,切换时就滚动圆圈">
赞
踩
- <swiper class="swiper" autoplay="true" interval="3000" duration="1500" circular="true" indicator-dots="true">
- <swiper-item v-for="(item , index) in img" :key="index">
- <image :src="item" ></image>
- </swiper-item>
- </swiper>
- .honorswiper-item image{width: 100%;}
- .swiper{height: 350rpx;width: 100%;margin: auto;}
- .image{width: 100%; height:350rpx; display: flex;}
honor为轮播图外层盒子,可以随意更换
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。