首页 > 移动平台 > 详细

移动端必备的样式

时间:2015-09-14 15:32:01      阅读:288      评论:0      收藏:0      [点我收藏+]
*{ 
-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-width:480px) and (max-width:639px) { html { font-size: 15px } } @media screen and (min-width:640px) and (max-width:719px) { html { font-size: 20px } } @media screen and (min-width:720px) and (max-width:749px) { html { font-size: 22.5px } } @media screen and (min-width:750px) and (max-width:799px) { html { font-size: 23.5px } } @media screen and (min-width:800px) and (max-width:959px) { html { font-size: 25px } } @media screen and (min-width:960px) and (max-width:1079px) { html { font-size: 30px } } @media screen and (min-width:1080px) { html { font-size: 32px } }

 

移动端必备的样式

原文:http://www.cnblogs.com/yjhua/p/4807054.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!