搜索框search

Posted 森海轮回

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搜索框search相关的知识,希望对你有一定的参考价值。

https://blog.csdn.net/xxxxxmiss/article/details/51534626

 

/*叉号改*/
input[type=search]::-webkit-search-cancel-button{
-webkit-appearance: none;
position: relative;
height: 20px;
width: 20px;
border-radius: 50%;
background-color: #EBEBEB;
}
input[type=search]::-webkit-search-cancel-button{
width: 20px; height: 40px;
background: url("../img/advise/close.png") no-repeat center;
background-size: 18px 18px;
}

以上是关于搜索框search的主要内容,如果未能解决你的问题,请参考以下文章

前端Vue项目:旅游App-city:搜索框search和标签页Tabs

在 Wordpress 主题中(使用 get_search_form()),如何将占位符文本添加到搜索框?

mui搜索框 搜索点击事件

MUI 语音搜索框

搜索框实时搜索效果

如何在小程序导航栏放一个搜索框?