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

同样的代码在小米手机显示红色框,华为不显示,在微信工具也显示
.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;
