固定定位+描记
固定定位+描记
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>固定定位+描记</title>
<style type="text/css">
.main{
height: 3000px;
/*padding: 1500px 0;*/
}
.img{
position: fixed;
right: 0;
bottom: 0;
}
</style>
</head>
<body>
<div class="main">
<h1 id="top">我是顶部</h1>
<div class="img">
<a href="#top"><img src="img/xiangshang3.png"/></a>
</div>
</div>
</body>
</html>
浙公网安备 33010602011771号