当前位置:网站首页>小程序banner图展示
小程序banner图展示
2022-08-08 23:01:00 【还相信光吗?】
wxml文件
<swiper class='u-wrp-bnr' indicator-dots='true' autoplay='true' interval='5000' duration='1000' circular='true'>
<block wx:for="{
{banner}}" wx:for-index="index" wx:key="key">
<swiper-item>
<image src='{
{item.pic}}' class='u-img-slide' mode='aspectFill'></image>
</swiper-item>
</block>
</swiper>
wxss文件
.u-wrp-bnr {
width: 100%;
height: 360rpx;
display: block;
position: relative;
background: #f0f0f0;
}
.u-img-slide {
width: 100%;
height: inherit;
}
边栏推荐
猜你喜欢
随机推荐
6.8.3 sigqueue函数
iptables防火墙内容全解
Sql注入以及靶场演示
发送封包的函数都有哪些?OD如何下断?
JSDay2-多个数组的交集
You know you every day in the use of NAT?
MySQL8.0 及 SQL 注入
Unity 双生ScrollView滑动冲突问题
新安装Laravel Framework 6.18.35 php artisan migrate 报错
免费ARP
记录每天学习的新知识: Room
动态主机配置协议DHCP(DHCPv4)
ArcPy图斑编号-根据字段长度自动补齐
冒泡排序
Kubernetes 实现 CI/CD 发布流程
Button Wizard Delete File Command
Python object-oriented
加载 已训练模型 张量的 几种方法
Xcode 创建一个Dylib 插件deb项目
MySQL query problem?