常用样式

button

    button:hover{
        border-radius: 5px;
        color: #fff;
        background: lightslategray;
    }
    button:focus{
        border-radius: 2px;
        color: #fff;
        background: lightslategray;
        outline: none;
    }

 

posted @ 2020-03-01 14:33  容忍君  阅读(179)  评论(0)    收藏  举报