微信小程序 滚动banner
作者:chrispy
<swiper indicator-dots="true" autoplay="true" interval="3000" class="banner"> <block wx:for="{{imgUrls}}" wx:key="item"> <swiper-item> <image src="{{it
<swiper indicator-dots="true" autoplay="true" interval="3000" class="banner">
<block wx:for="{{imgUrls}}" wx:key="item">
<swiper-item>
<image src="{{item}}" class="slide-image"/>
</swiper-item>
</block>
</swiper>
.banner{width:100%;height:240px;}
.banner image{width:100%;}
data: {
imgUrls: [
'https://images.unsplash.com/photo-1551334787-21e6bd3ab135?w=640',
'https://images.unsplash.com/photo-1551214012-84f95e060dee?w=640',
'https://images.unsplash.com/photo-1551446591-142875a901a1?w=640'
],
},
有用 | 无用猜你喜欢
您可能感兴趣的文章:
- test
- linux 查看端口号
- linux启动go程序两种方法
- nginx 配置golang
- php 验证数字
- php 数组长度
- html 左对齐
- html 打开新的页面
- php 翻页
- go 设置或清除环境变量 GOROOT 和 GOPATH
- term查询单个字段里含有单个关键词的文档,terms查询单个字段里含有多个关键词的文档
- Mac下xcrun: error: invalid active developer path
- golang替换字符串
- golang字符串替换
- golang is an unexported field of struct type
- 第一个 Go 程序
- H5 过滤输入法输入表情
- vue.js中使用Export2Excel导出Excel表格
- 微信小程序 封装api 接口文件文件 与 调用