美文网首页
2021-05-14

2021-05-14

作者: swp小小喀嚓鱼 | 来源:发表于2021-05-14 09:18 被阅读0次

    /*
    .end button{
    background-color: #eee;
    color: #ccc;
    }
    .end input[type=checkbox]{
    cursor: pointer;
    position: relative;

    }

    .end input[type=checkbox]::after{
    position: absolute;
    top: 0;
    background-color: #eee;
    color: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    visibility: visible;
    text-align: center;
    content: ' ';
    border: 1px solid #ccc;
    line-height: 100%;
    font-size: 12px;
    color: #ccc;
    }

    .end input[type=checkbox]:checked::after{
    content: "✓";
    font-weight: bold;
    } */

    相关文章

      网友评论

          本文标题:2021-05-14

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