.parent{ display: table; } .left-part, .right-part{ display: table-cell; } ... 作法:父層下flex,若子層項目需要換行,再加上flex-wrap: wrap; ...
確定! 回上一頁