CSS选择器 使用小结

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

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

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

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

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

 

posted @ 2015-12-17 18:02  kill0001000  阅读(158)  评论(0编辑  收藏  举报