gpt4 book ai didi

css - 取消重置重置CSS

转载 作者:行者123 更新时间:2023-11-28 15:45:04 24 4
gpt4 key购买 nike

我正在为我的应用程序使用重置 css,其中包括 ck 编辑器,我不希望重置 css 应用于我的 html 页面内的 CK 编辑器的输出。如何为页面的特定部分取消设置重置 css?

最佳答案

给CK输出一个类。在 reset.css 代码之后编写自己的 CSS 代码。引用该类并为其赋予您喜欢的属性。例如:

index.html:

<p>Normal text formatted by reset.css</p>
<span class="my-format"><p>Output of CK editor to be formatted by my CSS</p></span>

样式.css:

@import url("reset.css");
/* My code goes down here: */
.my-format { font: normal 14px georgia,times,serif; }

关于css - 取消重置重置CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8354893/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com