媒体查询不加载
Media Queries does not load
我正在这个网站上工作 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)
此致
我现在看到您网站的方式是,您的 style.css
包含三个 1023 像素的媒体查询(第 2014 行、第 2645 行和第 2823 行),但 none 包含 768 像素。也许你忘了更新服务器?
我正在这个网站上工作 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)
此致
我现在看到您网站的方式是,您的 style.css
包含三个 1023 像素的媒体查询(第 2014 行、第 2645 行和第 2823 行),但 none 包含 768 像素。也许你忘了更新服务器?