微信小程序去掉button按钮边框

button{
  position: static;

}
button:after {
  content: none;
  border: none;
 
 
使用::after伪类选择器的方式去覆盖默认值