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