微信小程序取消button边框线

时间:2019-03-26 16:54:08   收藏:0   阅读:177

先给button定义个class属性

<button class="an">
按钮
  </button>

然后再css上加上

.an::after {
  border: none;
}
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!