小程序button去掉默认样式


/* 去除button默认样式 */

button::after {
border: none;

}

button {
background-color: transparent;

padding-left: 0;

padding-right: 0;

line-height:inherit;

}

button {
border-radius:0;

}


文章作者: Born to the sun
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Born to the sun !
评论