.first{color:green;}/*因为权值高显示为绿色*/
span{color:pink;}/*设置为粉色*/
这两个到底谁的权值大?
<span>标签中的字体样式是继承 <p class=“first”>段落中的样式,继承样式的权值是0.1,没有span选择器中的权值1高