@charset "UTF-8"; /* Reset style sheet */ /* 因为使用富文本编辑器才注释掉,如果你项目没有使用富文本编辑器,可以取消注释 */ html, body, #app { width: 100%; height: 100%; padding: 0; margin: 0; font-family: siyuan; } html .el-message__badge, body .el-message__badge, #app .el-message__badge { display: none; } i { font-style: normal; } /* 解决 h1 标签在 webkit 内核浏览器中文字大小失效问题 */ :-webkit-any(article, aside, nav, section) h1 { font-size: 2em; }