css 自订复选框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自订复选框相关的知识,希望对你有一定的参考价值。
<label class="check-label"><input type="checkbox" name="activite" value="value 1"><span class="checkmark"></span>Text</label>
.check-label {
width: 100%;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #e0d0d0;
color: #777;
font-size: 16px;
background-color: #eef2f7;
margin: 5px 0;
padding: 15px 20px 15px 60px;
position: relative;
}
.check-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 15px;
left: 15px;
height: 25px;
width: 25px;
border-radius: 3px;
background-color: #eee;
}
.checkmark:after {
content: '';
position: absolute;
display: none;
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.check-label:hover input ~ .checkmark {
background-color: #ccc;
}
.check-label input:checked ~ .checkmark {
background-color: #2196F3;
}
.check-label input:checked ~ .checkmark:after {
display: block;
}
以上是关于css 自订复选框的主要内容,如果未能解决你的问题,请参考以下文章
css 自订复选框
css 自订复选框
scss 自订复选框
javascript 在Flask使用自订js,并自订按钮切换显示div
text 指令 - 建立自订大小的档案
text 自订过滤器