移动端怎么实现圣杯布局?

如图需要顶部和底部不变,中间内容实现滚动

方法:

body display:flex ;flex-direction: column; height:100%;

header头部固定高度

section部分flex:1;overflow-y: scroll;

footer部分也是固高

相关文章:

  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案