等高布局

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Insert title here</title>
</head>
<body>
<div style="display: table-row;word-break:break-all">
    <div style="display: table-cell;background: green;50px">555555555555555555555555555555555</div>
    <div style="display: table-cell;background: red;30px">555</div>
    <div style="display: table-cell;background: yellow">55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555</div>
</div>

</body>
</html>

  

原文地址:https://www.cnblogs.com/liuhao-web/p/6394798.html