new-arrival.page.css 3.11 KB
/* 新品到着 css */

@import "layout/panel";
@import "layout/swiper";
@import "layout/yo-loading";
@import "common/filter";
@import "common/good";
@import "new/recommend";
@import "new/handlepick";
@import "new/good-tags";
@import "new/brand-info";
@import "new/brand-recommend";
@import "new/article";

body {
    background-color: #f0f0f0;
}

.banner-swiper .swiper-slide {
    height: 234px;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}

.list-nav {
    li {
        width: 20%;
    }
}

.drop-list {
    padding-left: 30px;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;

    li {
        width: 100%;
        height: 88px;
        font-size: 28px;
        color: #b0b0b0;
        line-height: 88px;
        border-bottom: 1px solid #e0e0e0;
    }

    li:last-child {
        border-bottom: none;
    }

    .active {
        color: #444;

        .chose {
            display: inline-block;
            width: 30px;
            height: 22px;
            background-image: resolve("product/chose.png");
            background-size: 100%;
            float: right;
            margin-top: 33px;
            margin-right: 30px;
        }
    }
}

.new-list {
    width: 100%;
    background-color: #fff;
    font-size: 0.7rem;
    color: #444;
    position: absolute;
    z-index: 5;

    li {
        margin-left: 36px;
        height: 88px;
        line-height: 88px;
        border-bottom: 1px solid #e0e0e0;
        padding-right: 54px;
    }

    li:last-child {
        border-bottom: none;
    }

    li.active {
        background: resolve("product/shop/check.png") no-repeat 94% center;
        background-size: 0.9rem 0.65rem;
    }
}

.goods-container {
    overflow: hidden;
    background-color: #fff;
    padding-left: 15px;

    .goods-box {
        .no-result {
            text-align: center;
            vertical-align: middle;
            color: #ccc;
            font-size: 1.2em;
            margin-top: 11rem;
        }
    }

    .good-info {
        float: left;
        margin: 0.25rem 0.375rem 1rem;
        width: 6.9rem;
        height: 12.65rem;
    }

    .guang-article .meta .iconfont {
        font-size: 1em;
    }
}

.new-recommend,
.handpick {
    .panel-header {
        border-bottom: none;
    }
}

.new-recommend .panel-body {
    min-height: 193px;
}

#js-filter {
    position: relative;
}

.filter-nav-wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.filter-nav {
    border-top: 1PX solid #dededf;
    border-bottom: 1PX solid #dededf;
}

.filter-nav .iconfont {
    color: #999;
}

.filter-nav li > a {
    position: relative;
}

.filter-nav .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;

    .up,
    .down {
        position: absolute;
    }

    .up {
        transform: translateY(-6px);
    }

    .down {
        transform: translateY(6px);
    }
}

.filter-nav .iconfont.cur {
    color: inherit;
}

.filter-nav .iconfont.drop {
    color: inherit;
}

.banner-top {
    border-bottom: 1PX solid #dededf;
    margin-bottom: 30px;
}

.banner-top-pic {
    height: 234px;
}

.brand-news-count h5 {
    display: none;
}