简体   繁体   English

windows 7移动css媒体查询

[英]windows 7 mobile css media query

How can I target Windows phone 7 with css media queries? 如何使用css媒体查询定位Windows phone 7?

Right now, I am trying this with no luck. 现在,我正在尝试这个没有运气。

@media only screen and (max-width: 480px) and (min-width: 5px)  { // css here }

Thanks in advance 提前致谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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