_jit-detail.css 1.52 KB
.jit-detail-page {
    background-color: #f0f0f0;

    .top, .middle, .bottom {
       display: none;
       background-color: #fff;
    }
    .top, .bottom {
        height: 88px;
        line-height: 88px;
        color: #444;
        padding: 0 20px;
    }

    .top {
        margin-bottom: 1PX;
        font-size: 34px;
    }

    .bottom {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .swiper-container {
        padding: 30px 0 0px;
        width: 100%;
        height: 209px;
        overflow-y: hidden;

        .swiper-wrapper-jit {
            height: 209px;
        }

        .swiper-slide {
            margin: 0 10px;
            float: left;
            width: 156px;
            position: relative;

            &:first-child {
                margin-left: 30px;
            }

            &:last-child {
                margin-right: 30px;
            }

            img {
                width: 152px;
                height: 204px;
            }

            .tag {
                display: inline-block;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 0.8rem;
                line-height: 0.8rem;
                color: #fff;
                text-align: center;
                font-size: 12PX;

                &.add {
                    background: #eb76aa;
                }

                &.gift {
                    background: #a1ce4e;
                }
            }
        }
    }
}