小程序中button的边框无法去除 button边框如何去除

小程序中button的边框无法去除 button边框如何去除

 

<button class="operation-list" type="button" open-type="share">分享</button>

做小程序时,给文章底部添加分享、收藏等功能,分享用的官方自带方法(onShareAppMessage),必须使用button标签,并添加open-type="share",我给button直接添加 border:none; 没反应,后来使用伪元素才去除了边框,如下

 

.operation-list::after{
	border: none;
}

小程序,去除边框,去除button边框,去除按钮边框,button如何去除边框

【推荐】前端软件下载 http://iqzhan.com/category-23.html

原文地址 http://sharedblog.cn/post/208.html

前端博客 http://sharedblog.cn

posted @ 2020-12-03 15:50  鹏仔先生  阅读(11)  评论(0)    收藏  举报  来源