架构|思路|效率
需求:最后一排不需要添加 margin
/* 最后 3 个 margin-bottom 设置为0 */.item:nth-last-of-type(-n+3) { margin-bottom: 0}
.parent { display: flex; overflow-x: scroll;} .child { flex: none;}