CSS input type="number"出现上下箭头时解决方案
2021-07-12 20:05
阅读:411
标签:put 上下 appear margin css field number outer 火狐 input type="number"时录入内容不可控制,解决方案是在css中添加 //谷歌 CSS input type="number"出现上下箭头时解决方案 标签:put 上下 appear margin css field number outer 火狐 原文地址:http://www.cnblogs.com/sure2016/p/7081101.html
//火狐
input[type=number] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:CSS input type="number"出现上下箭头时解决方案
文章链接:http://soscw.com/essay/104306.html
文章标题:CSS input type="number"出现上下箭头时解决方案
文章链接:http://soscw.com/essay/104306.html
评论
亲,登录后才可以留言!