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
搜索不到相关资料,想知道这样的成因和解决方案~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
高度问题吗? 把height设置成 height:100vh试试看