ios部分机型在微信浏览器下底部产生白线的问题怎么解决?

问题场景

一般出现在有background-image的h5内,不管是满屏还是滑动,底部都会有一条白线。plus机型比较有可能出现这个问题。

问题截图

图片描述

代码

//背景图部分
poset(width, height, top, left, index)
  position absolute
  width width
  height height
  top top
  left left
  z-index index

#wrap
  poset 100% 100% 0 0 unset
  display table
  background-image url(../img/bg.jpg)
  background-position center center
  background-size cover

搜索不到相关资料,想知道这样的成因和解决方案~

待解决 悬赏分:70 - 离问题结束还有 234天6小时27分33秒
反对 0举报 0 收藏 0

我来回答

回答1