我有以下代码:jQuery Mobile的默认字体大小
<!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>
但是我的字体大小看起来好小。 这是真的,我可以放大,但不应该默认字体大小清晰?
我是一个StackOverflow,放置傻瓜的蘑菇云。 –