只需加这两行:

position:fixed时页面不能向下滚动

 

 

.mainCon {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-x:hidden;
    overflow-y:scroll;
  }

 

相关文章:

  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案