body
body {width: 100%;margin: 0 auto;min-width: 320px;max-width: 640px;background: #fff;font-size: 14px;font-family: -apple-system, Helvetica, sans-serif;line-height: 1.5;color: #666;background-color: #ccc;height: 2000px;}
去掉后面两
特殊样式
加入下面的代码
* {/* css3盒子模型 */box-sizing: border-box;-webkit-box-sizing: border-box;/* 点击高亮 我们需要清除 设置为transparent 完全透明 */-webkit-tap-highlight-color: transparent;}input {/* 在移动端浏览器默认的外观在ios加上这个属性才能给按钮和输入框自定义样式 */-webkit-appearance: none;}/* 禁用长按页面时的弹出菜单 */img,a {-webkit-touch-callout: none;}
