_order.css 1.22 KB
.installment-order-page {
    background: #f0f0f0;

    .header {
        text-align: center;
        height: 90px;
        border-bottom: 1px solid #e1e1e1;
        background: #fff;
        position: fixed;
        width: 100%;

        li {
            display: inline-block;
            min-width: 120px;
            height: 90px;
            line-height: 90px;
        }
    }

    .order-list {
        border-top: 1px solid #e1e1e1;
        margin-top: 120px;
        background: #fff;

        li {
            padding: 20px 30px;
            height: 160px;
            border-bottom: 1px solid #e1e1e1;

            .image-box,
            .title-box,
            .date-box {
                float: left;
            }

            .title-box {
                margin-left: 22px;
                width: 220px;
                overflow: hidden;
            }

            .date-box {
                margin-top: 20px;
                color: #b1b1b1;
                font-size: 24px;
            }

            img {
                width: 90px;
                height: 120px;
            }

            .right-box {
                float: right;
                font-size: 27px;
                text-align: right;
            }
        }
    }
}