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毫米(mm)在android中看起来像一个真正的mm?在我的电脑上它工作正常。
谢谢
您可以尝试设置viewport元标记:
viewport
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
移动浏览器中的所有比例都较小,导致默认情况下重新计算所有桌面尺寸,以便桌面网站可以适应小移动屏幕