position: fixed在华为荣耀手机不显示?

发布于 6 年前作者 yong396214 次浏览最后编辑 6 年前来自 ask

同样的代码在小米手机显示红色框,华为不显示,在微信工具也显示

.main {

position: fixed;

z-index: 999;

bottom: 60upx;

left: 30upx;

right: 30upx;

background-color: \#fff;

border-radius: 20upx;

padding: 20upx 30upx;

box-shadow: 0upx 0upx 20upx \#b7b7b7;

flex-direction: column;
2 回复
zhengyan
zhengyan1 楼5 年前

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),试下其他开发者的建议,使用cover-view看看?

naxie
naxie2 楼4 年前

原生组件低版本可能覆盖不了,可以使用 cover-view 试试