order-list.scss 1.22 KB
.service-chat {
    #order-list-wrap {
        display: none;
        background: #f0f0f0;
    }

    .order-page {
        .send-order {
            border-top: 1px solid #e0e0e0;
            padding: 30px;
        }

        .send-order-btn {
            float: right;
            height: 60px;
            width: 145px;
            line-height: 60px;
            padding: 0;
            text-align: center;
            font-size: 28px;
            color: #fff;
            background: #d0021b;
            border-radius: 5PX;
        }
    }

    .no-orders {
        margin-top: 100px;
        text-align: center;

        img {
            width: 153px;
            height: 196px;
        }

        p {
            font-size: 24px;
            margin-top: 24px;
            margin-bottom: 60px;
        }

        a {
            display: inline-block;
            height: 80px;
            line-height: 80px;
            width: 70%;
            color: #fff;
            background-color: #444;
            border-radius: 5PX;
        }
    }

    .no-orders-pic {
        display: inline-block;
        width: 153px;
        height: 196px;
        background: url("img/home/no-order.png") no-repeat;
        background-size: 100%;
    }
}