第十一周
<!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>
浙公网安备 33010602011771号