小程序去除button的边框

<button class='auth' open-type="getUserInfo">建立你的微官网</button>
.auth{
  background: none !important;
  color: #000 !important;
}

 button::after {
  border: none
}