# css 中属性选择器及类选择器的权重哪个高
Issue
欢迎在 Issue 中交流与讨论: Issue 323 (opens new window)
Author
.box 权重是10 ,div[class=box]权重可以看成11 div .box 和 div[class=box]权重是一样的
Issue
欢迎在 Issue 中交流与讨论: Issue 323 (opens new window)
Author
.box 权重是10 ,div[class=box]权重可以看成11 div .box 和 div[class=box]权重是一样的