css 使用CSS选择器设置网格的最后一行样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用CSS选择器设置网格的最后一行样式相关的知识,希望对你有一定的参考价值。

/* The selector: */

li:nth-child(3n+1):nth-last-child(-n+3),
  li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    
}

/* or, if you only want to style a grid with two or more rows: */

li:nth-child(3n):nth-last-child(-n+4) ~ li {
  
}

以上是关于css 使用CSS选择器设置网格的最后一行样式的主要内容,如果未能解决你的问题,请参考以下文章

CSS

将 css 样式添加到动态生成的项目(jquery,css)

前端04 /css简绍/css选择器

设置span最后一个字符的css样式

CSS使用属性type选择器设置样式

CSS使用属性type选择器设置样式