ad.css
627 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
/**
* name : zzf
* info :
*/
body {
margin: 0px;
}
.ad {
overflow: hidden;
position: relative;
}
.ad li,
.ad ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.ad.ad-roll .ad-cont {
position: absolute;
left: 0px;
top: 0px;
}
.ad.ad-roll li {
float: left;
overflow: hidden;
}
.ad.ad-roll li img {
width: 100%;
}
.ad .ad-page {
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -20px;
}
.ad .ad-page span {
float: left;
color: #fff;
width: 12px;
height: 12px;
background-color: #fff;
margin: 0 5px;
border-radius: 50%;
}
.ad .ad-page span.on {
background: #23ac38;
}