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;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2021-11-13
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2021-11-13
  • 2021-11-13
  • 2021-11-13
  • 2021-11-13
相关资源
相似解决方案