微信小程序去除button边框底色
wxml部分
<button class="kefubtn" open-type="contact" bindcontact="handleContact"> 在线客服</button></view>
wxss部分
.button{
border: none;
border-color: transparent;
background: none!important;
}
.button::after{
border: none;
background: none!important;
}
版权声明:
作者:admin
链接:http://blog.mryxh.cn/1469.html
文章版权归作者所有,未经允许请勿转载。
THE END