haoxuan
2023-09-15 05f3dd19cd55fef61fa89ac9f60f915ef7bd9e07
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;
    }
  }
}