
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" >
<title>无标题文档</title>
<style type="text/css">
*{ padding:0; margin:0;}
.pic{ width:320px; height:568px; background:#ffe872; color:#fff; font-size:150px; text-align:center; line-height:1136px; background-size:auto;}
</style>
</head>
<body>
<div class="pic">yellow</div>
</body>
</html>你这个没有添加缩放比,一般会这样写
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
请问这是哪个软件?