阅读下面的CSS代码我想知道,a)和b)有什么区别?第一个声明是一种很好的造型方式吗?
一个)
.round_box.icon{ .... }
b)
.round_box .icon{ .... }
html css
css ×1
html ×1