Rumah > hujung hadapan web > tutorial css > Bagaimana untuk Menulis Pertanyaan Media Menyasarkan iPhone 6 dan iPhone 6 Plus?

Bagaimana untuk Menulis Pertanyaan Media Menyasarkan iPhone 6 dan iPhone 6 Plus?

Barbara Streisand
Lepaskan: 2024-11-30 10:58:09
asal
289 orang telah melayarinya

How to Write Media Queries Targeting iPhone 6 and iPhone 6 Plus?

Pertanyaan Media untuk Menyasarkan iPhone 6 dan 6 Plus

iPhone 6

Lanskap

@media only screen 
    and (min-device-width : 375px) // or 213.4375em or 3in or 9cm
    and (max-device-width : 667px) // or 41.6875em
    and (width : 667px) // or 41.6875em
    and (height : 375px) // or 23.4375em
    and (orientation : landscape) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)  // Deprecated: aspect-ratio
    and (aspect-ratio : 667/375)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{ }
Salin selepas log masuk

Potret

@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em
    and (width : 375px) // or 23.4375em
    and (height : 559px) // or 34.9375em
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)  // Deprecated: aspect-ratio
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{ }
Salin selepas log masuk

Ejen Pengguna

# Safari
Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.39 (KHTML, like Gecko) Version/9.0 Mobile/13A4305g Safari 601.1

# Google Chrome
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10 (000102)

# Mercury
Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53
Salin selepas log masuk

Lancarkan Imej

  • 750 x 1334 (@2x) untuk potret
  • 1334 x 750 (@2x) untuk landskap

Apl Ikon

  • 120 x 120

iPhone 6 Plus

Lanskap

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{ }
Salin selepas log masuk

Potret

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3)
{ }
Salin selepas log masuk

Lancarkan Imej

  • 1242 x 2208 (@3x) untuk potret
  • 2208 x 1242 (@3x) untuk landskap

Apl Ikon

  • 180 x 180

iPhone 6 dan 6 Plus

@media only screen 
    and (max-device-width: 640px), 
    only screen and (max-device-width: 667px), 
    only screen and (max-width: 480px)
{ }
Salin selepas log masuk

Spesifikasi Diramalkan

Berdasarkan tapak web Apple, spesifikasi yang diramalkan untuk iPhone 6 Plus ialah:

@media screen 
    and (min-device-width : 1080px) 
    and (max-device-width : 1920px) 
    and (min-resolution: 401dpi) 
    and (device-aspect-ratio:16/9) 
{ }

@media screen 
    and (min-device-width : 750px) 
    and (max-device-width : 1334px) 
    and (min-resolution: 326dpi) 
{ }
Salin selepas log masuk

Apple Watch (Spekulatif)

@media 
    (max-device-width:42mm) 
    and (min-device-width:38mm) 
{ }
Salin selepas log masuk

Atas ialah kandungan terperinci Bagaimana untuk Menulis Pertanyaan Media Menyasarkan iPhone 6 dan iPhone 6 Plus?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!

Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Artikel terbaru oleh pengarang
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan