当前位置:网站首页>小程序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;
}
边栏推荐
猜你喜欢
随机推荐
DHCP的防御机制——DHCP Snooping(DHCP监听)
Unity Text自定义多重渐变色且渐变色位置可调
Mysql8.0.21 Community Server远程连接报错
The Socket (Socket)
Mysql数据库身份证统计sql数据库加密等操作
Alipay To Financial Ranking Name Modification
选择排序
如何实现call、apply、bind
即时聊天系统中群组和好友关系Mysql数据表设计
Virtual router redundancy protocol VRRP - double-machine hot backup
虚拟路由冗余协议VRRP——双机热备份基础
php7.4安装ssh2扩展和使用ssh链接sftp上传下载文件
第二课:概率论
UGUI性能优化
Dynamic Host Configuration Protocol DHCP (DHCPv4)
Kubernetes 企业如何落地
Unity图文混排实现
CTFSHOW_WEB入门web213
flutter 书写json解析类
应用层协议——RADIUS









