How to modify the style of input type=data on the mobile terminal? For example, after selecting a date, display the date font size
某草草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
}