简体   繁体   中英

CSS Media Query Not Working on Android 4.1.2 Jellybean

I have the following media query in my stylesheet which contains mobile styles. It works on devices running Android 5.0 Lollipop but the styles are not displayed on Android running 4.1.2 Jellybean. Is there different media query support for the different versions of Android?

@media (max-width: 1024px) {
    @media (max-width: 767px) {
    }

缺少第一个媒体查询的结束标记导致4.1.2中出现问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM