移除type=number时浏览器自带的上下箭头 如图在pc端的input里面type=number时,会带有上下箭头去掉的方式如下 12345input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0;} CSS相关 #CSS相关 移除type=number时浏览器自带的上下箭头 https://xypecho.github.io/2018/02/09/移除type-number时浏览器自带的上下箭头/ 作者 很青的青蛙 发布于 2018年2月9日 许可协议 vue里面实现toggle效果 上一篇 使用base64上传图片 下一篇