gpt4 book ai didi

html - 给 :before and :after elements 添加引号

转载 作者:搜寻专家 更新时间:2023-10-31 22:57:47 26 4
gpt4 key购买 nike

<分区>

我尝试将 " 添加到 content: "" 以实现引用。这导致 css 被忽略。我尝试将 "包装在单个quotes, content: '"'相同的结果。CSS 被忽略

我试过content: "“"但是字母被渲染了。

如何在 :before 和 :after CSS 伪元素中渲染引号?我宁愿不使用 background-image: url('http://url.com') 这样我可以使用字体大小来缩放引号,用户可以复制引号。

.review-wrapper h2:before {
content: "&ldquo;";
position: absolute;
width: 15%;
height: 1px;
bottom: 30px;
left: 42%;
}

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