修改input搜索框默认叉号的样式为自定义图片


兼容IE的自定义input搜索框叉号样式(使用图片替换input原生叉号)

广州vi设计公司 http://www.maiqicn.com 我的007办公资源网 https://www.wode007.com

代码

input::-webkit-search-cancel-button {
-webkit-appearance: none;
position: relative;
height: 15px;
width: 15px;
border-radius: 50%;
background: url("1.jpg") no-repeat center;
background-size: 100% 100%;
color:rgba(0,0,0,0);
}
input[type=search]::-ms-clear {
appearance: none;
position: relative;
height: 15px;
width: 15px;
border-radius: 50%;
background: url("1.jpg") no-repeat center;
background-size: 100% 100%;
color:rgba(0,0,0,0);
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM