background:rgba(4, 18, 50, 0.55) none repeat scroll !important; /*實現FF背景透明,文字不透明*/
background:#041232; filter:Alpha(opacity=55);/*實現IE背景透明*/
先隱藏箭頭,然后給箭頭部分添加一個背景色,下拉塊的背景色為#04173b
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #04173b url("../images/select.png") no-repeat;
width: 102px;
height: 31px;
select::-ms-expand { display: none;} 隱藏箭頭