清除select的边框和三角形

select {
border: 0;
display: block;
position: relative;
min-height: 1.146667rem;
line-height: 1.146667rem;
white-space: nowrap;
width: 100%;
overflow: hidden;
padding-right: .6rem;
background-color: #eee;
background: transparent;
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
}

去掉边框:border: 0; background: transparent;

去掉小三角:

appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */

posted @ 2018-11-24 13:49  程序员小明1024  阅读(1082)  评论(0编辑  收藏  举报