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.
这已经让我头疼了半年了..
有没有人找到一种方法使文本在 Windows 7.5 和其他移动设备中的 html 电子邮件中保持不变?我在通过使用 -webkit-text-size-adjust none/100%; 没有运气和其他一些方法
还有其他人有什么想法吗?
非常感谢
在你的头标签中使用元标签来防止设备缩放
<meta name="viewport" content="width=device-width, initial-scale=1.0" />