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

    .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: 0px;
        right: 0px;
        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;
        margin: 15px 0 10px;
        min-height: 50px;
        color: #444;
        font-size: 22px;
        line-height: 30px;
        height: 60px;
        padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */
    }
    .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;
        }
        .students-price-tag {
            text-align: center;
            background: resolve('product/price-tag.png') no-repeat center;
            background-size: contain;
            color: #fff;
            font-size: 18px;
            width: 77px;
            height: 26px;
            padding:2px 5px;
        }
    }
    .student-price {
        .market-price {
            margin: 0px;
            display: block;
            font-size: 18px;
            margin-top: 5px;
        }
    }
}

.goods-container {
    position: relative;
    padding-top: 8px;
    padding-left: 15px;
    min-height: 880px;
}