Micro letter input method of the mobile terminal "next" to "Search"

<form action="javascript:return true">

            <input type="search" placeholder="搜索" >

 </form>

 

input[type="search"]{

  -webkit-appearance:none;

}

input::-webkit-search-cancel-button {display: none;}

Guess you like

Origin www.cnblogs.com/echolife/p/11164058.html