问答详情
源自:2-3 Viewport_Meta标签

为什么和老师的效果不一样呢?

http://img.mukewang.com/55ffb5ac0001914407190756.jpg

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


提问者:Carrie_IT 2015-09-21 15:46

个回答

  • 妈咪妈咪哄
    2015-11-27 15:50:31
    已采纳

    你这个没有添加缩放比,一般会这样写

    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

  • AIBeLieve_0
    2016-01-29 14:58:44

    请问这是哪个软件?