haoxuan
2023-08-21 e8891299c751d89dbcc97635ee47f6366b7c02b5
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;
    }
  }
}