微信小程序 Button 怎么设置 disabled 时的样式?
/** 必须“提升指定样式规则的应用优先权(!important)。”**/
button[disabled] {
color: #fff !important;
background: #5bc0de !important;
border-color: #46b8da !important;
}
微信小程序 Button 怎么设置 disabled 时的样式?
/** 必须“提升指定样式规则的应用优先权(!important)。”**/
button[disabled] {
color: #fff !important;
background: #5bc0de !important;
border-color: #46b8da !important;
}