_new-arrive.css 7.21 KB
@import "../common/swiper";

.new-arrival-swiper {
    width: 100%;

    .prev, .next {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;

        > .iconfont {
           font-size: 25px;
        }
    }

    .prev {
        left: 0;
        right: auto;
    }

    .next {
        right: 0;
        left: auto;
    }
}

.rec-swiper .prev, .rec-swiper .next {
    background: #444;
    color: #fff;
}

.brand-swiper .swiper-wrapper{
    height: 86px;
}

.recommond-floor {
    .rec-pro {
        margin-bottom: 20px;
        display: block;

        .new-num {
            background: #fb452c;
            text-align: center;
            line-height: 30px;
            color: #fff;

            > span {
                margin: 0 5px;
            }
        }
    }
}

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

.swiper-wrapper {

}

.firstLook-floor {
    .left-one {
        width: 785px;
        height: 420px;
        position: relative;
        margin-right: 10px;
        float: left;

        .slide-wrapper {
            height: 420px;
        }

        .slide-wrapper li a {
            width: 100%;
        }

        .slide-switch a.prev {
            margin-left: -393px;
        }

        .slide-switch a.next {
            margin-right: -393px;
        }
    }

    .right-two {
        width: 355px;
        float: left;

        .first-right-img {
            height: 205px;
            margin-bottom: 10px;
            display: block;

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

.all-catagory {
    line-height: 40px;
    font-size: 14px;

    .catagory-text {
        float: left;
        font-size: 16px;
        color: #d0021b;
        font-weight: bold;
        padding: 0 15px 0 0;
        border-right: 1px solid #000;
    }

    .catagory-navs {
        float: left;
        width: 1065px;
        height: 40px;
        overflow: hidden;
    }

    .catagory-navs li {
        float: left;
        padding: 0 15px;
        line-height: 30px;
        margin-top: 5px;

        &.active {
            background: #000;

            a {
                color: #fff;
            }
        }
    }

    .catagory-more {
        float: right;

        a:hover {
            border-bottom: 1px solid #000;
        }
    }
}

.new-arrive-list {
    margin-top: 20px;
    margin-right: -10px;

    .list-top-img {
        width: 100%;
        height: 110px;
        background: resolve('product/season-sort.png') no-repeat;
    }

    .list-top-img.hot-search-img {
        background: resolve('product/hot-search.png') no-repeat;
    }

    .list-box {
        border: 1px solid #e6e6e6;
        height: 163px;
        padding-top: 25px;
        overflow: hidden;

        li {
            float: left;
            width: 90px;
            height: 30px;
            line-height: 30px;
            background: #f8f8f8;
            margin: 5px;
            padding: 0 5px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }

    .logo-wrap {
        width: 185px;
        height: 86px;
        margin: 35px auto;

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

    .brand-box {
        display: inline-block;
        width: 100%;
        background: #f5f5f5;
    }

    .brand-info {
        padding: 0 15px;
        text-align: center;

        .num-info {
            margin: 50px 0;

            span {
                color: #ee0011;
            }
        }

        .btn-tag {
            font-size: 14px;
            color: #fff;
            padding: 8px 6px;
        }

        .btn-tag.tag-col {
            background: #ee0011;
        }

        .btn-tag.tag-home {
            background: #000;
        }

        .btn-tag.tag-home > a {
            color: #fff;
        }
}

    .good-info {
        position: relative;
        height: 365px;
    }

    .good-detail-img, .guang-box, .brand-box {
        height: 300px;
    }

    .good-detail-text {
        height: 65px;

        > a {
            margin-top: 15px;
            padding: 0 5px;
            text-align: center;
        }

        .price {
            text-align: center;
        }
    }

    .ka-detail-text {
        position: relative;
        background: #fb452c;
        color: #fff;

        > a {
            color: #fff;
        }
    }

    .ka-tag {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 285px;
        z-index: 10;

        .ka-name {
            display: inline-block;
            background: #000;
            padding: 5px 10px;
            color: #fff;
        }
    }

    .guang-box {
        position: relative;

        .guang-img {
            width: 100%;
            height: 140px;
            display: block;

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

        .classification {
            position: absolute;
            background-color: #000;
            color: #fff;
            text-align: center;
            width: 80px;
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            opacity: .9;
            z-index: 99;
        }

        .type-icon {
            position: absolute;
            top: 0;
            left: 66px;
            height: 32px;
            width: 32px;
            background: resolve('guang/msg-reco.png') no-repeat;
            background-size: 100% 100%;
            z-index: 100;
        }

        .type-icon.fashion-good {
            background: resolve('guang/fashion-good.png') no-repeat;
        }

        .msg-info {
            position: relative;
            height: 127px;
            background: #027cf9;
            color: #fff;
            padding: 15px 10px 10px;

            > a {
                color: #fff;
                line-height: 25px;
            }

            .msg-app {
                position: absolute;
                bottom: 15px;
                font-size: 12px;

                .page-view {
                    margin-left: 10px;
                }
            }
        }
    }

    .foot-pager {
        display: inline-block;
        width: 100%;
    }
}

.new-arrive-latest {
    margin-top: 30px;
}

.min-screen {
    .firstLook-floor {
        .left-one {
            width: 675px;
            height: 361px;

            .slide-wrapper {
                height: 361px;
            }

            .slide-switch a.prev {
                margin-left: -338px;
            }

            .slide-switch a.next {
                margin-right: -338px;
            }
        }

        .right-two {
            width: 305px;

            .first-right-img {
                height: 176px;
            }
        }
    }

    .all-catagory .catagory-navs {
        width: 900px;
    }
}