摘要: flex 布局父项常见属性: flex-direction: // 设置主轴的方向 row -- 默认值从左到右 row-reverse -- 从右到左 column -- 从上到下 column-reverse -- 从下到上 justify-content: // 设置主轴上的子元素排列方式 f 阅读全文
posted @ 2020-01-12 19:35 每天都要进步一点点 阅读(1366) 评论(0) 推荐(0)