tr { background: sky-blue-pink } /* Use a real colour */ tr * { background: transparent; }
其中tr是一个更具体的选择器,用于指示您在DOM中表示“已选择”的条件.这可能是一个类选择器:tr.selected