css 选择器和优先级 竺浅丶 2022-07-06 97 阅读1分钟 !important 内联样式-----------------------------------A id选择器(#example)-----------------------------------B 类选择器(.example)、属性选择器(type="radio")、伪类(:hover)--------------------C 标签选择器(h1)、伪元素(::after)---------------------------D (A、B、C、D)