CSS 指定属性不等于的选择器写法
时间:2021-09-02 05:56:52
收藏:0
阅读:25
比如按钮不是disable的可以这么写:
.panel-pagination button:not([disabled="disabled"]) { color: #0090ff !important; }
原文:https://www.cnblogs.com/llcdbk/p/15213205.html
评论(0)