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 */

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-06-14
  • 2022-12-23
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
相关资源
相似解决方案