原文:flex justify-content:space-around justify-content:space-between 布局区别

justify content:space around 左右边上有边距 justify content:space between 左右边上没有边距 ...

2018-03-28 18:48 0 6466 推荐指数:

查看详情

01-CSS3-justify-content: space-around; justify-content: space-between;

/* justify-content: space-around; 运用在父级元素上 第一个子元素距离左边的距离==最后一个子元素距离右边的距离 除第一个子元素和最后一个子元素外,第2个,第3个...一直到倒数第二个子元素,这些子元素距离左右两边的间距都是相等 巧记:around 是四周,说明 ...

Wed Nov 06 04:34:00 CST 2019 0 420
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM