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.
我有 20 个 HTML 文件..所有这些文件都在我的包中...例如 HTML 文件中文本的字体大小是 15...这个大小对于 iPhone 来说已经足够了,但对于 iPad 来说它看起来非常小...如何我可以使用 iPhone 代码动态更改 HTML 文件中文本的字体大小吗?
查看 CSS 媒体查询。您可以根据设备的物理属性(在您的情况下为min-width和max-width属性)应用不同的字体大小(和其他 CSS 属性)。
min-width
max-width
https://developer.mozilla.org/en/CSS/Media_queries