-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfenbuyundong.html
More file actions
36 lines (33 loc) · 1.04 KB
/
Copy pathfenbuyundong.html
File metadata and controls
36 lines (33 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="智能社 - zhinengshe.com" />
<meta name="copyright" content="智能社 - zhinengshe.com" />
<title></title>
<style>
*{margin:0;padding:0;list-style:none;}
body{
background: #ccc;
}
#div1{ position:relative;width:834px; height:500px; margin:100px auto; overflow:hidden; background: #fff;}
#div1 ul{ position:absolute;left:0;top:50%; margin-top:-90px;width:20000px; height:180px;}
#div1 ul li{ position:relative;float:left;width:260px; height:180px;padding:0 10px;}
#div1 ul li img{width:260px; height:180px;}
</style>
<script src="../js/fenbuyundong.js"></script>
</head>
<body>
<div id="div1">
<ul>
<li><img src="../img2/1 (2).jpg" /></li>
<li><img src="../img2/2 (2).jpg" /></li>
<li><img src="../img2/3 (2).jpg" /></li>
<li><img src="../img2/4 (2).jpg" /></li>
<li><img src="../img2/5 (2).jpg" /></li>
<li><img src="../img2/6 (2).jpg" /></li>
<li><img src="../img2/7 (2).jpg" /></li>
</ul>
</div>
</body>
</html>