知识总结
面试题
外层 div 使用position: relative;,高度要求自适应的 div 使用position:absolute;top:100px;bottom:0;left:0;right:0;
position: relative;
position:absolute;top:100px;bottom:0;left:0;right:0;
使用 flex 布局,设置主轴为竖轴,第二个 div 的 flex-grow 为 1。