https://segmentfault.com/q/1010000009447680

将文本框一系列控件的字体大小设置成16px即可。尝试过别的方式meta或者js监听都不是很好。

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
}