iPhone CSS 帮助

发布于 2024-11-02 03:17:52 字数 195 浏览 0 评论 0原文

我想为iphone制作css..但我不能..例如我制作一个div并给它宽度:320和高度:480px然后从iphone blabla.html加入..它看起来太小

我想要全屏(320x480)

示例图片..

在此处输入图像描述

I want to make css for iphone .. but I cant.. for example I make a div and gave it width:320 and height: 480px then join from iphone blabla.html.. it look too small

I want full screen (320x480)

sample picture..

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

电影里的梦 2024-11-09 03:17:52

我认为您想要的是将其添加到您的 中:

<meta name="viewport" content="width=device-width">

您应该阅读有关视口和屏幕尺寸的信息,例如 此处以及媒体查询< /a>.

I think what you want is to add this in your <head>:

<meta name="viewport" content="width=device-width">

You should read about viewport and screen sizes, for instance here as well as media queries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文