Skip to content
fyhub's blog
Search
K
Main Navigation
掘金文章
开源
前端开发
前端基础
前端进阶
前端工程化
前端面经汇总
计算机基础
算法
操作系统与网络
后端开发
开发工具
随笔
Rust
Python
留言板
Appearance
Menu
Return to top
On this page
Table of Contents for current page
8. CSS选择器及其优先级
important
内联样式
id选择器
类选择器
伪类选择器(li:first-child)
伪元素选择器(li:before)
相邻选择器(li + li)
子选择器(li > a)
后代选择器(li a)
通配符选择器(*)