微信小程序 botton默认样式删除

.bottom-tab button {
  background: #FFF;
  color: #000;
  height: 100%;
  font-size: 0;
}

.bottom-tab button::after {
  border: none;
}

button:not([size=mini]) {
    width: 0;
    margin-left:0;
    margin-right:0;
    padding: 0;
}
posted @ 2021-01-16 15:31  web格调  阅读(134)  评论(0编辑  收藏  举报