固定定位+描记

固定定位+描记

<!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>

posted @ 2026-05-26 10:13  Nuyoahr  阅读(7)  评论(0)    收藏  举报