/*   处理input type = number的上下箭头 */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
    input[type="number"]{
      -moz-appearance: textfield;
    }

处理input type = number的上下箭头

处理input type = number的上下箭头

相关文章: