给除了最后一个之外的元素添加下划线
li:not(:last-child){
border-bottom:1px solid #ddd;
}
mac系统下select样式
select{
background-color:#fff;/*这个很重要*/
height:34px;
}
li:not(:last-child){
border-bottom:1px solid #ddd;
}
select{
background-color:#fff;/*这个很重要*/
height:34px;
}