[CSS] 等间隙布局
2019-12-20 本文已影响0人
rjxio
示例图

使用3种css方式达到上图效果
1. inline-block && margin-left

2. justify-content: space-evenly

兼容性差

3. justify-content: space-between

示例图
使用3种css方式达到上图效果
1. inline-block && margin-left
2. justify-content: space-evenly
兼容性差
3. justify-content: space-between