码迷,mamicode.com
首页 > Web开发 > 详细

移除HTML5 input在type="number"时的上下小箭头

时间:2018-11-20 13:19:50      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:code   ack   pre   textfield   overflow   flow   ext   .com   ref   

Chrome

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

FireFox

input[type=‘number‘] {
    -moz-appearance:textfield;
}

参考:https://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box

移除HTML5 input在type="number"时的上下小箭头

标签:code   ack   pre   textfield   overflow   flow   ext   .com   ref   

原文地址:https://www.cnblogs.com/xiaoyucoding/p/9988047.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!