device-width:500px 无法实现效果
<!DOCTYPE html><html>
<head>
<title></title>
<style type="text/css">
body{
background-image:url(img/pig.png);
}
</style>
<style media="screen and (device-width:500px)">
body {
background-image: url("img/bc2.png");
}
</style>
</head>
<body>
</body>
</html>
<!--<style media="screen and (device-width:500px)">
这段代码中的device-width:500px无法实现 但是只要去掉device-这个就可以实现背景图片的更改 望各位告知答案--> 找你目前的样式,device-width:500px可以去掉
页:
[1]