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.
16 lines
298 B
16 lines
298 B
4 years ago
|
@import "lib/var";
|
||
|
@import "var";
|
||
|
html,
|
||
|
body,
|
||
|
#app,
|
||
|
.wrapper {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
min-width: 1280px;
|
||
|
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
||
|
font-size: 14px;
|
||
|
background: rgba(0, 0, 0, 0.02);
|
||
|
}
|