EVE | 暴风雨前夕

Lance的博客

  • 首页
  • 标签
  • 分类
  • 归档
  • 搜索
  • 文章目录
  • 站点概览
Lance

Lance

Front-end developer and iOS developer
332 日志
72 分类
115 标签
GitHub E-Mail
0%

微信小程序Image图片实现宽度100%,高度自适应

发表于 2019-12-08 分类于 前端 / 移动端 / 小程序 阅读次数: Changyan:

做法如下:

样式设置宽度 100%:

1
2
3
.img {
width: 100%;
}

添加属性 mode=”widthFix”:

1
<image class="img" src="/static/images/hello.png" mode="widthFix"></image>
uniapp 小程序
微信web开发者工具input,button按钮偏移
函数防抖&函数节流
© 2024 Lance
由 Hexo & NexT.Pisces 强力驱动