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