Chrome 输入类型=“数字” CSS 样式
我有以下输入 type="number":
<input id="myid" type="number" name="input" min="0" max="100" step="1" value="0">
在 Chrome 中,只有您可以看到 2 个增加或减少值的箭头。有没有办法设置这些控件的样式。像这样的东西:
#myid::-webkit-
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己也遇到了这个问题。实际上,我试图摆脱它们,但是,链接的SO问题中的相同规则仍然应该适用于改变外观,因为出色地。我在另一个SO问题中找到了解决方案。看看已接受的答案,它就像一个魅力。I just ran into this myself.Actually, I was trying to get rid of them, however, the same rules in the the linked SO question still should apply for altering appearance as well. I found the solution in another SO question. Look at the accepted answer, it works like a charm.我似乎找不到数字输入的默认箭头样式。
希望这有帮助。
以下是数字输入元素中找到的所有样式的列表(使用 chromes 检查模式找到):
I can't seem to find the number input's default arrow styles.
Hope this helps.
Heres a list of all the styles found in the number input element (found using chromes inspect mode):