摘要: 通用选择器 * {color:red } 选择的是所有元素 元素选择器 p {color:red } 元素选择器 选择的是指定元素 id选择器 #test {color:red} 通过元素属性 id进行选择 class选择器 .test {color:red} 通过元素 class 进行选择 分组选 阅读全文
posted @ 2022-03-10 11:12 浅浅的活埋我~ 阅读(29) 评论(0) 推荐(0)