中使用 css indicator 选择?-6ren"> 中使用 css indicator 选择?-如何在 中使用 css 指示符(箭头)进行选择? 我想为它们设计样式。 最佳答案 input[type="time"]{ /**style goes here **/ } 如果你想选择微调-6ren">
gpt4 book ai didi

css - 如何在 <input type ="time"> 中使用 css indicator 选择?

转载 作者:太空宇宙 更新时间:2023-11-03 21:13:29 24 4
gpt4 key购买 nike

如何在 <input type="time"> 中使用 css 指示符(箭头)进行选择?

我想为它们设计样式。

最佳答案

input[type="time"]{
/**style goes here **/
}

如果你想选择微调器(你说的“箭头”),你可以通过下面的 css 来完成,

input[type="number"]::-webkit-inner-spin-button{
/**style goes here **/
}

但不幸的是,这适用于 chrome,但不适用于 firefox,因为 firefox 不适用于 webkit 引擎,

最重要的是,我想建议您像此代码链接一样制作自定义微调器(您称之为“箭头”)。希望您能通过这种方式找到解决方案。 :)

https://codepen.io/komarovdesign/pen/PPRbgb

关于css - 如何在 &lt;input type ="time"> 中使用 css indicator 选择?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44247071/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com