-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
59 lines (58 loc) · 909 Bytes
/
Copy pathindex.css
File metadata and controls
59 lines (58 loc) · 909 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#lunB{
width: 800px;
overflow: hidden;
margin: 0 auto;
position: relative;
}
#lunB ul{
width: 6600px;
height: 164px;
padding: 0;
margin: 0;
}
#lunB ul li{
position: relative;
float: left;
width: 800px;
list-style: none;
padding: 0;
margin: 0;
left: -800px;
}
#lunB ul li img {
width: 800px;
padding: 0;
margin: 0;
}
#lunB ol{
position: absolute;
bottom: 15px;
right: 80px;
}
#lunB ol li{
float: left;
list-style: none;
width: 20px;
height: 20px;
background: green;
text-align: center;
}
#lunB div ol> li:first-child{
background-color: red;
}
#lunB ol li:hover{
background-color: red;
}
.left{
position: absolute;
left: 0;
top:70px;
}
.right{
position: absolute;
right: 0;
top:70px;
}
a{
list-style: none;
}