时间:2021-05-28
官网地址
需要引入awesome-bootstrap-checkbox.css、font-awesome.css以及font awesome对应的字体font文件,可在上面的网站上下载。
checkboxs的样式
radio的样式
radio样式
只要引入上面所说的文件之后,也可以自己定制样式,代码如下:
.checkbox label::before {content: "";display: inline-block;position: absolute;width: 20px;height: 20px;left: 0;margin-left: -20px;border: 1px solid #cccccc;<!--没选中时的边框颜色-->border-radius: 3px;background-color: #fff;<!--没选中时的颜色-->-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}.checkbox label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 0;top: 0;margin-left: -19px;<!--可以改变“√”的位置-->padding-left: 3px;<!--可以改变“√”的位置-->padding-top: 1px;<!--可以改变“√”的位置-->font-size: 13px;<!--选中后的中间打钩的字体大小(字体越大中间的勾越大越明显)-->color: #FAD500;<!--选中后的中间打钩的颜色-->}.checkbox input[type="checkbox"],.checkbox input[type="radio"] {opacity: 0;z-index: 1;}.checkbox input[type="checkbox"]:focus + label::before,.checkbox input[type="radio"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;background-color: black;border-color: black;}.checkbox input[type="checkbox"]:checked + label::before,.checkbox input[type="radio"]:checked + label::before {background-color: black;<!--选中后的背景颜色-->border-color: black;<!--选中后的边框颜色-->}.checkbox input[type="checkbox"]:checked + label::after,.checkbox input[type="radio"]:checked + label::after {font-family: "FontAwesome";content: "\f00c";}.checkbox input[type="checkbox"]:disabled + label,.checkbox input[type="radio"]:disabled + label {opacity: 0.65;}.checkbox input[type="checkbox"]:disabled + label::before,.checkbox input[type="radio"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed;}.checkbox.checkbox-circle label::before {border-radius: 50%;<div><div class="checkbox checkbox-circle"><input id="radio1" class="styled" type="radio" name="radio"><label for="radio1" class="font-bolder">radio1</label></div><div class="checkbox checkbox-circle"><input id="radio2" class="styled" type="radio" name="radio"><label for="radio2" class="font-bolder">raido2</label></div></div>上面代码执行的效果
以上所述是小编给大家介绍的Bootstrap复选框和单选按钮美化插件,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了js实现iPhone界面风格的单选框和复选框按钮。分享给大家供大家参考。具体如下:这里使用JS美化仿iPhone风格的单选框和复选框按钮效果,使用
AxureRP8设计软件,有按钮元件、复选框按钮元件和单选按钮元件。这样一个场景:有四个复选框按钮,四个单选按钮,四个按钮,分别点击按钮选中对应的复选框和单选按
取下拉菜单选中项的文本;获取和设置下拉菜单的值;清空下拉菜单;给下列菜单添加元素;取单选框值;单选或复选按钮的选择;取复选框值;判断单选或复选框是否被选中;元素
本文主要介绍PyQt5界面最基本使用的单选按钮、复选框、下拉框三种控件的使用方法进行介绍。1、RadioButton单选按钮/CheckBox复选框。需要知道如
HTML5单选框、复选框、下拉菜单、文本域单选框的实例代码,代码如下所示:1单选框代码:效果:复选框2复选框代码:篮球足球羽毛球唱歌画画敲代码阅读效果;下拉菜单