css - How to modify the style of input type=data on the mobile terminal?
PHPz
PHPz 2017-05-16 13:44:00
0
1
563

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

PHPz
PHPz

学习是最好的投资!

reply all(1)
某草草

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

}

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template