position: fixed; top: 0; 导航栏不生效?
发布于 5 年前 作者 gangcui 12107 次浏览 来自 问答

.navnav{

box-sizing:border-box;

position: fixed;

top: 0;

height: 30rpx;

}

不生效 导航栏不显示 bottom:0 固定在底部是可以的

2 回复

left: 0;

right: 0;

你好,请提供能复现问题的简单代码片段

https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

--↓↓👍如果觉得有帮助的话请点个【赞】吧(唏嘘也有小尾巴了,可惜是假的)

回到顶部