微信小程序 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;
}