Css选择器-层次选择器(关系选择器) 1). E F 匹配 E 元素下所有的子元素 F (后代选择器) .box a{ color: red; } 匹配 .box 下所有的子元素 a 2) … Continue reading Css选择器-层次选择器(关系选择器)