📜  oracle apex 交互式报告奇偶 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:51.937000             🧑  作者: Mango

代码示例1
/* 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;
}