-
Notifications
You must be signed in to change notification settings - Fork 0
/
carousel.css
60 lines (49 loc) · 846 Bytes
/
carousel.css
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
60
* {
margin:0;
padding:0;
}
ol,ul {
list-style: none;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight: normal;
}
body {
color:#666;
background-color: #fff;
font:12px/1.5 '微软雅黑',tahoma,arial,'Hiragino Sans GB',宋体,sans-serif;
}
.poster-main {
width: 800px;
height: 439px;
position: relative;
}
.poster-main a,.poster-main img {
display: block;
}
.poster-main .poster-list {
width: 800px;
height: 439px;
}
.poster-main .poster-btn {
position: absolute;
width: 100px;
height: 439px;
top:0;
z-index: 10;
cursor: pointer;
}
.poster-main .poster-prev-btn {
left: 0;
background:url(images/sl.png) center center no-repeat;
}
.poster-main .poster-next-btn {
right: 0;
background:url(images/sr.png) center center no-repeat;
}
.poster-main .poster-list .poster-item {
position: absolute;
top: 0;
left: 0;
}