问答题727/1593第二个子元素的高度是多少

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>
难度:
2022-04-10 创建

参考答案:

答案:100px

Flex 布局会默认:

  • 把所有子项变成水平排列。
  • 默认不自动换行。
  • 让子项与其内容等宽,并把所有子项的高度变为最高子项的高度。

本答案由“前端面试题宝典”收集整理,PC端访问请前往: https://fe.ecool.fun/

最近更新时间:2022-04-10

赞赏支持

预览

题库维护不易,您的支持就是我们最大的动力!