#nav {
    background-color: #85d989;
    width: 100%;
    height: 50px;
}
#content {
    background-color: #cc85d9;
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
}

 

重点是要top和bottom一起使用,这是很反常规的用法,可以强制定义盒模型的区域,神奇啊

相关文章:

  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-08-30
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案