HTML:
<input type="search" />
CSS:
input{width:100%; height:100px;}
但它不行.看看小提琴here
Webkit默认(劫持)使用本地搜索字段,但您可以覆盖它:
-webkit-appearance:none;