css InputNumber去掉上下箭头
2021-05-03 08:27
标签:https code number sdn tail 标签 input line color css InputNumber去掉上下箭头 end. css InputNumber去掉上下箭头 标签:https code number sdn tail 标签 input line color 原文地址:https://www.cnblogs.com/wn798/p/12123570.html// input标签type为number时怎么去除加减按钮
"number">
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
/* 火狐 */
input{
-moz-appearance:textfield;
}
// 原文链接:https://blog.csdn.net/github_38516987/article/details/78072570
文章标题:css InputNumber去掉上下箭头
文章链接:http://soscw.com/index.php/essay/81715.html