/* 偶數行背景色 */ .layui-table[lay-even] tr:nth-child(even) { /* background-color: #aaffaa; */ background-color: #eeffee; } /* 鼠標指向表格時,奇數行背景顏色 */ .layui-table tbody tr:hover,.layui-table-hover { background-color: #eeffee; } /* 表格頭部工具欄背景色 */ .layui-table-tool { background-color: #eeffee; } /* 表格頭部背景色 */ th { background-color: #359f6a; /* MediumSeaGreen */ color: #fff; font-weight: bold }