1. flex布局参照:阮一峰的文章2. flex:1的理解2.1 概念flex: ... <style> .box { display: flex; flex-direction: row; /*设置主轴方向*/ margin: ...
確定! 回上一頁