码迷,mamicode.com
首页 > 其他好文 > 详细

@media screen

时间:2015-04-29 16:44:21      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html >
<head>
<meta charset="gb2312">
<title> New Document </title>
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<style>
p{display:none}
body{background-color:red}
@media screen and (max-width:320px){#ip4{display:block;}body{background-color:blue}}
</style>
<body>
<p id="ip4">苹果4</p>
<p id="ip5">苹果5</p>
<p id="ip6">苹果6</p>
<p id="ip6+">苹果6+</p>
<script>
document.documentElement.style.height = window.innerHeight + ‘px‘;
alert(document.documentElement.clientWidth);
alert(document.documentElement.style.height);
</script>
</body>
</html>

@media screen

标签:

原文地址:http://www.cnblogs.com/mrt-yyy/p/4466071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!