搜索框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