1. 程式人生 > >微信小程序button去除默認樣式

微信小程序button去除默認樣式

eight adding border order 微信 font 小程序 one 樣式

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為覆蓋的樣式

微信小程序button去除默認樣式