微信小程序Button怎么设置disabled时的样式?
/** 必须“提升指定样式规则的应用优先权(!important)。” **/
button[disabled] {
color: #fff !important;
background: #5bc0de !important;
border-color: #46b8da !important;
}
/** 必须“提升指定样式规则的应用优先权(!important)。” **/
button[disabled] {
color: #fff !important;
background: #5bc0de !important;
border-color: #46b8da !important;
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。