• <bdo id='pMd6t'></bdo><ul id='pMd6t'></ul>
    <legend id='pMd6t'><style id='pMd6t'><dir id='pMd6t'><q id='pMd6t'></q></dir></style></legend>

  • <i id='pMd6t'><tr id='pMd6t'><dt id='pMd6t'><q id='pMd6t'><span id='pMd6t'><b id='pMd6t'><form id='pMd6t'><ins id='pMd6t'></ins><ul id='pMd6t'></ul><sub id='pMd6t'></sub></form><legend id='pMd6t'></legend><bdo id='pMd6t'><pre id='pMd6t'><center id='pMd6t'></center></pre></bdo></b><th id='pMd6t'></th></span></q></dt></tr></i><div id='pMd6t'><tfoot id='pMd6t'></tfoot><dl id='pMd6t'><fieldset id='pMd6t'></fieldset></dl></div>
        <tfoot id='pMd6t'></tfoot>

        <small id='pMd6t'></small><noframes id='pMd6t'>

        如何在&lt;input type=“time"&gt;中使用css指标进行选择?

        时间:2023-09-05
            <bdo id='pEi38'></bdo><ul id='pEi38'></ul>

              <tbody id='pEi38'></tbody>
                <i id='pEi38'><tr id='pEi38'><dt id='pEi38'><q id='pEi38'><span id='pEi38'><b id='pEi38'><form id='pEi38'><ins id='pEi38'></ins><ul id='pEi38'></ul><sub id='pEi38'></sub></form><legend id='pEi38'></legend><bdo id='pEi38'><pre id='pEi38'><center id='pEi38'></center></pre></bdo></b><th id='pEi38'></th></span></q></dt></tr></i><div id='pEi38'><tfoot id='pEi38'></tfoot><dl id='pEi38'><fieldset id='pEi38'></fieldset></dl></div>

                1. <small id='pEi38'></small><noframes id='pEi38'>

                2. <legend id='pEi38'><style id='pEi38'><dir id='pEi38'><q id='pEi38'></q></dir></style></legend>
                  <tfoot id='pEi38'></tfoot>
                  本文介绍了如何在&lt;input type=“time"&gt;中使用css指标进行选择?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

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

                  How to select with css indicator ( arrows ) in <input type="time"> ?

                  我想给它们设置样式.

                  推荐答案

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

                  如果你想选择微调器(你说箭头"),你可以通过下面的 css 来做到这一点,

                  If you want to select the spinner (which you say "arrow") you can do that by the css below,

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

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

                  But unfortunately this will work for chrome, but not for firefox, since firefox does not work with webkit engine,

                  首先,我想建议您制作像此代码链接一样的自定义微调器(您说箭头").希望您能以这种方式找到解决方案.:)

                  Above all, I would like to suggest you, to make custom spinner (which you say "arrow") like this code link. Hope you will find the solution this way. :)

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

                  这篇关于如何在&lt;input type=“time"&gt;中使用css指标进行选择?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 React JS 中使用路由器时如何使用 Context API 传递状态 下一篇:我如何将数据从组件 A 发送到组件 B Angular 2

                  相关文章

                3. <tfoot id='L6edQ'></tfoot>
                    <bdo id='L6edQ'></bdo><ul id='L6edQ'></ul>

                  <small id='L6edQ'></small><noframes id='L6edQ'>

                      <legend id='L6edQ'><style id='L6edQ'><dir id='L6edQ'><q id='L6edQ'></q></dir></style></legend>
                      <i id='L6edQ'><tr id='L6edQ'><dt id='L6edQ'><q id='L6edQ'><span id='L6edQ'><b id='L6edQ'><form id='L6edQ'><ins id='L6edQ'></ins><ul id='L6edQ'></ul><sub id='L6edQ'></sub></form><legend id='L6edQ'></legend><bdo id='L6edQ'><pre id='L6edQ'><center id='L6edQ'></center></pre></bdo></b><th id='L6edQ'></th></span></q></dt></tr></i><div id='L6edQ'><tfoot id='L6edQ'></tfoot><dl id='L6edQ'><fieldset id='L6edQ'></fieldset></dl></div>