div > p { background-color: yellow; }
似乎没有任何不同的评价
div p { background-color: yellow; }
但是我会不知道会有什么影响吗?似乎使用>更合适的风格,至少.
css css3
css ×1
css3 ×1