css手机端初始化

发布时间:2020-11-30 15:13:23

1.禁用iPhone中Safari的字号自动调整 

html {

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

}

2.去除iPhone中默认的input样式  清除苹果浏览器的圆角表单

input[type="submit"],

input[type="reset"],

input[type="button"],

input{-webkit-appearance:none; resize: none;}

3.取消链接高亮

body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 

aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }

4.设置HTML5元素为块

article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {

display: block;

}

5.图片自适应

img {

max-width: 100%;

height: auto;

width:auto\9; /* ie8 */

-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/

}

远近互联前端小华整理发布,希望能对学习技术的你有所帮助

远近互联专业提供网站建设、APP开发、网站优化、外贸网站SEO、微信运营的品牌整合营销服务让客户通过网络品牌建立与网络传播提高业绩

【相关推荐】