CSS 第几个 元素 单独定义样式

   

.image-item:nth-of-type(5n) {
    margin-right: 0;
}

每行第5个元素 单独设置

屏幕快照 2021-01-12 下午9.19.18