使用:not(selector)连接[attribute * = value]选择器

时间:2016-04-27 08:50:33

标签: html css css3

如何将[attribute*=value]选择器与:not(selector)

一起使用?

我有一个案例,我尝试将一些CSS规则更改为除Index.aspx之外的所有页面但不起作用。我的测试:

form:not([action*='Index']) .wk-path{
    margin: 18px 2%;
}
:not(form[action*='Index']) .wk-path{
    margin: 18px 2%;
}

有什么想法吗?其余页面不包含url中的索引文字。

0 个答案:

没有答案