一、flex
    重点:

    1. 设置flex-wrap: wrap;
    2. 对边上的几个元素使用:nth-child去掉边距

    二、grid

    1. display: grid; 指定一个容器是网格属性

    三、float