关于select选择框的箭头清除
Posted blingcc-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于select选择框的箭头清除相关的知识,希望对你有一定的参考价值。
/*ie清除*/
select::-ms-expand{ display: none; }
select{
/*取消默认箭头开始*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*取消默认箭头结束*/
border: none;
width: 5px;
color: #666;
/* background: url(../img/top.png) no-repeat right 5px center; */
/* background-size: 0.45rem 0.8rem; */
}
以上是关于关于select选择框的箭头清除的主要内容,如果未能解决你的问题,请参考以下文章