/* body{
    background: url("../image/background.png") no-repeat fixed;
    background-size: 100% 100%;
}  */

/* 隐藏滚轮 */
::-webkit-scrollbar {
  display: none;
}
[v-cloak] {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
@media all and (display-mode: standalone) {
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
}
