我的屏幕分辨率为 1240x768,但在我的浏览器中检测到的唯一媒体查询是当我将最小高度设置为 300 像素时,如果我将其设置为大于 300 像素的任何内容,查询似乎无效。这是没有意义的,因为我的浏览器窗口的高度是 768px。
@media only screen and (min-height:300px) {
.wanderfest #map-1-container {
height: 768px;
overflow: hidden !important;
position: relative;
width : 1560px;
}
.map-viewport {
border: 1px solid black;
/*height: 1170px;*/
margin: 0 0 20px;
overflow: hidden;
position: relative;
/*width: 1350px;*/
height : 768px;
width : 1560px;
}
/*map size*/
#map-1 {
cursor: move;
width: 2146px;
height: 1170px;
position: absolute;
left: -275px;
/*top: -33px;*/
}
}
您可以在此处查看该站点http://www.wanderfest.com媒体查询位于最底部