_video.scss
1.18 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
/*
* @description: video css
* @author: chenglong.wang@yoho.cn
* @date: 2015/4/16
*/
#video {
.banner {
.swiper-pagination-switch {
@include retina-sprite($icons, normal-video);
margin-right: 5px;
float: left;
&:nth-last-of-type(1) {
margin-right: 0;
}
&.swiper-active-switch {
@include retina-sprite($icons, active-video);
}
}
}
/*.img-link {
&:after {
@include retina-sprite($icons, channel-video);
}
}*/
/*.content-item {
> h2, h3 {
color: #c9caca;
}
}
.follow-us {
@include retina-sprite($line, comment-video);
> .rss {
border: 1px solid #c9caca;
.rss-btn {
background: #c9caca;
}
}
}*/
}
.sub-tag {
height: 25px;
line-height: 25px;
padding: 0 18px;
position: absolute;
left: -5px;
top: -5px;
z-index: 100;
color: #fff;
font-weight: bold;
font-size: 14px;
background: rgba(#c9caca, .88);
}