现在的位置: 首页 > 综合 > 正文

解决chorme最小显示12px字体的样式

2013年02月01日 ⁄ 综合 ⁄ 共 985字 ⁄ 字号 评论关闭
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
	html{-webkit-text-size-adjust:none}
	div { font-size:12px; font-family:Arial, Helvetica, sans-serif;}
	p { font-size:11px; font-family:Arial, Helvetica, sans-serif;}
</style>
</head>

<body>
<div>Then he drives 14 miles in an 11-year-old Ford Explorer to a sparsely furnished tract house that he rents for $900 a month on a dead-end street in McFarland, a smaller town. Just across the backyard is a shed that a neighbor uses to make cartridges for shooting the prairie dogs that infest the adjacent fields. </div>
<p>Then he drives 14 miles in an 11-year-old Ford Explorer to a sparsely furnished tract house that he rents for $900 a month on a dead-end street in McFarland, a smaller town. Just across the backyard is a shed that a neighbor uses to make cartridges for shooting the prairie dogs that infest the adjacent fields. </p>
</body>
</html>

抱歉!评论已关闭.