_saunter-home.scss 792 Bytes
@import "../common/yoho-header", "../common/tag-content", "../common/load-more";

.swiper-container {
    width: 100%;
    height: 360rem / $pxConvertRem;

    img {
        height: 100%;
        width: 100%;
    }

    .swiper-pagination {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        background: #fff;
    }
}

.saunter-nav {
    background-color: #fff;
    overflow: hidden;
    height: 80rem / $pxConvertRem;
}

.saunter-nav-item {
    float: left;
    color: #ccc;
    font-size: 28rem / $pxConvertRem;
    padding: 0 22rem / $pxConvertRem;
    line-height: 80rem / $pxConvertRem;

    &.focus a {
        color: #000;
    }

    a {
        color: #ccc;
    }
}

.msg-list .tag-content:first-child {
    margin-top: 0;
}