_good.scss 2.75 KB
.shopping-cart-good {
    position: relative;
    padding-left: 16rem / $pxConvertRem;

    .checkbox {
        position: absolute;
        top: 50%;
        margin-top: -14rem / $pxConvertRem;
        font-size: 28rem / $pxConvertRem;
        color: #f0f0f0;

        &.icon-cb-checked {
            color: #000;
        }
    }

    .info {
        float: left;
        margin-left: 50rem / $pxConvertRem;
        padding: 16rem / $pxConvertRem 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .thumb {
        float: left;
        width: 120rem / $pxConvertRem;
        height: 160rem / $pxConvertRem;
    }
    
    .deps {
        margin-left: 135rem / $pxConvertRem;
        padding-right: 20rem / $pxConvertRem;
    }

    .name {
        font-size: 28rem / $pxConvertRem;
    }
    
    .row:nth-child(2) {
        font-size: 22rem / $pxConvertRem;
        height: 45rem / $pxConvertRem;
        line-height: 45rem / $pxConvertRem;

        > span {
            margin-right: 15rem / $pxConvertRem;
        }
    }

    .row:nth-child(3) {
        position: relative;
    }

    .color, .size {
        color: #b6b6b6;
    }

    .appear-date {
        color: #e01;
    }

    .price {
        font-size: 24rem / $pxConvertRem;
        color: #000;
    }

    .count {
        font-size: 20rem / $pxConvertRem;
        color: #999;
        margin-left: 22rem / $pxConvertRem;
    }

    .sold-out, .low-stocks {
        display: inline-block;
        width: 100rem / $pxConvertRem;
        height: 30rem / $pxConvertRem;
        line-height: 30rem / $pxConvertRem;
        font-size: 22rem / $pxConvertRem;
        border: none;
        color: #fff;
        text-align: center;
        margin-left: 16rem / $pxConvertRem;
    }

    .sold-out {
        background: #999;
    }

    .low-stocks {
        background: #e01;
    }

    .icon-del,
    .icon-edit {
        position: absolute;
        color: #ccc;
        font-size: 30rem / $pxConvertRem;
    }

    .icon-del {
        right: 14rem / $pxConvertRem;
    }

    .icon-edit {
        right: 72rem / $pxConvertRem;
    }

    .opt-panel {
        position: absolute;
        width: 220rem / $pxConvertRem;
        right: 0;
        top: 0;
        bottom: 0;

        color: #fff;

        > div {
            float: left;
            box-sizing: border-box;
            width: 110rem / $pxConvertRem;
            height: 100%;
            text-align: center;
            padding: 40rem / $pxConvertRem 20rem / $pxConvertRem 0;
            font-size: 15px;
        }

        span {
            display: block;
        }

        .put-in-favorite {
            background: #bbb;

        }

        .del {
            background: #999;

            .iconfont {
                margin-bottom: 20rem / $pxConvertRem;
            }
        }
    }
}