为什么 输入p span{color:purple;}后会变成紫色,.first 的权限不是更高吗?
标签元素的内联样式 权重更高
first类到span已经是继承了。如果要引用first类应该是这样子的
<span class="first">胆小如鼠</span>