![](https://www.cnblogs.com/Images/OutliningIndicators/ContractedBlock.gif)
Code
<!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>
<title>
Collection
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div style="font-size:12px;">合理乱收费</div>
</body>
</html>
在firefox中调试这段代码
http://localhost:2314/Untitled-1.html 访问
显示效果
![](https://images.cnblogs.com/cnblogs_com/rentj1/%E6%9C%AA%E5%91%BD%E5%90%8D2.jpg)
用
http://192.168.201.58:2314/Untitled-1.html 访问
显示效果
![](https://images.cnblogs.com/cnblogs_com/rentj1/%E6%9C%AA%E5%91%BD%E5%90%8D.jpg)
同样的代码字体大小怎么会不同呢,另外直接双击运行文件显示也是正常的?
调试了好长时间原来是因为不知道什么时候缩放了字体
按 ctrl+0 复位后一切又恢复正常了