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.
我的页面上有一个图像,我通过 CSS 将图像大小设置为特定大小,但是当我在 Iphone 中打开页面时,图像看起来比我设置的大小大 2 倍。
这可能是什么原因以及如何解决?
这是因为 iPhone 的分辨率和尺寸。为移动设备使用不同的样式表。
前任 :
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="mobiledev.css" />