CSS order 属性规定了弹性容器中的可伸缩项目在布局时的顺序。 ... #main { display: flex; } #main > article { flex:1; order: 2; } #main > nav { width: 200px; ...
確定! 回上一頁