base.scss 224 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
// 优化显示

html, body {
  margin: 0px;
  height: 100%;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  #app {
    @extend %full;
    a {
      text-decoration: none;
    }
  }
}