CSS选择器 使用小结

==> .x-boundlist-floating[style$="px;"] .x-boundlist-item

    元素中含有Style属性,并且属性值以"px;"结尾

    查找元素中的属性值不包含某些内容的一种变通方法

==> div.x-boundlist:not([style*='display: none']) .x-boundlist-item

    查找元素中的属性值不包含某些内容

原文地址:https://www.cnblogs.com/kill0001000/p/5054888.html