【发布时间】:2016-10-29 22:47:20
【问题描述】:
我的移动媒体查询在横向模式下不起作用,可能我没有显示media only screen 对。我没有使用任何框架,只是普通的 CSS...
有人能指出我正确的方向吗?提前致谢
这就是我现在拥有的
@media (min-width : 319px) and (max-width: 480px){
//css here
}
不知道我做错了什么
【问题讨论】:
标签: html css mobile responsive