/*
 * reset.css 放通用的 css reset
 * 如果需要扩展, 请写在 reset-ext.css 里面
 */

/*

* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

::-webkit-scrollbar {
  display: none;
}

*/
