CSS flex佈局二 (flex:1學習筆記)

flex是flex-grow、flex-shrink、flex-basis的縮寫組合。因此flex的默認值爲上面三個屬性值的組合。web .item{ flex:0 1 auto; } .item{ flex-grow:0; flex-shrink:1; flex-basis:auto; } 當flex取值爲none,則計算值爲0 0 auto .item{ flex:none; } .it
相關文章
相關標籤/搜索