SOURCE

console 命令行工具 X clear

                    
>
console
<div class="blue red">color</div>
<div class="red blue">color</div>
.red {
  color: red;
}
.blue {
  color: blue;
}