_goods-list.css 1.8 KB
.goods-page {

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

        > li {
            float: left;
            width: 25%;
            height: 66px;
            text-align: center;
            font-size: 28px;
            line-height: 66px;
        }

        .bytouch {
            background: #eee;
        }

        a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            color: #999;
        }

        .active > a {
            color: #000;

            .span-test {
                display: inline-block;
                box-sizing: border-box;
                width: auto;
                height: 100%;
            }

            .iconfont {
                color: #999;

                &.cur {
                    color: #000;
                }
            }
        }

        .new .iconfont {
            font-weight: bold;
            transform: scale(0.8);
        }

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

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

        .icon {
            position: relative;

            i {
                position: absolute;
                font-weight: bold;
                transform: scale(0.8);
            }

            .up {
                top: -22px;
            }

            .down {
                top: -8px;
            }
        }
    }

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

    .goods-container {
        position: relative;
        padding-top: 8px;
        padding-left: 15px;
        min-height: 880px;
    }
}