checkbox选中改变默认样式,改变颜色,一般用背景图

Posted 北方的刀郎

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了checkbox选中改变默认样式,改变颜色,一般用背景图相关的知识,希望对你有一定的参考价值。

###checkbox选中改变默认样式,改变颜色,一般用背景图

.cconte div input[type='checkbox']{

    position: absolute;

    left:-0.2rem;

    top: .1rem;

    -webkit-appearance: none; 

    appearance:none;//去掉复选框的默认背景样式

    -moz-appearance:none;

    display: block;

    width: .16rem;

    height: .16rem;

    border:1px solid #B5B5B5;

    outline: none;

    border-radius: 2px;

}

.cconte div input[type='checkbox']:checked{

    background: url(/crm/images/icon/866.png) no-repeat center /cover;

    border:none;

}

 <div class="cconte cconte0 disflexcoum flexstart">

        <div class="">

         <input type="checkbox" checked="checked" name="brand0hs" value="1">

</div>

</div>

 

 

以上是关于checkbox选中改变默认样式,改变颜色,一般用背景图的主要内容,如果未能解决你的问题,请参考以下文章

HTML ionic 中 checkbox 的复选框 用css 如何改变外框的颜色

怎样改变checkbox的默认蓝色

求checkbox css样式

Android5.0 CheckBox颜色修改

checkbox默认样式

如何改变网页选中文本的颜色