Authored by 毕凯

禁止微信字体缩放

... ... @@ -77,6 +77,11 @@ html, body {
line-height: 1.4;
}
body {
-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
... ...