scss 样式复选框

Posted

tags:

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

.gfield_checkbox,
.gfield_radio {
	label {
		padding-left:10px !important;
		&:before {
			content: "";
			display: inline-block;
			width: 20px;
			height: 20px;
			margin-right: 10px;
			position: absolute;
			left: 0;
			bottom: 10px;
			background-color: #ffffff;
			border: 1px solid #28a992;
			border-radius: 2px;
			background-repeat: no-repeat;
		}
	}
	input[type='radio']:checked,
	input[type='checkbox']:checked {
		+label {
			padding-left:10px !important;
			&:before {
				content: "";
				color: #28a992;
				font-size: 30px;
				text-align: center;
				line-height: 12px;
				background-image: url(../../images/tick-icon-green.svg);
				background-size: 11px;
				background-position: center center;
			}
		}
	}
}

以上是关于scss 样式复选框的主要内容,如果未能解决你的问题,请参考以下文章

scss 自订复选框

scss 复选框示例

为啥 chrome 样式检查器显示来自 .scss 的样式?

scss Bootstrap Pure CSS自定义单选按钮/复选框

scss scss:渐变文本样式

scss WordPress Gutenberg专栏SCSS样式