Slide_wev8.css
1.2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.wev-comp-Slide .wev-swipe-container {
overflow: hidden;
position: relative;
}
.wev-comp-Slide .wev-swipe-wrap {
overflow: hidden;
position: relative;
height: 100%;
}
.wev-comp-Slide .wev-swipe-wrap > a {
float:left;
width:100%;
height: 100%;
position: relative;
display: block;
}
.wev-comp-Slide .wev-swipe-overlay{
position: absolute;
left: 0px;
bottom: 0px;
width:100%;
height:100%;
background-color: rgba(0,0,0,1);
}
.wev-comp-Slide img.pic{
width: 100%;
height: 100%
}
.wev-comp-Slide .desc{
position: absolute;
left: 0px;
bottom: 0px;
color: #fff;
font-size: 12px;
padding: 10px 10px;
}
.wev-comp-Slide .wev-slide-point {
position: absolute;
right: 10px;
bottom: 8px;
font-size: 0;
}
.wev-comp-Slide .wev-slide-point b {
background-color: #fff;
border-radius: 3px;
display: inline-block;
height: 5px;
margin-right: 3px;
width: 5px;
}
.wev-comp-Slide .wev-slide-point b.current {
background-color: #007afb;
}
.wev-comp-Slide .wev-loading{
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.wev-comp-Slide .wev-loading:before{
width: 24px;
height: 24px;
margin: 0px;
top: 11px;
line-height: normal;
}