2022年6月1日

CSS常用选择器

摘要: p:nth-child(n) 指定选择的元素 选择第二个元素 p:nth-child(2) 选择所有元素 p:nth-child(n) 选择包括第二个在内的所有元素 /* 表示.headcontent > .userSetting-item headcontent的所有子元素.userSetting 阅读全文

posted @ 2022-06-01 00:38 QiKS 阅读(48) 评论(0) 推荐(0)

导航