取消input框的默认样式

input{
    background:none;

    outline:none;

    border:none;(可设置需要的边框样式)

}

//边框正常显示下的样式

input:focus{

    border:none;

}

//鼠标按下的边框样式

 

posted @ 2021-08-21 15:55  正常的名字  Views(185)  Comments(0Edit  收藏  举报