_fashion.scss 720 Bytes
/*
 * @description: video css
 * @author: chenglong.wang@yoho.cn
 * @date: 2015/4/16
 */

#fashion {
    .banner {
        .swiper-pagination-switch {
            @include retina-sprite($icons, normal-fashion);
            margin-right: 5px;
            float: left;
            &:nth-last-of-type(1) {
                margin-right: 0;
            }
            &.swiper-active-switch {
                @include retina-sprite($icons, active-fashion);
            }
        }
    }

    /*.img-link {
        &:after {
            @include retina-sprite($icons, channel-fashion);
        }
    }*/

    /*.content-item {

        > h2, h3 {
            color: #9999ff;
        }
    }*/
}