xufcs
 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 }

分类:

技术点:

相关文章: