1
2
3
4
5
6
7
8
9
10
17 18
19
20
21
22
23
24 zuojiankuohaophpcn
25 youjiankuohaophpcn
26
27
28
1 *{
2 margin:0px;
3 padding:0px;
4 list-style-type:none;
5 }
6 #dlunbo{
7 width:500px;
8 height:330px;
9 position:absolute;
10 top:50%;
11 margin-top:-166px;
12 left:50%;
13 margin-left:-250px;
14 }
15 .ig{
16 position:absolute;
17 }
18 img{
19 width:500px;
20 height:330px;
21 }
22 #tabs{
23 position:absolute;
24 top:300px;
25 left:200px;
26 }
27 .tab{
28 width:20px;
29 height:20px;
30 border:solid 1px #ffffff;
31 float:left;
32 margin-left:5px;
33 border-radius:100%;
34 cursor:pointer;
35 }
36 .btn{
37 width:30px;
38 height:50px;
39 position:absolute;
40 background:rgba(0,0,0,0.5);
41 color:#fff;
42 text-align:center;
43 line-height:50px;
44 font-size:30px;
45 top:50%;
46 margin-top:-25px;
47 cursor:pointer;
48 }
49 .btn1{
50 left:0px;
51 }
52 .btn2{
53 right:0px;
54 }