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