小程序去除button的邊框

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

 button::after {
  border: none
}
相關文章
相關標籤/搜索