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.
我有一个简单的布局http://goo.gl/BgaiB我想让它适用于小屏幕设备。
我想知道如何根据屏幕大小将页面设置为自动调整大小。
有人可以帮助我如何做到这一点。
问候,
听起来您想使用一些响应式网页设计技术来根据设备的屏幕宽度更改布局。媒体查询是您可以完成此任务的方法,本文是学习此技术的一个很好的起点。
使用媒体查询应该为您完成这项工作。搜索它。
媒体查询是您想要的,这里有一个很好的概述: