_new-arrival.css 1.82 KB
.newarrival-page {
    background-color: #fff;

     .swiper-container {
        width: 100%;
        height: 310px;

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

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

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

    .banner-top-single{
        width: 100%;
        height: 200px;
        img {
           display: block;
           height: 100%;
           width: 100%;
        }
    }

    .list-nav {
        border-top:2px solid #fff;
        border-bottom:1px solid #e6e6e6;

        > li {
            float: left;
            width: 25%;
            height: 66px;
            line-height: 66px;
            text-align: center;
            font-size: 28px;
            color: #999;
        }
        .bytouch{
            background:#eee;
        }
        a {
            display: inline-block;
            box-sizing: border-box;
            width: auto;
            height: 100%;
            color: #999;
        }

        .active > a {
            color: #000;
            box-sizing:border-box;
        }
        .active > .iconfont {
                color: #000;
                &.cur {
                    color: #000;
                }
            }

        .filter .iconfont {
            font-size: 24px;
            transition: transform 0.1 ease-in;
        }

        .filter.active .iconfont {
            transform: rotate(-180deg);
        }
    }

    .no-result {
        text-align: center;
        vertical-align: middle;
        color: #ccc;
        font-size: 1.2em;
        margin-top: 320px;
    }

    .goods-container {
        position: relative;
        min-height: 880px;
        padding-left: 0.375rem;
        padding-top: 0.2rem;
    }

}