fixed 定位到底部 有时候会飘到上面去 iphoneX出现概率比较大?
发布于 7 年前 作者 gaojun 9972 次浏览 来自 官方Issues

.navWarp {

./pages/yunlei/yunlei.wxss: 124position: fixed;

bottom: 0;

left: 0;

height: 112rpx;

width: 100%;

background: #11d0f6;

padding-top: 20rpx;

}

3 回复

你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

自己写的titlebar,用的fixed,有时候也会偏移位置。。 不知道为啥。

用的cover-view?

回到顶部