微信小程序之轮播图

十念  论坛元老 | 2024-11-17 16:34:23 | 显示全部楼层 | 阅读模式
打印 上一主题 下一主题

主题 1615|帖子 1615|积分 4845

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
效果图


实现

  1. <swiper class="banner"        indicator-dots="true"         indicator-color="rgba(255,255,255,1)"        indicator-active-color="#ff0000"         autoplay="true"         interval="100"         circular="true">
  2.   <swiper-item >
  3.     <image src = "../../images/main.jpg"  class="banner"/>
  4.   </swiper-item>
  5.   <swiper-item>
  6.     <image src = "../../images/banner.jpg"  class="banner"/>
  7.   </swiper-item>
  8. </swiper>
复制代码
属性介绍

属性范例默认值必填阐明indicator-dotsbooleanfalse否是否显示面板指示点1.0.0indicator-colorcolorrgba(0, 0, 0, .3)否指示点颜色1.1.0indicator-active-colorcolor#000000否当前选中的指示点颜色1.1.0autoplaybooleanfalse否是否自动切换1.0.0currentnumber0否当前所在滑块的 index1.0.0intervalnumber5000否自动切换时间间隔1.0.0durationnumber500否滑动动画时长1.0.0circularbooleanfalse否是否接纳衔接滑动1.0.0 官方文档


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

正序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

十念

论坛元老
这个人很懒什么都没写!
快速回复 返回顶部 返回列表