selector的小箭头去除

  selector的小箭头去除

  .not-arrow{

  -webkit-appearance:none;

  -moz-appearance:none;

  appearance:none; /*去掉下拉箭头*/

  }

  /*清除ie的默认选择框样式清除,隐藏下拉箭头*/

  .not-arrow::-ms-expand { display: none; }

原文地址:https://www.cnblogs.com/shangjun6/p/10285846.html