1<div class="container"> 2 <div style="height: 100px"></div> 3 <div style="min-height: 10px"></div> 4</div> 5<style> 6 .container{ 7 display: flex; 8 } 9 .container > div { 10 width: 100px; 11 } 12</style>
参考答案:
答案:100px
Flex 布局会默认:
本答案由“前端面试题宝典”收集整理,PC端访问请前往: https://fe.ecool.fun/
最近更新时间:2022-04-10