限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。

小程序

小程序按钮button去默认的边框和底色

使用button按钮是这样的,很难看,那么如何去除呢 小程序按钮button去默认的边框和底色 代码如下 去边框 button::after{ border: none; } 去底色 .zf_share{ margin: 0 auto; background-color: transparent; font-size: 13px; } 最终的效果

作者
王明昌
发布时间
使用button按钮是这样的,很难看,那么如何去除呢 小程序按钮button去默认的边框和底色

小程序按钮button去默认的边框和底色 代码如下

去边框
button::after{
  border: none;
}
去底色
.zf_share{
  margin: 0 auto;
  background-color: transparent;
  font-size: 13px;
}
最终的效果 小程序按钮button去默认的边框和底色
0/500
友善分享您的看法。
反馈邮箱