当input的type为number时会显示数字加减的上下箭头,这里把其去掉:
input[type="number"]{ -moz-appearance: textfield; -webkit-appearance: none !important; } input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }
当input的type为number时会显示数字加减的上下箭头,这里把其去掉:
input[type="number"]{ -moz-appearance: textfield; -webkit-appearance: none !important; } input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }
原文:https://www.cnblogs.com/haimengqingyuan/p/8405564.html