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

<!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>


你可能感兴趣的:(orm)