相同高度的flexboxes具有相同高度的子内容可变内容,没有JS

时间:2016-12-10 01:27:01

标签: html css flexbox

Blue container, gray equal height boxes, fixed height images, and variable content white boxes that should be the same height but aren't

使灰色框具有相同的高度是微不足道的:.blue-box { display: flex }

图像在设计上具有相同的高度。白色框包含可变数量的文本,因此它们都是不同的高度。

有没有办法让没有JavaScript的白盒高度相等?

谢谢。

1 个答案:

答案 0 :(得分:2)

在灰色框上:display: flex; flex-direction: column;

在白框上:flex-grow: 1;