2022年7月12日

709笔记

摘要: (下) 其他伪类选择器 nth-child nth-of-type 第一个 h3:first-child { background-color: red; } h3:first-of-type{ background-color: red; } 最后一个 h3:last-child { backgr 阅读全文

posted @ 2022-07-12 09:06 星野落 阅读(24) 评论(0) 推荐(0)

导航