_video.scss 1.18 KB
/*
 * @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);
}