移动端必备的样式

*{ 
-webkit-text-size-adjust: none; }
input[type="button"], input[type="submit"], input[type="reset"]
{ -webkit-appearance: none; } textarea { -webkit-appearance: none; } a, button, input, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0; ) -webkit-user-modify:read-write-plaintext-only; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } img { -webkit-touch-callout: none; } html {font-size:10px} @media screen and (min-480px) and (max-639px) { html { font-size: 15px } } @media screen and (min-640px) and (max-719px) { html { font-size: 20px } } @media screen and (min-720px) and (max-749px) { html { font-size: 22.5px } } @media screen and (min-750px) and (max-799px) { html { font-size: 23.5px } } @media screen and (min-800px) and (max-959px) { html { font-size: 25px } } @media screen and (min-960px) and (max-1079px) { html { font-size: 30px } } @media screen and (min-1080px) { html { font-size: 32px } }
原文地址:https://www.cnblogs.com/yjhua/p/4807054.html