小程序去除button的边框

版权声明:咔咔 来自https://blog.csdn.net/fangkang7 https://blog.csdn.net/fangkang7/article/details/81947988
<button class='auth' open-type="getUserInfo">创建你的微官网</button>
 .auth{
  background: none !important;
  color: #000 !important;
}

 button::after {
  border: none
} 

猜你喜欢

转载自blog.csdn.net/fangkang7/article/details/81947988