百变鹏仔-专注前端行业精选
当前位置:网站首页 > 最近更新 > 前端开发 > CSS > 正文

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

作者:鹏仔先生日期:2020-11-25 10:18:47浏览:2344分类:CSS

111.png

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

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

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

222.png

手机扫码访问

已有1位网友发表了看法:

取消回复欢迎 发表评论:

关灯