swiper里头的图片怎么居中,怎么显示完全?求大佬解答

小程序 文章 2020-07-30 23:41 1720 0 全屏看文

AI助手支持GPT4.0

swiper里头的图片怎么居中,怎么显示完全?求大佬解答
框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 1.03.2006090


以下是代码

(home.wxss).home-swiper-box{  padding20rpx;  }.home-swiper-box .swiper{  height300rpx;  }.home-swiper-box .swiper .swiper-item .image{  height150rpx;  width345rpx;}



(home.wxml)<view class="home-swiper-box">  <swiper indicator-dots="{{indicatorDots}}"        autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" circular="{{circular}}">        <block wx:for="{{background}}" wx:key="*this">          <swiper-item>          <image src="/uploads/cj/article/2020/07/30/f2b9489db529658d9122e50985cd3c3c.jpg" mode="widthFix" ></image>            <!-- <view class="swiper-item /uploads/cj/article/2020/07/30/f2b9489db529658d9122e50985cd3c3c.jpg"></view> -->          </swiper-item>        </block>      </swiper>  </view>


(home.js)data: {    background: ['/icons/come.png''/iconsel.png'],    indicatorDots: true,    vertical: false,    autoplay: true,    interval: 2000,    circular: true,    duration: 500  },h后面的都还是原来没变的

Framework type problem type operating system tools version applet bug windows 1.03.2006090 the following is the code( home.wxss ).home-swiper-box{  padding: 20rpx;  }.home-swiper-box .swiper{  height: 300rpx;  }.home-swiper-box .swiper .swiper-item .image{  height: 150rpx;  width: 345rpx; } ( home.wxml )                                                                     ( home.js )data: {    background: ['/icons/ come.png ', '/icons/ rel.png '],    indicatorDots: true,    vertical: false,    autoplay: true, Interval: 2000, circular: true, duration: 500}, the ones after H are still unchanged

回答:

圣殿骑士:
<swiper-item><view class="center">         <image src="/uploads/cj/article/2020/07/30/f2b9489db529658d9122e50985cd3c3c.jpg" mode="widthFix" ></image></view>         </swiper-item>


加个居中就行了

.center {position: relative;width: 690rpx;height: 246rpx;z-index: 9;margin: 0 auto;overflow: hidden;}

-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
当前痛点:一、文件批量上传,二、保持原文件名。求问大佬解题思路?
同一个模板,用户授权3次模板消息,后台发送一次,然后用户收到三条模板消息?
微信小程序中如何使用阿里云存储的.js文件?
Cannot read property 'data' of undefined?
使用wx:for输出数组,怎么让其每隔几个一换行?
随便看看
企业微信通讯录账号被管理员误/恶意删除,怎么办? 8513
问题? 8134
如何快速搭建抽奖助手小程序(无需代码知识) 5289
许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗? 6563
小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢 5851
我的小程序广告收款主体是个体工商户,每个月邮寄两次发票很是麻烦,我年底的时候打包邮寄一次可以么? 5514
如何解决渲染层网络错误Failed to load media? 16759
小程序找号找回 释放昵称? 2775
我的小程序广告主收入5301,实际进账4406,是怎么回事呀? 2644
删除部分微信用户个人数据的通知,怎么删除? 5820