nth-last-child() 这个CSS 伪类从兄弟节点中从后往前匹配处于某些位置的元素. ... Select only the last second element */ tr:nth-last-child(2) { font-weight: 600; }
確定! 回上一頁