斷斷續續更新
不完全支援ES6
到目前為止async await依舊不能用 2018年12月30日
不支援的js方法
Object.keys()
toString()
indexOf()
button
獲取使用者授權等高階功能,都會用到button。主要是button樣式太醜,不管三七二十一,先覆蓋掉預設樣式:
button::after{
border:none;
}
button{
background: none;
font-size: 28rpx;
border: none;
padding: 0;
margin: 0;
box-sizing:inherit;
line-height: 1;
}
.button-hover{
background: none;
}
input{
outline:none;
border:none;
list-style: none;
}
本作品採用《CC 協議》,轉載必須註明作者和本文連結