写了css样式一点反映都没有啊,music那里的宽高样式没有效果

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>新年贺卡</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="js/main.js";type="text/javascript";charset="UTF-8"></script>
</head>
<body>
<div>
<img src="img/music_pointer.png" />
<img src="img/music_disc.png" >
</div>
<div id="page1">
<div></div>
<div>点击屏幕</br>开启好运</div>
<div></div>
<div></div>
</div>
<div id="page2">
<div></div>
<div></div>
<div></div>
</div>
<div id="page3">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</body>
</html>
*{margin: 0;
	padding: 0;
	border: none;
	font-size: 1.71875vw;
}

#music{
	position: fixed;
	border:4px solid #ef1639;
	width: 15vw;
	height: 15vw;
	top: 3vh;
	right:4vw;
	z-index: 5;
}

#music > img:first-of-type{
	position: absolute;
	top: 24%;
	right: 2.5%;
	width: 28.421%;
}
#music > img:last-of-type{
	position: absolute;
	top:0;
	right:;
	bottom: 0;
	width: 79%;
}
.bg{

}


simon_wyk
浏览 1504回答 1
1回答

你说2016

你没有id为music的div
打开App,查看更多内容
随时随地看视频慕课网APP