_single-day.css 3.3 KB
.single-day-page {
    overflow: hidden;

    .banner {
        width: 100%;

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

    .fixer {
        position: fixed;
        top: 0;
        z-index: 2;
    }

    .tab-area {
        width: 100%;
        height: 86px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .swiper-tab {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        background: #fff;

        li {
            float: left;
            padding: 0 50px;
            height: 80px;
            line-height: 80px;
            color: #b0b0b0;
            width: auto;
            font-size: 28px;
            background: #fff;
        }

        li:after {
            content: "";
            height: 30px;
            width: 2px;
            border-left: 1px solid #e0e0e0;
            position: absolute;
            right: 0;
            top: 28px;
        }

        li:last-child:after {
            border-left: none;
        }

        .active {
            color: #444;
        }
    }

    .product-list {
        ul {
            width: 720px;
            margin-left: 30px;
            padding-top: 30px;
            height: auto;
            overflow: hidden;
        }

        li {
            margin-bottom: 14px;
            height: auto;
            overflow: hidden;

            .lazy {
                width: 322px;
                height: 429px;
                float: left;
                margin-right: 27px;
            }
        }

        .product-info {
            width: 370px;
            height: 445px;
            float: right;
            position: relative;
            border-bottom: 1px solid #e8e8e8;
            padding-right: 30px;
            box-sizing: border-box;
        }

        li:last-child .product-info {
            border-bottom: none;
        }

        p {
            width: 340px;
        }

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

        h3 {
            margin-top: 20px;
            font-size: 28px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: #444;
        }

        .prompt-info {
            font-size: 24px;
            margin-top: 25px;
            color: #d0021b;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .price {
            margin-top: 36px;
        }

        .sale-price {
            font-size: 34px;
            color: #d62927;
        }

        .no-price {
            color: #000;
        }

        .market-price {
            font-size: 30px;
            color: #b0b0b0;
            text-decoration: line-through;
            margin-left: 24px;
        }

        .info-txt {
            position: absolute;
            bottom: 45px;
            font-size: 24px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            color: #b0b0b0;
        }
    }
}