为了账号安全,请及时绑定邮箱和手机立即绑定

为什么会蓝色,小于480pxp不会显示红色

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<link type="text/css" rel="stylesheet" href="link.css"

media="only screen and (max-width:480px)"/>

<style>

@media screen and (min-width:480px) {

                    body{

background: blue;

}

}

</style>

</head>

<body>

</body>

</html>


正在回答

1 回答

@media screen and (min-width:480px) {

                    body{

background: blue;

}

}

这个应该是max-width:480px

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么会蓝色,小于480pxp不会显示红色

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信