Flex響應式佈局 :元素必要時的換行以及讓元素佔滿水平剩餘的空間
item的換行 默認情況下,item都排在一條軸線上: 使用 flex-wrap 可以使一條軸線排不下的情況下換行。 div style="display:flex; flex-wrap:wrap" div style="background-color: yellow; min-width: 200px;height: 200px;"Item 1/div div style="bac
item的換行 默認情況下,item都排在一條軸線上: 使用 flex-wrap 可以使一條軸線排不下的情況下換行。 div style="display:flex; flex-wrap:wrap" div style="background-color: yellow; min-width: 200px;height: 200px;"Item 1/div div style="bac