IMO เหล่านี้คือจุดพักที่ดีที่สุด:
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
แก้ไข : ปรับปรุงเพื่อให้ทำงานได้ดีขึ้นกับ 960 กริด:
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
ในทางปฏิบัตินักออกแบบหลายคนแปลงพิกเซลเป็น ems ส่วนใหญ่ b / c ems ดีกว่าที่จะซูม 1em === 16px
ที่ซูมมาตรฐาน คูณพิกเซลโดย1em/16px
รับ EMS ตัวอย่างเช่น320px === 20em
.
ในการตอบกลับความคิดเห็นนั้นmin-width
เป็นมาตรฐานในการออกแบบ "มือถือแรก" ซึ่งคุณเริ่มต้นด้วยการออกแบบสำหรับหน้าจอที่เล็กที่สุดของคุณแล้วเพิ่มแบบสอบถามสื่อที่เพิ่มมากขึ้น ไม่ว่าคุณต้องการmin-
, max-
หรือชุดดังกล่าวเป็นรู้ทันของคำสั่งของกฎของคุณ, การรักษาในใจว่าถ้ากฎหลายตรงกับองค์ประกอบเดียวกันกฎระเบียบในภายหลังจะแทนที่กฎก่อนหน้านี้