Google Chrome 中的输入类型搜索边框半径问题

Posted

技术标签:

【中文标题】Google Chrome 中的输入类型搜索边框半径问题【英文标题】:input type search border-radius issue in Google Chrome 【发布时间】:2011-12-19 07:07:37 【问题描述】:

我有一个 <input type="search"/> 元素(没有其他 html)。

这是 CSS:

input[type=search] 
    border: 1px solid #000;
    padding: 4px 12px;
    border-radius: 8px;

在 Firefox 7 中看起来很棒:

但是,在 Chrome 15 中,圆角被切除了:

View jsFiddle

有什么办法可以解决这个问题?

【问题讨论】:

FWIW,它在 Mac 上的 Chrome 15 中运行良好。 @BenjieGillam 这很奇怪!我想我最终会使用包装器 <div> 并改为样式。 【参考方案1】:

试试-webkit-appearance: textfield;

【讨论】:

【参考方案2】:

您只需要添加-webkit-appearance: none 即可修复它。

【讨论】:

以上是关于Google Chrome 中的输入类型搜索边框半径问题的主要内容,如果未能解决你的问题,请参考以下文章

使用 Chrome 扩展程序在 Google Chrome 浏览器中访问搜索查询文本

调整输入类型搜索的边框半径不适用于移动 safari

ubuntu14.04安装google chrome

在 Google Chrome 中获取正确的类型名称 [重复]

在打印样式表中隐藏输入边框(chrome)

css 从Internet Explorer和Chrome输入类型搜索中删除X.