1.禁用iPhone中Safari的字號自動調(diào)整
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
2.去除iPhone中默認(rèn)的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.設(shè)置HTML5元素為塊
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
5.圖片自適應(yīng)
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*為了照顧ie圖片縮放失真*/
}
遠(yuǎn)近互聯(lián)前端小華整理發(fā)布,希望能對學(xué)習(xí)技術(shù)的你有所幫助
遠(yuǎn)近互聯(lián)專業(yè)提供網(wǎng)站建設(shè)、APP開發(fā)、網(wǎng)站優(yōu)化、外貿(mào)網(wǎng)站SEO、微信運營的品牌整合營銷服務(wù)讓客戶通過網(wǎng)絡(luò)品牌建立與網(wǎng)絡(luò)傳播提高業(yè)績。






