将禁用的按钮灰掉的效果
.disabled {
pointer-events: none;
cursor: default;
opacity: 0.6;
}
选中的按钮
.disabled.is-active {
pointer-events: auto;
cursor: pointer;
opacity: 1;
}
将禁用的按钮灰掉的效果
.disabled {
pointer-events: none;
cursor: default;
opacity: 0.6;
}
选中的按钮
.disabled.is-active {
pointer-events: auto;
cursor: pointer;
opacity: 1;
}
易函123赞 1阅读 914
XboxYan赞 9阅读 2.1k评论 2
注销阅读 3.1k
BigDipper阅读 1.7k
注销阅读 1.4k
注销阅读 1.2k
注销阅读 1.2k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。