_addCart.scss 2.16 KB
.addCartBox {
    background-color: $YOHO-white-color;
    padding: 0 10px;
}

.goodsTitle {
    line-height: 44px;
    font-size: 14px;
}
.addCartGroup {
    padding: 0 0 0 60px;
    margin-bottom: 10px;
    position: relative;
    .addCartLabel {
        position: absolute;
        left: 0;
        top: 15px;
    }
}
.addCartChooseColor {
    overflow: hidden;
    li {
        position: relative;
        float: left;
        margin: 0 10px 10px 0;
    }
    li.active:after {
        background: url("../img/right.png") right bottom no-repeat;
        background-size: 19px 19px;
        border: 1px solid $YOHO-red-color;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top:0;
        @include box-sizing(border-box);
    }
}

.addCartSizeList {
    overflow: hidden;
    li {
        position: relative;
        float: left;
        margin: 0 10px 10px 0;
        border: 1px solid $YOHO-black-color;
        height: 42px;
        width: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 14px;
    }
    li.active {
        border-color: $YOHO-red-color;
    }
    li.active:after {
        background: url("../img/right.png") right bottom no-repeat;
        background-size: 19px 19px;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top:0;
        @include box-sizing(border-box);
    }
}

.addCartMinus,.addCartPlus,.addCartNumber {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border: 1px solid $YOHO-dot-color;
    font-size: 14px;
}

.addCartNumber {
    width: 50px;
    font-size: 18px;
    border-radius: 0;
    line-height: 20px;
}

.t30 {
    top: 30px !important;
}

.addCartButton {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: $YOHO-white-color;
    background-color: $YOHO-red-color;
    font-weight: bold;
    margin-bottom: 10px;
}

.pl5 {
    padding-left: 5px;
}
.errorAddCart {
    width: 196px !important;
    height: 37px !important;
    line-height: 37px;
    margin: 0;
}