/* 解决编辑器白底白字问题 */
.cke_wysiwyg_div, .editor-box {
    background-color: #ffffff !important; /* 编辑器背景变白 */
    color: #000000 !important;             /* 文字变黑 */
}
