flex 布局笔记
摘要:
flex布局就是几个属性的简单应用 A, 首先确定包裹元素,根据需要选择下面的属性,选择合适的。 1, display : flex; 2, flex-wrap : nowrap | wrap 3, flex-direction: row 4, justify-content 5, align-it 阅读全文
posted @ 2016-08-17 20:10 邹小邹168 阅读(164) 评论(0) 推荐(0) 编辑