.a.b { color: #000; } 类名 .a 和 类名 .b 之间没有空格; <div class="a b"></div>
多类选择器:只有 .a 和 .b 同时存在时,样式才有效,缺一不可;