css 自订复选框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自订复选框相关的知识,希望对你有一定的参考价值。
<div class="form-group checkw10">
<input type="checkbox" name="fancy-checkbox-primary-custom-icons" id="fancy-checkbox-primary-custom-icons" autocomplete="off" />
<div class="btn-group">
<label for="fancy-checkbox-primary-custom-icons" class="btn btn-primary">
<span class="glyphicon glyphicon-check"></span>
<span class="glyphicon glyphicon-unchecked"></span>
</label>
<label for="fancy-checkbox-primary-custom-icons" class="btn btn-default active">
principal
</label>
</div>
</div>
/* ============== CHECKBOX CUSTOM ============== */
.form-group.checkw10 input[type="checkbox"] {
display: none;
}
.form-group.checkw10 input[type="checkbox"] + .btn-group > label span {
width: 20px;
}
.form-group.checkw10 input[type="checkbox"] + .btn-group > label span:first-child {
display: none;
}
.form-group.checkw10 input[type="checkbox"] + .btn-group > label span:last-child {
display: inline-block;
}
.form-group.checkw10 input[type="checkbox"]:checked + .btn-group > label span:first-child {
display: inline-block;
}
.form-group.checkw10 input[type="checkbox"]:checked + .btn-group > label span:last-child {
display: none;
}
以上是关于css 自订复选框的主要内容,如果未能解决你的问题,请参考以下文章
css 自订复选框
css 自订复选框
scss 自订复选框
javascript 在Flask使用自订js,并自订按钮切换显示div
text 指令 - 建立自订大小的档案
text 自订过滤器