第十一周

	<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
	</head>
	<style>
		.banner3{
			width:1000px ;
			height: 261px;
			background-image: url(img/img/banner3.jpg);
		}
		.shuzi{width: 200px;
		height: 20px;
		position: absolute;
		background-color: black;
			top: 250px;
		}
		.denglu1{width: 300px;
		height: 200px;
		position: absolute;
		background-color: black;
			left: 700px;}
</style>
<body>
	<div class="banner3">
		<div class="shuzi">
			
		</div>
		<div class="denglu1">
			
		</div>
	</div>
</body>
posted @ 2026-05-24 16:55  qwerzxcv--  阅读(9)  评论(0)    收藏  举报