不含有特定子元素的元素

alias

  • 某个元素(不包含 | 没有)指定后代

code

1
2
:not(:has( .child )) 
:not(&:has( .child ))