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

微信小程序清除默認樣式

小程序 size lin button utl NPU outline inpu 樣式

1.清除button的默認樣式

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

微信小程序清除默認樣式