gpt4 book ai didi

jquery-mobile - jQuery Mobile默认字体大小

转载 作者:行者123 更新时间:2023-12-04 05:21:02 24 4
gpt4 key购买 nike

我有以下代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery Mobile</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>
</head>
<body>

<div data-role="page" id="myPage">

<div data-role="header">
<h1>Header</h1>
</div>
<div data-role="content">Hello World!</div>
<div data-role="footer">
<h4>Footer</h4>
</div>

</div>
<script src="/jQueryMatrix/Inc/js/PRINT.js"></script>
</body>
</html>

但是我的字体看起来很小。
是的,我可以放大,但是默认字体大小不清晰吗?

最佳答案

我会考虑在meta标签中设置视点:

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

更多信息:
  • http://davidbcalhoun.com/2010/viewport-metatag
  • 关于jquery-mobile - jQuery Mobile默认字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6752977/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com