page contents

CSS常用选择器,选择器权重问题。

轩辕小不懂 发布于 2022-08-11 14:42
阅读 620
收藏 0
分类:WEB前端开发
4063
Nen
Nen
- 程序员

*(has,not,target,root。。。。)通配符, ID,class,attr属性,element,子代( > + ~ ),

      UI状态伪类选择器(hover,active,link,seceted..,checked),

      结构性伪类选择器(nth-child,fist-child,last,nth-of-type...before,after....)

      !important > style > id > class > elemnet > 伪类和属性

请先 登录 后评论