我正在尝试使 div 的 INSIDE reportRow 的背景颜色具有特定的背景颜色,但我希望它每隔一个 reportRow 切换颜色。
我似乎无法让第 n 个孩子工作。任何人都可以帮忙吗?
<div class="reportRow">
<div style="width:75px;">Date1</div>
<div style="width:360px;">Address1</div>
<div style="width:40px;">Edit1</div>
<div style="width:40px;">Print1</div>
<div style="width:40px;">Delete1</div>
</div>
<div class="reportRow">
<div style="width:75px;">Date2</div>
<div style="width:360px;">Address2</div>
<div style="width:40px;">Edit2</div>
<div style="width:40px;">Print2</div>
<div style="width:40px;">Delete2</div>
</div>