标签: html css css-selectors
这不起作用
.users ul li:last-child:not(:empty) span.number { text-indent: 20px; background: url('../images/remove.png') center center no-repeat; }
它可以选择第一个孩子,但我不需要它。
.users ul li:first-child:not(:empty) span.number
Example of what I need