_product-description.css 3.96 KB
.good-detail-page{
        .goods-desc {
        padding-bottom: 20px;
        padding-top: 20px;

        .service {
            width: 494px;
            height: 28px;
            margin-left: 50px;
            background: resolve('product/service.png') no-repeat;
            background-size: cover;
        }
        .detail{
            margin-bottom: 1px;
        }
        .desc-text {
            font-size: 24px;
            padding: 16px 12px;
            color: $mainFontC;
            background-color: $tableCellC;
        }
    }
    .tips {
        color: $subFontC;
        font-size: 18px;
        margin-top: 20px;
    }
    .materials {
        overflow: hidden;
        &.page-block{
            margin-bottom: 0;
            border-bottom: none;
            .detail{
                margin-bottom: 0;
            }
        }
        .detail {
            .material-item{
                margin: 10px 0;
                width: 100%;
                height: auto;
                overflow: hidden;
                display: block;
                position: relative;

                img {
                    margin: 0;
                }
                .material-image {
                    width: 23%;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
                .material-desc {
                    font-size: 24px;
                    box-sizing: border-box;
                    text-align: left;
                    padding-left: 2%;
                    height: auto;
                    line-height: 38px;
                    color: #4b4b4b;
                    word-wrap: break-word;
                    width: 76.9%;
                    float: right;
                }
                &:last-child{
                    border-bottom: none;
                }
            }
        }
    }
    .wash-tips{
        padding-top:20px;
        &.page-block{
            padding-left: 15px;
            padding-right: 15px;
        }
            .tip{
            display: inline-block;
            width: 16.6%;
            float:left;
            img{
                width: 48px;
                height: 48px;
                margin-bottom: 10px;
            }
            .caption{
                display: block;
                padding: 0 13px;
                font-size: 18px;
                line-height: 22px;
                min-height: 44px;
                text-align:center;
            }
        }

    }
    .product-detail {
        .detail {
            img {
                margin-top: 20px;
                width: 581px;
                height:auto;
            }

            a {
                color: #2f91f6;
                text-decoration: underline;

            }

        }
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .detail-swiper {
        .swiper-wrapper {
            .swiper-slide {
                width: auto;
                div {
                    text-align: center;
                    &.cell {
                        line-height: 53px;
                        font-size: 24px;
                        background-color: $tableCellC;
                        padding: 0 40px;
                        border: 1px solid #fff;
                    }
                }
            }
        }
    }
    /*模特*/
    #reference-swiper-container {
        .first-group {
            width: 70px;
            margin-top: 55px;
            div{
                height: 55px;
                .avatar {
                    display: inline-block;
                    width: 40px;
                    border-radius: 50%;
                    margin-top:7px;
                }
            }
        }
    }

    /*测量方法*/
    .measurement-method {
        .detail {
            width: 100%;
            margin-top:0;
            margin-bottom: 0;
            img {
                width: 100%;
                height:auto;
            }
        }
    }
}