
/* 针对文本域/编辑器内容区域 */
textarea,
.editor-content,
[contenteditable="true"] {
    text-align: center !important;
}
