// 重置代码
html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 12px;
}
* {
  box-sizing: border-box;
}

[draggable='true'] {
  user-select: none;
}