📅  最后修改于: 2022-03-11 14:47:51.937000             🧑  作者: Mango
/* Give a static ID to the region, for example AlternateRowIR */
#AlternateRowIR .a-IRR-table tr:nth-child(odd) td {
background-color: #DBE5F1;
}
#AlternateRowIR .a-IRR-table tr:nth-child(even) td {
background-color: white;
}