可以通过 padding 属性设置内边距,使它看上去居中;
select{
# 从左到右依次表示上内边距,右内边距,下内边距,左内边距;
padding :0 0 0 20px;
}
使用padding 时,option 不用设置即可居中,样式继承select;