selector的小箭头去除
.not-arrow{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none; /*去掉下拉箭头*/
}
/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
.not-arrow::-ms-expand { display: none; }
selector的小箭头去除
.not-arrow{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none; /*去掉下拉箭头*/
}
/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
.not-arrow::-ms-expand { display: none; }