移动CSS页面宽度 [英] Mobile CSS Page width

查看:97
本文介绍了移动CSS页面宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试在移动设备上使简单的表单页面可见。

Trying pretty hard to make simple form page viewable in mobile devices. The form is viewable, just that I have to zoom in a lot to read it.

听到一个例子:

http://200.5.3.20/temp/PocketPC/dispatch.php

推荐答案

您可以添加可将页面缩放到设备宽度的元视口标记

You can add the meta viewport tag that will scale the page to the device width

<meta name="viewport" content="width=device-width, initial-scale=1.0">

您可以阅读这里也

you can read up on it here too

这篇关于移动CSS页面宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆