haoxuan
2023-08-23 c70006ac2709d2e2310c9cce12e870d7e3fa5052
1
2
3
4
5
6
7
8
9
10
11
12
// 优化显示
html, body {
  margin: 0px;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  #app {
    @extend %full;
    a {
      text-decoration: none;
    }
  }
}