_detail.css 1.98 KB
.bundle-body {
    background-color: #f0f0f0;
    min-height: 1000px;
}

.bundle-detail-goods {
    width: 100%;
    height: 248px;
    overflow: hidden;
    padding: 20px 30px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;

    .goods-img {
        float: left;
        margin-right: 30px;

        img {
            width: 155px;
            height: 206px;
            overflow: hidden;
        }
    }

    .goods-info {
        float: left;
        width: 390px;

        p {
            line-height: 60px;
        }

        .title {
            width: 350px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            color: #444;
        }

        .count {
            float: right;
            color: #b0b0b0;
        }

        .select-btn {
            padding: 10px;
            border: 1px #e0e0e0 solid;
            color: #444;

            i {
                color: #e0e0e0;
            }
        }

        .price {
            color: #d0021b;
        }
    }
}

.bundle-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 15px 30px;

    .bundle-bar-md {
        width: 400px;
        display: inline-block;
        text-align: right;

        .bundle-discount {
            color: #d0021b;
            border: solid 1px #d0021b;
            border-radius: 3px;
            font-size: 0.6em;
            padding: 0 2px;
        }

        .bundle-price {
            color: #d0021b;
            font-size: 1.2em;
            font-weight: 600;
        }

        .sale-price {
            color: #b3b3b3;
            font-size: 0.8em;
            text-decoration: line-through;
        }
    }

    .bundle-buy-btn {
        float: right;
        background-color: #d0021b;
        color: #fff;
        border: solid #d0021b;
        border-radius: 5px;
        padding: 20px;
        font-size: 1.2em;
    }
}

.chose-panel-top {
    height: 160px;
}