_global_product.css 5.29 KB
.global-detail-page .product-desc {
    margin-top: 30px;
    font-size: 12px;

    .info {
        margin: 20px 0;
        padding: 0 30px 20px;
        background: #fff;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .service-info {
        padding-bottom: 0;
    }

    .brand-intro {
        font-size: 21px;
    }

    .info:first-child {
        margin-top: 0;
    }

    .info h2 {
        text-align: left;
        font-size: 28px;
        font-weight: normal;
        margin: 0;
        height: 93px;
        line-height: 93px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }

    .info h2 span {
        font-size: 12px;
        text-transform: uppercase;
        color: #c0c0c0;
    }

    .good-sure {
        padding-top: 5px;
        margin-bottom: -20px;
        border-bottom: none;
    }

    .description {
        border-top: none;
    }

    .description table {
        background: #fff;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .description td {
        text-align: left;
        padding: 6px 10px;
        border: 1px solid #fff;
        background: #eee;
        font-size: 24px;
    }

    .details {
        overflow-x: hidden;
    }

    .details p {
        width: 100%;
        line-height: 45px;
        font-size: 25px;
    }

    .details img,
    .size img,
    .good-sure img,
    .brand-intro img {
        width: 100%;
    }

    .table-wrap {
        width: 100%;
        overflow-x: auto;
        font-size: 24px;
    }

    .size table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 2;
    }

    .size th,
    .size td {
        font-weight: normal;
        height: 30px;
        background: #eee;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #fff;
        min-width: 50px;
        text-align: center;
    }

    .details table {
        display: none;
    }

    .recommend-for-you {
        border-bottom: none;
    }

    .recommend-for-you {
        padding: 30px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
    }

    .recommend-for-you .title {
        font-size: 32px;
        line-height: 88px;
        text-align: center;
        color: #444;
    }

    .recommend-for-you .swiper-container {
        padding: 30px 0 20px;
        width: 100%;
    }

    .recommend-for-you .swiper-container .swiper-slide {
        padding: 0 10px;
        float: left;
        width: 156px;
    }

    .recommend-for-you .swiper-container .swiper-slide:first-child {
        padding-left: 30px;
    }

    .recommend-for-you .swiper-container .swiper-slide:last-child {
        padding-right: 30px;
    }

    .recommend-for-you .swiper-container .swiper-slide img {
        width: 100%;
        height: 208px;
    }

    .recommend-for-you .sale-name {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        margin-top: 20px;
        color: gray;
    }

    .recommend-for-you .price {
        position: relative;
        margin-top: 8px;
        font-size: 24px;
        line-height: 1;
    }

    .recommend-for-you .price .sale-price {
        display: block;
        color: #d9134f;
        margin-right: 8px;
    }

    .recommend-for-you .price .old-price {
        display: block;
        color: #b0b0b0;
        text-decoration: line-through;
    }

    .recommend-for-you .price .no-price {
        color: #444;
    }

    .service-cont p {
        line-height: 30px;
        text-indent: 0;
        position: relative;
        padding: 0 20px 0 42px;
        margin: 20px 0;
    }

    .service-cont > li {
        padding: 10px 0 0;
        margin-left: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .service-cont > li:last-child {
        border-bottom: none;
    }

    .service-cont .service-prob:before,
    .service-cont .service-answer:before {
        content: "";
        width: 31px;
        height: 31px;
        float: left;
        margin-right: 20px;
        position: absolute;
        left: 0;
        background-size: contain;
    }

    .service-cont .service-prob:before {
        background-image: url("/product/service-q.png");
        background-repeat: no-repeat;
    }

    .service-cont .service-answer:before {
        background-image: url("/product/service-a.png");
        background-repeat: no-repeat;
    }

    .service-cont .service-prob {
        font-size: 24px;
        color: #444344;
    }

    .service-cont .service-answer {
        font-size: 22px;
        color: #b0b0b0;
        line-height: 36px;
    }

    .service-operation {
        border-top: 1px solid #e0e0e0;
        text-align: center;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        color: #b0b0b0;
    }

    .service-icon {
        display: inline-block;
    }

    .shrink-btn-down {
        background-image: url("/product/service_down.png");
        background-repeat: no-repeat;
    }

    .shrink-btn-up {
        background-image: url("/product/service_up.png");
        background-repeat: no-repeat;
    }

    .shrink-btn-up,
    .shrink-btn-down {
        width: 16px;
        height: 9px;
        vertical-align: middle;
        margin-left: 10px;
        cursor: pointer;
    }
}