微信小程序button去除默认样式

button {
  font-size: 28rpx;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

input {
  outline: none;
  border: none;
  list-style: none;
}

button::after {
  border: none;
}

button为覆盖的样式

posted @ 2018-09-06 16:39  JJRains  阅读(9582)  评论(0编辑  收藏  举报