css3 mediaquery_html/css_WEB-ITnose
/** * iPhone 4/4s landscape & portrait */@media only screenand (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-device-pixel-ratio: 2)and (device-aspect-ratio: 2/3) {}/** * iPhone 4/4s portrait */@media only screenand (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-device-pixel-ratio: 2)and (device-aspect-ratio: 2/3)and (orientation:portrait) {}/** * iPhone 4/4s landscape */@media only screenand (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-device-pixel-ratio: 2)and (device-aspect-ratio: 2/3)and (orientation:landscape) {}/** * iPhone 5/5s landscape & portrait */@media only screenand (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2) {}/** * iPhone 5/5s portrait */@media only screenand (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait) {}/** * iPhone 5/5s landscape */@media only screenand (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape) {}/** * iPhone 5/5s landscape & portrait */@media only screenand (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3) {}/** * iPhone 5/5s portrait */@media only screenand (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: portrait) {}/** * iPhone 5/5s landscape */@media only screenand (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {}@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { //iPhone 6 Portrait}@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { //iPhone 6 landscape}@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { //iPhone 6+ Portrait}@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { //iPhone 6+ landscape}@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ //iPhone 6 and iPhone 6+ portrait and landscape}@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ //iPhone 6 and iPhone 6+ portrait}@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ //iPhone 6 and iPhone 6+ landscape}/** * Galaxy S3 landscape & portrait */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 2) {}/** * Galaxy S3 portrait */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 2)and (orientation: portrait) {}/** * Galaxy S3 landscape */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 2)and (orientation: landscape) {}/** * Galaxy S4 landscape & portrait */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3) {}/** * Galaxy S4 portrait */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: portrait) {}/** * Galaxy S4 landscape */@media screenand (device-width: 320px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: landscape) {}/** * Galaxy S5 landscape & portrait */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3) {}/** * Galaxy S4 portrait */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: portrait) {}/** * Galaxy S4 landscape */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: landscape) {}/** * HTC One landscape & portrait */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3) {}/** * HTC One portrait */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: portrait) {}/** * HTC One landscape */@media screenand (device-width: 360px)and (device-height: 640px)and (-webkit-device-pixel-ratio: 3)and (orientation: landscape) {}/** * iPad Mini landscape & portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad Mini portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad Mini landscape */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad 1/2 landscape & portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad 1/2 portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad 1/2 landscape */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1) {}/** * iPad 3/4 landscape & portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 2) {}/** * iPad 3/4 portrait */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 2) {}/** * iPad 3/4 landscape */@media only screenand (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 2) {}/** * Galaxy Tab 10.1 landscape & portrait */@media(min-device-width: 800px)and (max-device-width: 1280px) {}/** * Galaxy Tab 10.1 portrait */@media(max-device-width: 800px)and (orientation: portrait) {}/** * Galaxy Tab 10.1 landscape */@media(max-device-width: 1280px)and (orientation: landscape) {}/** * Asus Nexus 7 landscape & portrait */@media screenand (device-width: 601px)and (device-height: 906px)and (-webkit-min-device-pixel-ratio: 1.331)and (-webkit-max-device-pixel-ratio: 1.332) {}/** * Asus Nexus 7 portrait */@media screenand (device-width: 601px)and (device-height: 906px)and (-webkit-min-device-pixel-ratio: 1.331)and (-webkit-max-device-pixel-ratio: 1.332)and (orientation: portrait) {}/** * Asus Nexus 7 landscape */@media screenand (device-width: 601px)and (device-height: 906px)and (-webkit-min-device-pixel-ratio: 1.331)and (-webkit-max-device-pixel-ratio: 1.332)and (orientation: landscape) {}/** * Kindle Fire HD 7" landscape & portrait */@media only screenand (min-device-width: 800px)and (max-device-width: 1280px)and (-webkit-min-device-pixel-ratio: 1.5) {}/** * Kindle Fire HD 7" portrait */@media only screenand (min-device-width: 800px)and (max-device-width: 1280px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: portrait) {}/** * Kindle Fire HD 7" landscape */@media only screenand (min-device-width: 800px)and (max-device-width: 1280px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: landscape) {}/** * Kindle Fire HD 8.9" landscape & portrait */@media only screenand (min-device-width: 1200px)and (max-device-width: 1600px)and (-webkit-min-device-pixel-ratio: 1.5) {}/** * Kindle Fire HD 8.9" portrait */@media only screenand (min-device-width: 1200px)and (max-device-width: 1600px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: portrait) {}/** * Kindle Fire HD 8.9" landscape */@media only screenand (min-device-width: 1200px)and (max-device-width: 1600px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: landscape) {}/** * Non-Retina Screens */@media screenand (min-device-width: 1200px)and (max-device-width: 1600px)and (-webkit-min-device-pixel-ratio: 1) {}/** * Retina Screens */@media screenand (min-device-width: 1200px)and (max-device-width: 1600px)and (-webkit-min-device-pixel-ratio: 2)and (min-resolution: 192dpi) {}/** * Apple Watch */@media(max-device-width: 42mm)and (min-device-width: 38mm) {}/** * Moto 360 Watch */@media(max-device-width: 218px)and (max-device-height: 281px) {}
登入後複製
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章
R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
2 週前
By 尊渡假赌尊渡假赌尊渡假赌
倉庫:如何復興隊友
4 週前
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island冒險:如何獲得巨型種子
3 週前
By 尊渡假赌尊渡假赌尊渡假赌
擊敗分裂小說需要多長時間?
3 週前
By DDD
R.E.P.O.保存文件位置:在哪里以及如何保護它?
3 週前
By DDD

熱工具

記事本++7.3.1
好用且免費的程式碼編輯器

SublimeText3漢化版
中文版,非常好用

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

我如何使用html5< time> 元素以語義表示日期和時間?
