_cart.css 4.86 KB
.cartnew-tips {
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    font-size: 12px;

    .tipsbox {
        width: 648px;
        height: 23px;
        line-height: 18px;
        padding: 4px 5px 4px 10px;
        color: #666;
        background: url(http://static.yohobuy.com/images/cartnew_tipsbox.png) no-repeat;
        position: relative;
        float: left;

        .btn_close {
            width: 17px;
            height: 17px;
            padding: 0px;
            background: url(http://static.yohobuy.com/images/i_close_f.png) no-repeat;
            float: right;
            cursor: pointer;
        }

        strong {
            color: #000;
            font-weight: bold;
        }

        a {
            color: #468fa2;
        }
    }
}

.pay-wapper {
    position: relative;

    .cart-product-num {
        font-size: 12px;
        text-align: left;
        height: 33px;
        line-height: 33px;
        background: #f8f8f8;
        padding: 0 10px;

        input {
            position : relative;
            top: 2px;
        }
    }

    input.cart-item-check {
        float: left;
        margin-top: 25px;
    }

    .adjust-cart-num {

        input {
            width: 30px;
            margin: 0 5px;
            text-align: center;
        }
        .plus, .minus {
            display: inline-block;
            width: 11px;
            height: 11px;
            cursor: pointer;
        }

        .plus {
            background: url(/order/save/plus.png);
        }

        .minus {
            background: url(/order/save/minus.png);
        }
    }
    .cart-del-btn,.cart-remove-btn {
        height: 22px;
        line-height: 21px;
        padding:0 10px;
        display: inline-block;
        cursor: pointer;
        color: #666;
        position: relative;

        span {
            position : relative;
            z-index: 100;
        }

        &:after {
            content: '';
            display: block;
            width: 16px;
            height: 100%;
            background: url(/order/save/btn_hs_03.png);
            position: absolute;
            right: 0;
            top: 0;
            z-index: 10;
            background-repeat: no-repeat;
        }

        &:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: url(/order/save/btn_hs_01.png);
            position : absolute;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
        }
    }
}

.cartnew-sum {
    background: #efefef;
    border: 1px #ccc solid;
    padding: 10px;
    margin-bottom: 10px;
    zoom: 1;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    font-size: 12px;

    .left {
        float: left;

        a {
            color: #333;
            margin-left: 20px;
        }
        input {
            position: relative;
            top: 2px;
        }
    }

    .right {
        float: right;
        text-align: right;

        strong {
            color: #e8044f;
            font-size: 18px;
        }
    }

    .sum {
        color: #333;
        font-weight: bold;
        padding-bottom: 5px;
    }
}

.cartnew-submit {
    padding: 10px 0 40px 0;
    text-align: right;
    position: relative;

    .btn_continue {
        width: 60px;
        height: 33px;
        padding: 0px 0px 0px 33px;
        text-align: left;
        border: 0px;
        line-height: 33px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        background: url(/order/save/cart_01.png);
        display: inline-block;
        cursor: pointer;
        float: left;
    }

    .btn_account {
        width: 133px;
        height: 33px;
        padding: 0;
        text-align: center;
        border: 0;
        line-height: 33px;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        background: url(/order/save/cart_02.png);
        display: inline-block;
        cursor: pointer;
        float: right;
    }

    .go_cash_tips {
        font-size: 12px;
        width: 200px;
        padding: 5px 7px 0 28px;
        height: 45px;
        position: absolute;
        right: 135px;
        top: 10px;
        text-align: left;
        color: #e8044f;
        background: url(/order/save/cart_03.png);
        display: block;
    }

    .btn_account_disabled {
        width: 133px;
        height: 33px;
        padding: 0;
        text-align: center;
        border: 0;
        line-height: 33px;
        font-size: 14px;
        color: #ccc;
        font-weight: bold;
        background: url(/order/save/cart_04.png);
        display: inline-block;
        cursor: pointer;
        display: none;
    }
}