gpt4 book ai didi

css - 将 froala 所见即所得的文本区域更改为笔记本

转载 作者:太空宇宙 更新时间:2023-11-04 12:50:27 25 4
gpt4 key购买 nike

我正在尝试将 froala 所见即所得编辑器的背景图像更改为看起来像笔记本,

但它根本没有改变任何东西...有人可以帮我修复它并告诉我如何修复吗?

这就是我正在做的:

<style type="text/css">

textarea.notebook {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 700;
width: 100%;
padding: 5px 0px;
margin-bottom: 20px;
resize: vertical;
font-size: 11px;
line-height: 24px;
border-bottom: 2px solid;
-webkit-appearance: none;
border-radius: 0;
background: url(notebook.png);
}


</style>

<section id="editor">

<form>
<textarea id="edit" name="edit" class="notebook" style="margin-top: 30px;">

</textarea>


</form>

</section>

最佳答案

一种可能的方法是为 froala 编辑器创建自定义主题,请参阅:

http://editor.froala.com/examples/color-themes

我怀疑如果可以修改背景颜色,也可以添加背景图片。

关于css - 将 froala 所见即所得的文本区域更改为笔记本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26180579/

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