css InputNumber去掉上下箭头 // input标签type为number时怎么去除加减按钮 input
css InputNumber去失上下箭头
// input标签type为number时怎么去除加减按钮 <input type="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
end.
css InputNumber去失上下箭头
,温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/32591.html