我怎么感觉现在的新编辑器还没有x5好看 New
今天又把仓库的文件覆盖了一次,编辑器变了,是简洁了许多。可是行距是不是太大了,而且后台设置的DZ代码,那些东东也不显示。
编辑时,倒是显示x5的编辑器,新发贴就是新编辑器,有什么办法回到x5,x5其实比3.5好许多。 还有字体选择,颜色等设置,设置帖子密码,等等常用功能都没了。这下纠结了,是现在不要那些东西了,还是后面会添加呢 新编辑器时区块化编辑器,同一个段落区块里的文字换行,行距没有那么大,多个区块之间是要有间距的;后台 界面 - 编辑器 设置 或者 社区 - 版块管理 - 帖子选项 里,可以改用原有的编辑器。
参考如下内容样式:
我赋予某些词语特殊的含义。拿“度日”来说吧,天色不佳,令人不快的时候,我将“度日”看作是“消磨光阴”,而风和日丽的时候,我却不愿意去“度”,这时我是在慢慢赏玩,领略美好的时光。坏日子,要飞快地去“度”,好日子,要停下来细细品尝。
“度日”、“消磨时光”这些常用语令人想起那些“哲人”的习气。他们以为生命的利用不外乎在于将他打发、消磨,并且尽量回避它,无视它的存在,仿佛这是一件苦事、一件贱物似的。至于我,我却认为生命不是这个样的,我觉得它值得称颂,富有乐趣,即使我自己到了垂暮之年也还是如此。
我们的生命受到自然的厚赐,它是优越无比的,如果我们觉得不堪生之重压或是白白虚度此生,那也只能怪我们自己。“糊涂人的一生枯燥无味,躁动不安,却将全部希望寄托于来世。”不过,我对随时告别人生,毫不惋惜。这倒不是因为生之艰辛与苦恼所致,而是由于生之本质在于死。因此只有乐于生的人才能真正不感到死之苦恼。
.ce-block { margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content { /* max-width:calc(100% - 50px) */ margin-left: auto; margin-right: auto;}.ce-paragraph { line-height: 1.6em; outline: none; text-indent: 2em; font-size: 16px;}.ce-paragraph--right { text-align: right;}.ce-paragraph--center { text-align: center;}.ce-paragraph--left { text-align: left;}.ce-paragraph--justify { text-align: justify;}.ce-paragraph-text-indent { text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{ margin-top: 0;}.ce-paragraph p:last-of-type{ margin-bottom: 0;}.svg-icon { width: 1em; height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect { fill: #4691f6;}.svg-icon circle { stroke: #4691f6; stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;} 区块化编辑器更具有现代感,更适合用户,你慢慢就习惯了!不推荐用老版编辑器,用户体验老版编辑器不好,可能就不爱发帖! 我说嘛,在后台找了半天,没找到位置,编辑时会出现x5的,应该程序上还是保留的。谢了!
其实我原来也是在后台/模板,把字体这一块设置成15px,后来对比整个页面,包括左边栏的字体大小,不对称,就改小了。新编辑器的字体显得大了些,这个不知在哪设置。
新编辑器应该适用做资讯,企业网站这方面。社区嘛,还是x5的好,那些dz代码功能还是不错的。 谢了,原来在版块那里可以设置呀 x5的新鲜感还没去呢,感觉5好,呵 云诺 发表于 2025-10-22 09:51
新编辑器时区块化编辑器,同一个段落区块里的文字换行,行距没有那么大,多个区块之间是要有间距的;后台...
这是批量操作的提示,一直提交中
这是后台板块里选择编辑器时的提示
啥原因?
.ce-block { margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content { /* max-width:calc(100% - 50px) */ margin-left: auto; margin-right: auto;}.image-tool {--bg-color: #cdd1e0;--front-color: #388ae5;--border-color: #e8e8eb;}.image-tool__image { border-radius: 3px; overflow: hidden; margin-bottom: 10px;}.image-tool__image-picture { max-width: 100%; vertical-align: bottom; display: block; margin-left: auto; margin-right: auto; }.image-tool__image-preloader { width: 50px; height: 50px; border-radius: 50%; background-size: cover; margin: auto; position: relative; background-color: var(--bg-color); background-position: center center; }.image-tool__image-preloader::after { content: ""; position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--bg-color); border-top-color: var(--front-color); left: 50%; top: 50%; margin-top: -30px; margin-left: -30px; animation: image-preloader-spin 2s infinite linear; box-sizing: border-box; }.image-tool__caption::before { position: absolute !important; content: attr(data-placeholder); color: #707684; font-weight: normal; display: none; }.image-tool__caption:empty::before { display: block; }.image-tool__caption:empty:focus::before { display: none; }.image-tool--empty .image-tool__image { display: none; }.image-tool--empty .image-tool__caption, .image-tool--loading .image-tool__caption { display: none; }.image-tool .cdx-button { display: flex; align-items: center; justify-content: center;}.image-tool .cdx-button svg { height: auto; margin: 0 6px 0 0; }.image-tool--filled .cdx-button { display: none; }.image-tool--filled .image-tool__image-preloader { display: none; }.image-tool--loading .image-tool__image { min-height: 200px; display: flex; border: 1px solid var(--border-color); background-color: #fff; }.image-tool--loading .image-tool__image-picture { display: none; }.image-tool--loading .cdx-button { display: none; }/** * Tunes * ---------------- */.image-tool--withBorder .image-tool__image { border: 1px solid var(--border-color); }.image-tool--withBackground .image-tool__image { padding: 15px; background: var(--bg-color); }.image-tool--withBackground .image-tool__image-picture { max-width: 60%; margin: 0 auto; }.image-tool--stretched .image-tool__image-picture { width: 100%; }.image-tool__caption { text-align: center; font-size: 14px; color: #a3a3a3; }@keyframes image-preloader-spin {0% { transform: rotate(0deg);}100% { transform: rotate(360deg);}}.ce-block { margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content { /* max-width:calc(100% - 50px) */ margin-left: auto; margin-right: auto;}.ce-paragraph { line-height: 1.6em; outline: none; text-indent: 2em; font-size: 16px;}.ce-paragraph--right { text-align: right;}.ce-paragraph--center { text-align: center;}.ce-paragraph--left { text-align: left;}.ce-paragraph--justify { text-align: justify;}.ce-paragraph-text-indent { text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{ margin-top: 0;}.ce-paragraph p:last-of-type{ margin-bottom: 0;}.svg-icon { width: 1em; height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect { fill: #4691f6;}.svg-icon circle { stroke: #4691f6; stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;} 没有更新数据库结构。X5是开发阶段,数据库结构随时都在变 能指点一下是哪张表吗,我本地新装下,再把表弄过去
页:
[1]