美文网首页
radio美化appearance: none

radio美化appearance: none

作者: 天堑 | 来源:发表于2021-04-27 08:15 被阅读0次

    .scoreList input[type=radio]{

    margin:0 .1rem; appearance: none; cursor: pointer; width:.4rem;height: .4rem;border-radius: 50%; border:2px solid #cad2de; outline: none; position: relative;

    }

    .scoreList input[type=radio]:after{

    position: absolute; right:0; top:.07rem;bottom:0;left:0; margin:0 auto; content: ''; width:.18rem;height:.18rem;border-radius: 50%; transition: background-color 80ms; background-color: transparent;

    }

    .scoreList input[type=radio]:checked:after{

    background-color: #2763bd;

    }

    参考文档:http://active-themes.com/ace/demo/html/form-basic.html

    相关文章

      网友评论

          本文标题:radio美化appearance: none

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