- 主题:媒体查询调用为什么不对??
.sec p{color:orange; font-family:Verdana,tahoma; font-weight:bolder; font-size:1.7em; margin:91px 0 0 94px;}
@media all and (max-width:640px) {
.sec p{margin:10px 0 0 10px;}
}
媒体查询是针对ip5的。
但是在1080*1920(竖屏)设备上看,还是不对,PC上用审查元素选此分辨率设备查看,它调用的还是@media的值。
这很奇怪吧,明明就不符合@media的要求。
why
--
FROM 119.97.219.*
你不会在云适配之类的企业干吧?
【 在 xiatianup 的大作中提到: 】
: .sec p{color:orange; font-family:Verdana,tahoma; font-weight:bolder; font-size:1.7em; margin:91px 0 0 94px;}
: @media all and (max-width:640px) {
: .sec p{margin:10px 0 0 10px;}
: ...................
--
FROM 124.42.13.*
不是,是本地。竟然碰到这么诡异的情况。
【 在 dhcn (码农) 的大作中提到: 】
: 你不会在云适配之类的企业干吧?
--
FROM 119.97.219.*