【小程序】-【

swiper、swiper-item轮播图

swiper是滑块视图容器。其中只可放置swiper-item组件。部分常用属性如下,其余属性详见:官方文档

html 复制代码
<view class="banner">
  <swiper
  previous-margin="30rpx"
  circular
  autoplay
  interval="3000"
  indicator-dots
  indicator-active-color="#BDA066"
  indicator-color="rgba(255,255,255,0.3)"
  >
    <swiper-item>
      <image src="/images/banner0.jpg" mode=""/>
    </swiper-item>
    <swiper-item>
      <image src="/images/banner1.jpg" mode=""/>
    </swiper-item>
    <swiper-item>
      <image src="/images/banner2.jpg" mode=""/>
    </swiper-item>
    <swiper-item>
      <image src="/images/banner3.jpg" mode=""/>
    </swiper-item>
  </swiper>
</view>

页面中引入背景图片的两种方式

相关推荐
00后程序员张4 小时前
HTTPS Everywhere 时代的抓包挑战,从加密流量解析到底层数据流捕获的全流程方案
网络协议·http·ios·小程序·https·uni-app·iphone
我命由我123459 小时前
微信小程序 - scroll-view 的一些要点(scroll-view 需要设置滚动方向、scroll-view 需要设置高度)
开发语言·前端·javascript·微信小程序·小程序·前端框架·js
weixin_4721835410 小时前
微信小程序使用websocket
websocket·微信小程序·小程序
发财北10 小时前
线上交友APP怎么开发?
小程序
2501_9159214310 小时前
Bundle Id 创建与管理的工程化方法,一次团队多项目协作中的流程重构
服务器·ios·小程序·重构·https·uni-app·iphone
少云清11 小时前
【功能测试】4_小程序项目 _Ego微商小程序测试点分析
功能测试·小程序
说私域12 小时前
直播带货的困境与突破:基于“开源AI智能名片链动2+1模式S2B2C商城小程序”的创新研究
人工智能·小程序·开源
2501_9159090612 小时前
深度解析 iOS 内存占用,构建多工具协同的内存诊断、监控与优化体系
android·ios·小程序·https·uni-app·iphone·webview
菜鸟学Python13 小时前
零基础用AI编程开发微信小程序-开始篇
微信小程序·小程序·ai编程
q_191328469513 小时前
基于Springboot2+Vue2+uniapp的单商家在线点餐外卖小程序
vue.js·spring boot·mysql·小程序·uni-app·计算机毕业设计