CSS消除button标签的默认样式

//消除button的默认样式
margin: 0;
padding: 0;
border: 1px solid transparent;  //自定义边框
outline: none;    //消除默认点击蓝色边框效果
相关文章
相关标签/搜索