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.
|
@import 'lib/var'; |
|
@import 'var'; |
|
|
|
html, |
|
body, |
|
#app, |
|
.wrapper { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
body { |
|
min-width: 1280px; |
|
font-family: PingFangSC-Regular, PingFang SC; |
|
font-size: 14px; |
|
background: rgba(0, 0, 0, 0.02); |
|
}
|
|
|