demo在这里:
http://jsbin.com/fihikoheno/edit?html,css,js,output
http://output.jsbin.com/fihikoheno
在安卓手机上会出现这种情况,pc没有任何问题?(ios没有测试)
不知问题出在哪?
<!DOCTYPE html>
<html style="font-size:14px;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div>哈哈</div>
</body>
</html>
*{padding:0;margin:0;}
div{
width:30px;
height:1.2rem;
line-height:1.2rem;
background:red;
font-size:10px;
color:#fff;
text-align:center;
}
12px以下显示问题 可以采用先整体放大,再用css3缩小的方式解决