haoxuan
2023-12-04 4768dda18bac205aa769bf2d892a72d2ecb2b328
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;
    }
  }
}