search

Home  >  Q&A  >  body text

css - How to modify the style of input type=data on the mobile terminal?

How to modify the style of input type=data on the mobile terminal? For example, after selecting a date, display the date font size

PHPzPHPz2750 days ago533

reply all(1)I'll reply

  • 某草草

    某草草2017-05-16 13:46:00

    Use plug-ins, not native ones. . The native selection box style cannot be modified
    The font size after selection can be changed through css
    input[type="data"]{

    font-size:2rem

    }

    reply
    0
  • Cancelreply