会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
fengnovo
博客园
首页
新随笔
联系
订阅
管理
2023年8月10日
常用样式
摘要: 常用的伪类选择器 以type结尾的是在相同元素中选择 :first-of-type 第一个子元素 :last-of-type 最后一个子元素 :nth-of-type() 选中第n个元素 选择第几个元素 :nth-of-type(1) // 选择第一个元素 :first-of-type // 选择第
阅读全文
posted @ 2023-08-10 13:56 fengnovo
阅读(9)
评论(0)
推荐(0)
编辑
公告