Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个现有的页面,上面有很多图像和文字以及很多其他内容。要求是我需要在调整窗口大小时缩小整个页面的内容。
有没有一种方法可以让我使用 jquery 在该页面上实现流畅的设计,而无需过多地改变当前的 css?
检查以下网站http://scottjehl.github.io/Respond/test/test.html通过最小化并查看媒体查询的工作方式。使用萤火虫或开发人员工具获取他们正在使用的媒体查询。希望这对您有帮助。 .
谢谢 AB