a,
input,
button {
/*清除点击阴影*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
/*清除圆角*/
-webkit-appearance: none;
border-radius: 0;
}
body {
margin: 0;
/*禁止选中文字*/
-webkit-user-select: none;
}
body * {
-webkit-user-select: none;
/*默认字体*/
font-family: helvetica;
}
body {
/*用户横竖屏切换的时候,禁止字体缩放*/
-webkit-text-size-adjust: 100%;
}
h1 {
margin: 0;
}
a {
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
img {
vertical-align: top;
}