改變select和option的默認樣式

select {
    border: solid 1px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    padding-left: 20px;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

}

option {
  color: red;
}

select::-ms-expand { display: none; }

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章