input number 标签

来源:互联网 发布:蓝洞游戏公司 知乎 编辑:程序博客网 时间:2024/06/06 17:30

//隐藏 input 标签 number  后的加减箭头

 <style>

    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
   -webkit-appearance: none !important;
   margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}

   </style>

<input type="number" maxlength="3" name="cylL" class="polish"/>



0 0
原创粉丝点击