.container { display: flex; /* 兩端對齊*/ justify-content: space-between; flex-wrap: wrap; } .list { width: 24%; height: 100px; ...
確定! 回上一頁