Live2d Test Env

关于小程序去除button默认样式

/* 去除button默认样式 */

button::after {

border: none;

}

button {

background-color: transparent;

padding-left: 0;

padding-right: 0;

line-height:inherit;

}

button {

border-radius:0;

}

 

原文链接:https://blog.csdn.net/leng0920/article/details/88682968

总结:这个方法并不太完美,姑且一试

还是用view吧

以上

 

posted @ 2020-01-14 14:40  致爱丽丝  阅读(957)  评论(0编辑  收藏  举报