@media screen and (max-height: 750px) { .bottom { float: left; background-color: #dcdcdc; } }
媒体查询 设置屏幕高度范围
最新推荐文章于 2023-08-26 20:00:39 发布

@media screen and (max-height: 750px) { .bottom { float: left; background-color: #dcdcdc; } }