gpt4 book ai didi

html - 视觉错觉/未识别的 "floating"对象

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

幻灯片(Yootheme/Widgetkit 插件)的左上角似乎有一个“下划线”,但源代码中没有。然而它随着每一帧进出!

http://www.la-belle-equipe.org/

你能看到吗?有人知道它是什么吗?几天(几周!)我一直在彻底检查每个元素,但找不到任何相关内容。

最佳答案

这是你的罪魁祸首:

.wp-caption .wp-caption-text:before {
color: #666;
content: '—2014'; <- this line inserts the dash before each caption.
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}

你必须从 css 中删除该行或用 .wp-caption .wp-caption-text:before { content: '' } 覆盖它

关于html - 视觉错觉/未识别的 "floating"对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15584194/

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