当前位置: 首页 > Web前端 > CSS

选择器优先度

时间:2023-03-30 18:11:50 CSS

/*元素选择器优先级1+类选择器优先级10=优先级11*/p.p??1{background-color:yellowgreen;}/*元素选择器优先级1+id选择器优先级100=优先级101*/p#d1{background-color:orangered;}我是一段