📌  相关文章
📜  移动设备和平板电脑的媒体查询 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:13.899000             🧑  作者: Mango

代码示例6
Syntax:

@media( media feature ) {
    // CSS Property
}

The screen resolutions of different devices are listed below:

Mobile (Smartphone) max-width: 480px
Low Resolution Tablets and ipads max-width: 767px
Tablets Ipads portrait mode max-width:1024px
Desktops max-width:1280px
Huge size (Larger screen) max-width: 1281px and greater