_item.css 6.31 KB
.product-item-page {
    .thumbs {
        width: 596px;
        height: 643px;

        .thumb-list {
            width: 75px;
            display: inline-block;
            vertical-align: middle;
        }
    }

    .infos {
        width: 554px;

        > p {
            text-align: center;
        }

        .brand-name {
            font-size: 24px;
            font-weight: bold;
        }

        .name {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.5;
            margin: 16px 0 8px;
        }

        .intro {
            font-size: 12px;
        }

        .sell-price {
            font-size: 20px;
            font-weight: bold;
            margin-top: 38px;
        }

        .market-price {
            color: #c1c1c1;
            font-size: 12px;
            margin-top: 6px;
            text-decoration: line-through;
        }

        .option-content {
            width: 226px;
            margin: 0 auto;
            padding: 40px 0 30px;

            > p {
                line-height: 50px;
            }

            .title {
                color: #c1c1c1;
            }

        }

        .color-list {
            width: 246px;

            .color-item {
                float: left;
                margin-right: 20px;
            }
        }

        .size-list {
            width: 236px;

            li {
                height: 34px;
                line-height: 34px;
                float: left;
                padding: 0 12px;
                margin-right: 10px;
                margin-bottom: 10px;
                text-align: center;
                border: 1px solid #f0f0f0;
                font-weight: bold;
                cursor: pointer;
            }

            .cur {
                border: 2px solid #1d1d1d;
            }

            .disable {
                color: #f0f0f0;
                cursor: default;
                border-color: #f0f0f0 !important;
            }
        }

        .btns {
            .btn {
                width: 300px;
                height: 46px;
                line-height: 46px;
                margin: 0 auto 20px;
                cursor: pointer;
            }
        }
    }

    .other-info {
        font-size: 14px;
        padding-bottom: 40px;

        .intro-block {
            padding-left: 270px;
            position: relative;

            > img {
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -42px;
            }

            .intro-text {
                max-height: 100px;
                overflow: hidden;
            }
        }

        .des-basic {
            width: 1140px;

            li {
                float: left;
                width: 380px;
                line-height: 2;
            }
        }

        .des-comfort {
            width: 970px;

            li {
                float: left;
                width: 380px;
                line-height: 2;
            }

            .comfort-block {
                width: 14px;
                height: 12px;
                border: 1px solid #1d1d1d;
                display: inline-block;
            }

            .comfort-block.cur {
                background: #1d1d1d;
            }
        }

        .material-detail {
            display: table;

            li {
                display: table-row;
            }

            li > * {
                padding: 15px 0;
                display: table-cell;
                vertical-align: middle;
            }

            p:first-child {
                width: 125px;
            }

            p > img {
                width: 125px;
                height: 50px;
            }

            .name {
                width: 146px;
                height: 50px;
                line-height: 25px;
                margin-right: 20px;
                border-right: 1px dotted #eaeceb;
                font-weight: bold;
                text-align: center;
                font-size: 16px;
                display: inline-block;
            }

            .text {
                width: 600px;
                line-height: 25px;
            }
        }

        .material-wash {
            text-align: center;
            border-top: 1px solid #eaeceb;
            padding-top: 15px;

            li {
                display: inline-block;
                padding: 0 20px;
                color: #666;
                border-left: 1px solid #eaeceb;
            }

            li:first-child {
                border-left: 0;
            }

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

            .wash-name {
                line-height: 1.5;
                height: 16px;
            }
        }

        .size-info {
            text-align: center;

            > table {
                margin: 0 auto;
                position: relative;
            }

            tr > * {
                height: 40px;
                text-align: center;
                vertical-align: middle;
            }

            th {
                background: #1d1d1d;
                color: #fff;
            }

            td {
                background: #f5f5f5;
                border: 1px solid #fff;
            }

            > p {
                font-size: 12px;
                color: #b0b0b0;
                line-height: 2;
                padding: 10px 0;
            }

            img {
                margin-top: -7px;
                display: inline-block;
                border: 1px solid #fff;
                border-radius: 50%;
                position: absolute;
                left: 20px;
            }

            .model-name {
                margin-left: 20px;
            }
        }

        .detail-content {
            text-align: center;
        }
    }

    .info-block {
        border: 1px solid #f3f3f3;
        padding: 40px 130px;
        margin-top: 80px;

        .block-title {
            height: 0;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            display: block;
            position: relative;
            top: -66px;

            .title-wrapper {
                line-height: 1.3;
                background: #fff;
                display: inline-block;
                padding: 0 20px;
            }

            .cn {
                font-size: 16px;
            }
        }
    }
}