gpt4 book ai didi

CSS 和 Recaptcha

转载 作者:行者123 更新时间:2023-11-28 06:33:40 26 4
gpt4 key购买 nike

我已经在表单中实现了 recaptcha,但与 CSS 存在冲突。我在 Firebug 上看到 recaptcha <tr>继承了我的表的某些属性,但我无法更改它们。我只是希望 recaptcha 不受我的 css 的影响。

这是干扰它的 css。 Here你可以看到表格

谢谢。

.GEN_form tr:first-child, tr:first-child td{
background-color: #52d053; /*verde*/
color: white;
text-align: center;
font-size:24px;
height: 50px;
}
.GEN_form tr:last-child{
background-color: #52d053; /*verde*/
text-align: center;
height: 50px;
}

最佳答案

在您的 CSS 中使用“not”属性。

https://css-tricks.com/almanac/selectors/n/not/

关于CSS 和 Recaptcha,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34834802/

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