table tr:nth-child(odd) td{ background:#c1c1c1;color:#1f1f1f; } table tr:nth-child(even) td{ background:#b0b0b0;color:#1f1f1f; } Run Code Online (Sandbox Code Playgroud) 到目前为止一切都很好。我想要的是更改具有“painted”类的所有单元格和具有“titel”类的行的背景和文本颜色。