去除select右侧下拉三角图标

 1 select{
 2     /*将默认的select选择框右侧三角清除*/
 3     appearance:none;
 4     -moz-appearance:none;
 5     -webkit-appearance:none;
 6 }
 7 
 8 /*清除iIE的默认选择框样式*/
 9 select::-ms-expand { 
10     display: none; 
11 }

posted @ 2020-06-04 16:01  跳跃的皮皮虾  阅读(873)  评论(0编辑  收藏  举报