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.

18 lines
242 B

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