我正在这个网站http://www.passiveincomekube.com/violeta/上工作,我正在测试响应性这里是studiopress dot com / responsive /,我为这些屏幕尺寸编写了媒体查询@media only screen and (max-width: 1500px)
@media only screen and (max-width: 1139px)
@media only screen and (max-width: 1023px)
如果我能在这里看到我的网站studiopress dot com / responsive /,响应能力一直工作到768像素设备。
我正在为现在@media only screen and (max-width: 767px)
设备编写媒体查询,它无法正常工作,仍在加载以前用于1023px
一个
是否有任何解决方案,以便为此设备及以下设备加载媒体查询@media only screen and (max-width: 767px)
此致
答案 0 :(得分:0)
我现在看到您网站的方式,您的style.css
包含针对1023px的三个媒体查询(2014行,第2645行和第2823行),但没有768px。也许你忘了更新服务器了?