微信小程序或uniapp调整checkbox、radio、switch组件选中时颜色

  • 微信小程序
.wx-checkbox-input-checked,
.wx-radio-input-checked,
.wx-switch-input-checked {
	background-color: #0099ff !important;
	border-color: #0099ff !important;
	color: #fff !important;
}
  • uniapp
.uni-checkbox-input-checked,
.uni-radio-input-checked,
.uni-switch-input-checked {
	background-color: #0099ff !important;
	border-color: #0099ff !important;
	color: #fff !important;
}

猜你喜欢

转载自blog.csdn.net/Honiler/article/details/114276996
今日推荐