微信小程序设置button禁用时的样式disabled

/* 设置不可用状态的背景色 */
button[disabled]{
  background-color: #ccc;
}

你可能感兴趣的:(css,小程序,小程序,css)