... table.t1 tr:not(:nth-last-child(-n+4)) { background-color : lime } table.t2 td:not(:nth-last-child(3n+1)) { background-color : lime } table.t1 td, ...
確定! 回上一頁