_suspend-cart.css 709 Bytes
.suspend-cart {
    position: fixed;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    right: 30px;
    bottom: 140px;
    z-index: 10;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .iconfont {
        color: #fff;
        font-size: 36px;
    }

    .cart-count {
        position: absolute;
        top: -24px;
        right: -20px;
        width: 72px;
        height: 72px;
        font-size: 40px;
        line-height: 72px;
        color: #fff;
        background: #f03d35;
        text-align: center;
        border-radius: 50%;
        transform: scale(0.5);
    }
}