其他分享
首页 > 其他分享> > 自定义select 三角样式

自定义select 三角样式

作者:互联网

select {
     
  /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/  
  border: solid 1px #000;  
  /*很关键:将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  /*在选择框的最右侧中间显示小箭头图片*/  
  background:

               

标签:none,自定义,样式,appearance,复写,select
来源: https://blog.51cto.com/u_15177056/2726152