在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
效果图:
解释: 假如 直接设置img 长宽100%;会出现图片变形 <view class='item-l' style='width:500rpx;height:500rpx;background:#ccc'> <image style="width:100%;height:100%" src='/img/test.png'></image> </view>
这里就要用到 image属性 mode:
<view class='item-l' style='width:500rpx;height:500rpx;background:#ccc'> <image style="width:100%;height:100%" mode='aspectFill' src='/img/test.png'></image> </view> 微信开发文档链接:https://developers.weixin.qq.com/miniprogram/dev/component/image.html
peace & love 有问题call me
|
请发表评论