当前位置:网站首页>微信小程序轮播图swiper
微信小程序轮播图swiper
2022-04-23 14:09:00 【瑞瑞小同学】
<!--轮播图开始-->
<view class="index_swiper">
<swiper autoplay indicator-dots circular>
<swiper-item
wx:for="{
{swiperList}}"
wx:key="goods_id"
>
<navigator>
<image src="{
{item.image_src}}" mode="widthFix"></image>
</navigator>
</swiper-item>
</swiper>
</view>
<!--轮播图结束-->
/**index.wxss**/
.index_swiper swiper {
width: 750rpx;
height: 340rpx;
}
.index_swiper swiper image {
width: 100%;
}
版权声明
本文为[瑞瑞小同学]所创,转载请带上原文链接,感谢
https://blog.csdn.net/yr123456654321/article/details/109034375
边栏推荐
- On the problem of cliff growth of loss function in the process of training
- 关于云容灾,你需要知道这些
- jsp学习1
- VMware installation 64 bit XP Chinese tutorial
- Request module
- Wechat applet communicates with low-power Bluetooth - sending data to hardware (III)
- VMware Workstation 无法连接到虚拟机。系统找不到指定的文件
- Wechat applet positioning and ranging through low-power Bluetooth device (2)
- MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
- 線程組ThreadGroup使用介紹+自定義線程工廠類實現ThreadFactory接口
猜你喜欢
随机推荐
MySQL数据库讲解(七)
多云数据流转?云上容灾?年前最后的价值内容分享
统信UOS PHP7.2.3升级至PHP7.2.24
微信小程序客服接入,实现发送和接收消息
星界边境Starbound创意工坊订阅的mod的存放路径
使用Executors类快速创建线程池
在Clion中给主函数传入外部参数
关于NodeJS中JSON5的相关配置和使用
Operation instructions of star boundary text automatic translator
Can I compile the header file and source file of the template separately
mysql 5.1升级到5.69
Win10 comes with groove music, which can't play cue and ape files. It's a curvilinear way to save the country. It creates its own aimpack plug-in package, and aimp installs DSP plug-in
Jira截取全图
Wechat applet input hidden and inoperable settings
贷款市场报价利率(LPR)与贷款基准利率介绍
How to do a project easily
mysql 5.1升级到5.610
Idea控制台乱码解决
A table splitting implementation scheme of MySQL and InnoDB, MyISAM and MRG_ Introduction to MyISAM and other engine application scenarios
postman批量生产body信息(实现批量修改数据)