body {
    background-color: #f8f9fa;
    font-family: 'Noto Sans SC', sans-serif; /* 支持中文的字体 */
}
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.container {
    max-width: 1200px;
}
.alert {
    margin-bottom: 20px;
}
.article-content {
    line-height: 1.8;
    font-size: 16px;
}
.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}
.ck-editor__editable {
    min-height: 300px; /* 富文本编辑器最小高度 */
}