css 自定义复选框图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自定义复选框图像相关的知识,希望对你有一定的参考价值。


.dashboard-first-steps input[type="checkbox"] {
	background-image: url(http://moneywordsmonthly.flywheelsites.com/wp-content/uploads/2019/04/Circle.png);
	border: none;
	width: 51px;
    height: 51px;
    -webkit-appearance: none;
    background-color: transparent;
    background-size: contain;
}

.dashboard-first-steps input[type="checkbox"]:checked,
.dashboard-first-steps input[type="checkbox"]:hover:checked,
.dashboard-first-steps input[type="checkbox"]:focus:checked {
	background-image: url(http://moneywordsmonthly.flywheelsites.com/wp-content/uploads/2019/04/Tick.png);
	background-color: transparent;
	border: none;
}

以上是关于css 自定义复选框图像的主要内容,如果未能解决你的问题,请参考以下文章

css 自定义复选框CSS

css 自定义复选框输入|标签的CSS

自定义复选框

自定义复选框图像android

css 自定义复选框

CSS 复选框和电台自定义样式