/* 不含主题变量的通用css */
[v-cloak] {
display: none !important;
}
* {
font-family: NotoSansSChineseRegular;
box-sizing: border-box;
html, body, #app {
height: 100%;
body {
min-width: 1024px;
margin: 0 !important;
padding: 0 !important;
cursor: default !important;
overflow: hidden;
.temp-dom {
visibility: hidden;
position: fixed;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;