媒体查询一个固定分辨率 [英] Media query for one fixed resolution

查看:126
本文介绍了媒体查询一个固定分辨率的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要修正这个固定宽度的宽度:360px; 的网站回应率。

I need to fix responsiveness of website on this fixed-width width:360px;. But I can't figure out the media query to use.

它是 @media only screen and(width:360px)或者这将工作
@media all and(max-width:362px)and(min-width:361px)

推荐答案

是的,您可以使用 @media only screen and(width:360px){} 它会工作

yes you can use @media only screen and (width:360px){} it will work

这篇关于媒体查询一个固定分辨率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆