gpt4 book ai didi

html - Foundation 3 中的 Google 自定义搜索显示问题

转载 作者:太空狗 更新时间:2023-10-29 12:36:37 24 4
gpt4 key购买 nike

我正在尝试添加 Google 自定义搜索,但它一直显示不正确。按钮上的搜索图标不见了,文本框的底部看起来好像被切掉了。

新成员,所以我不能发布图片。

代码

<div id="header">
<div class="row">
<div class="four columns">
<h1><img src="images/QEFLogo.JPG" /></h1>
</div>
<div class="four offset-by-two columns">
<div id="iso" class="hide-for-small">
<h1>
<img src="images/ISO9001.jpg" />
<img src="images/ISO14001.jpg" />
</h1>
</div>
<div id="gcsearch" class="hide-for-small">
<gcse:searchbox-only></gcse:searchbox-only>
</div>
</div>
</div>
</div>

没有真正的 CSS 可言...

#gcsearch {
width:300px;
position:relative;
left:-5px;
}

Google 生成的代码未修改该脚本。

EDIT 现在发现是这个问题。 Google 元素使用其服务器上的 CSS 文件 default.css。这会生成宽度和高度。

在该 CSS 表的第 126 行,它定义了......

.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2 {
height: 13px;
margin-top: 2px;
min-width: 13px;
padding: 6px 27px;
width: 13px;
}

请记住,我根本没有太多的 Javascript 知识,为什么会发生这种情况,我该如何解决?

我在非 Foundation 页面上测试了代码,它可以正确呈现。

最佳答案

这是 Foundation 框架的问题。将以下内容添加到按钮并解决。引用的类是由 Google 生成的,这就是它们没有显示在我上面的代码中的原因。

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
background-image: inherit;
box-sizing: content-box;
}

关于html - Foundation 3 中的 Google 自定义搜索显示问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14296337/

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