You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
229 B

4 years ago
@import "lib/var";
@import "var";
4 years ago
4 years ago
html,
body,
#app,
.wrapper {
4 years ago
width: 100%;
height: 100%;
4 years ago
}
body {
4 years ago
min-width: 1280px;
3 years ago
font-family: PingFangSC-Regular, PingFang SC;
4 years ago
font-size: 14px;
background: rgba(0, 0, 0, 0.02);
4 years ago
}