参考:https://zhidao.baidu.com/question/1608232105428062147.html

1、设置导航栏div属性position:fixed;

.nav-fixed{
	position:fixed;
	left:0;
	top:0;
	height:1.36rem;
	width:100%;
	z-index:9999;
	
}

2、设置内容部分属性。

margin-top:80px;position:fixed;top:0

  

相关文章:

  • 2021-12-15
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-05-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2021-06-04
  • 2022-12-23
  • 2021-12-09
  • 2021-11-30
相关资源
相似解决方案