_good.css 3.23 KB
.good-info {
    float: left;
    width: 276px;
    height: 506px;
    margin: 10px 15px 40px;

    .tag-container {
        height: 28px;
        width: 100%;
        overflow: hidden;

        .good-tag {
            display: block;
            float: left;
            height: 28px;
            font-size: 18px;
            text-align: center;
            line-height: 28px;
            box-sizing: border-box;
            margin-right: 4px;

            &:last-child {
                margin-right: 0;
            }
        }

        .new-tag {
            width: 60px;
            background-color: #78dc7e;
            color: #fff;
        }

        .renew-tag {
            width: 90px;
            background-color: #78dc7e;
            color: #fff;
        }

        .sale-tag {
            width: 60px;
            background-color: #ff575c;
            color: #fff;
        }

        .new-festival-tag {
            width: 90px;
            background-color: #000;
            color: #fff;
        }

        .limit-tag {
            width: 100px;
            border: 1px solid #000;
            color: #000;
        }
    }
}

.good-detail-img {
    position: relative;
    height: 368px;

    .good-islike {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        line-height: 60px;
        font-size: 30px;
        text-align: center;
        color: #b0b0b0;
        text-decoration: none;
    }

    .good-like {
        color: #d72928;
    }

    img {
        display: block;
        width: 100%;
        height: 368px;
    }

    .few-tag {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 28px;
        background: #ffac5b;
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        text-align: center;
    }
}

.good-detail-text {
    .name a {
        display: block;
        min-height: 60px;
        font-size: 22px;
        color: #444;
        margin: 20px 0;
    }

    .price {
        line-height: 22px;
        font-size: 22px;

        .sale-price {
            color: #d62927;
        }

        .sale-price.no-price {
            color: #000;
        }

        .market-price {
            margin: 0 0 0 5px;
            color: #b0b0b0;
            text-decoration: line-through;
        }
    }

    .vip-grade {
        width: 52px;
        height: 32px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: text-bottom;
    }

    .vip-grade-golden {
        background: resolve('product/golden.png') no-repeat;
        background-size: contain;
    }

    .vip-grade-platinum {
        background: resolve('product/platinum.png') no-repeat;
        background-size: contain;
    }

    .vip-grade-silver {
        background: resolve('product/silver.png') no-repeat;
        background-size: contain;
    }

    .vip-info {
        margin-top: 19px;
        line-height: 32px;
        font-size: 18px;
        color: #444;

        .vip-icon {
            width: 88px;
            height: 32px;
            background: resolve('product/vip-icon.png') no-repeat;
            background-size: contain;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 8px;
        }
    }
}