gpt4 book ai didi

css - 移除 Safari/Chrome iframe 发光

转载 作者:行者123 更新时间:2023-11-28 14:08:49 27 4
gpt4 key购买 nike

有没有办法去除 Webkit 中 IFrame 的外发光?

我试过这个:

iframe {outline: none; -moz-outline: 0; border: 1px solid #000; z-index: 1;}

但是好像没有效果。

最佳答案

可能您必须为 webkit 浏览器定义 webkit-appearance:none; 。像这样:

iframe{
webkit-appearance:none;
}

关于css - 移除 Safari/Chrome iframe 发光,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9679694/

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