摘要: 1、first-child first-child表示选择列表中的第一个标签。例如:li:first-child{background:#fff} 2、last-child last-child表示选择列表中的最后一个标签,例如:li:last-child{background:#fff} 3、nt 阅读全文
posted @ 2020-06-29 09:24 html55 阅读(957) 评论(0) 推荐(0) 编辑