小程序里button组件,禁止状态下的样式能改吗
button[disabled]:not([type]) {
color: rgba(0, 0, 0, 0.3);
background-color: skyblue;
}
在右侧的style里看呗
能吧,虽然没试过