获得徽章 0
fix 布局实现顶部与底部固定,中间部分自适应撑满空余空间,空余空间不足则出现滚动效果。
1. 外盒子:
{
display: flex;
flex-direction: column;
max-height: calc(100vh - 112px); // 根据实际情况设置
}
2. 中间盒子:
{
flex: 1;
overflow: auto;
scrollbar-width: none; /* Firefox */
&::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
}
展开
评论
关注了
若川
VIP.5 如鱼得水
下一页
个人成就
文章被点赞 40
文章被阅读 57,636
掘力值 1,509
收藏集
1
关注标签
4
加入于