我在这个网站上工作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 px 设备。
我正在为现在的设备编写媒体查询,它不工作并且仍在加载以前的@media only screen and (max-width: 767px)
媒体查询1023px
是否有任何解决方案可以加载此设备及以下设备的媒体查询@media only screen and (max-width: 767px)
问候