类在CSS中的通配符*
.tocolor
tocolor-1
.
<div class="tocolor tocolor-1"> tocolor 1 </div><div class="tocolor tocolor-2"> tocolor 2 </div><div class="tocolor tocolor-3"> tocolor 3 </div><div class="tocolor tocolor-4"> tocolor 4 </div>.tocolor{ background: red; }
tocolor-*
*
.tocolor-*{ background: red;}
森林海