Loading

摘要: 1、first-child first-child表示选择列表中的第一个标签。例如:li:first-child{background:#fff} 2、last-child last-child表示选择列表中的最后一个标签,例如:li:last-child{background:#fff} 3、nt 阅读全文
posted @ 2022-07-28 11:18 请叫我王小胖 阅读(10440) 评论(0) 推荐(0)