美文网首页
checkbox 样式美化

checkbox 样式美化

作者: _feest | 来源:发表于2020-10-26 15:01 被阅读0次

    input +label {

    width:100%;

    height:100%;

    display:block;

    background:rgba(0,0,0,0.4)url("../../../../assets/images/check.png")center no-repeat;

    background-size:14px;

    }

    input:checked +label {

    background:rgba(0,0,0,0.4)url("../../../../assets/images/checked.png")center no-repeat;

    background-size:14px;

    }

    相关文章

      网友评论

          本文标题:checkbox 样式美化

          本文链接:https://www.haomeiwen.com/subject/rrbamktx.html