_repayment-list.css 7.06 KB
.repayment-list-page {
    padding-bottom: 100px;

    .repay-list li {
        height: 120px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;

        .cont {
            width: 320px;
            overflow: hidden;
            float: left;
            margin-top: 20px;

            p {
                line-height: 40px;
                font-size: 26px;
            }

            p:first-child {
                margin-left: 10px;
            }

            p:last-child {
                width: 100%;
                height: 40px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }

        .list-right {
            float: right;
            color: #b0b0b0;
            line-height: 118px;
            margin-right: 30px;
            font-size: 24px;

            a {
                color: #b0b0b0;
            }
        }

        .color-r {
            color: #d0021b;
            float: left;

            .iconfont {
                color: #d0021b;
                font-size: 24px;
            }
        }

        .iconfont {
            color: #e0e0e0;
            margin-left: 5px;
        }

        label {
            margin-left: 60px;
            width: 320px;
            height: 120px;
            float: left;
        }
    }

    .record-list li {
        height: 120px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 35px;
        box-sizing: border-box;

        .repay-time {
            width: 200px;
            line-height: 120px;
            float: left;
            padding-left: 30px;
            box-sizing: border-box;
        }

        .record-cont {
            width: 360px;
            height: 84px;
            float: left;
            overflow: hidden;
            margin: 0 0 0 30px;
            color: #444;

            p {
                line-height: 30px;
                font-size: 26px;

            }

            p:last-child {
                font-size: 22px;
            }
        }

        .right-status {
            float: left;
        }

        .record-right {
            float: right;
            color: #ccc;
            padding-right: 30px;
            line-height: 30px;
            text-align: right;

            .color-r {
                color: #d0021b;
            }

            .iconfont {
                position: relative;
                top: 18px;
                margin-left: 15px;
            }
        }
    }

    .installment-check-btn {
        & + label {
            &:before {
                margin-top: 40px;
            }
        }
    }

    .repay-now {
        width: 100%;
        background: #fff;
        height: 120px;
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
        line-height: 120px;
        font-size: 30px;

        span {
            color: #d0021b;
            padding-left: 15px;
        }
    }

    .repay-detail {
        background: #fff;
        border-top: 1px solid #e0e0e0;
        margin-top: 30px;

        .txt {
            color: #b0b0b0;
            line-height: 38px;
            font-size: 24px;
            text-align: center;
            padding: 80px 0 50px;
        }
    }

    .repay-status {
        width: 614px;
        margin: 35px auto 0;
        font-size: 30px;
        height: auto;
        overflow: hidden;

        li {
            float: left;
            width: 134px;
            text-align: center;
            margin: 0 30px;
            position: relative;

            span:first-child {
                padding-bottom: 5px;
                display: inline-block;
            }

            &:first-child:before {
                content: "";
                border: none;
            }

            &:before {
                content: "";
                position: absolute;
                bottom: 7px;
                left: -118px;
                width: 180px;
                border-bottom: 5px solid #b0b0b0;
            }

            &.on {
                .spot {
                    background: #444;
                }

                &:before {
                    border-color: #444;
                }
            }
        }

        .spot {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: #b0b0b0;
            display: block;
            margin: 0 auto;
        }
    }

    .contact-cs {
        width: 100%;
        position: fixed;
        bottom: 45px;
        text-align: center;
        color: #444;
        font-size: 28px;
    }
}

.installment-overdue-notice {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9;

    .mask-bg {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .notice-area {
        width: 540px;
        background: #fafafa;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -260px 0 0 -270px;

        .notice-cont {
            padding: 40px;
        }

        h2 {
            font-weight: bold;
            text-align: center;
            font-size: 30px;
            color: #444;
            padding-bottom: 4px;
        }

        p {
            font-size: 24px;
            color: #444;
            line-height: 38px;
        }

        .think-ok {
            width: 100%;
            border-top: 1px solid #c5c5c5;
            height: 90px;
            line-height: 90px;
            box-sizing: border-box;
            text-align: center;
            color: #d1021c;
            font-size: 34px;
        }
    }
}

.repayment-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 115px;
    border-top: 1px solid #e0e0e0;

    label {
        margin-left: 75px;
        width: 320px;
        height: 120px;
        float: left;
    }

    .installment-check-btn {
        & + label {
            &:before {
                margin-top: 36px;
            }
        }
    }

    .repayment-btn {
        width: 170px;
        height: 88px;
        background: #d2000d;
        color: #fff;
        text-align: center;
        line-height: 88px;
        font-size: 26px;
        margin: 13px 30px 0 0;
        border: none;
        float: right;
        border-radius: 8px;
    }

    .repay-price {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
        margin-left: 25px;

        span {
            color: #d2000d;
        }
    }

    .serve-price {
        color: #b0b0b0;
        line-height: 40px;
        font-size: 26px;
        display: none;
        margin-left: 25px;
    }
}

.account-page {
    .account-list {
        height: 120px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;

        li {
            color: #444;
            font-size: 26px;
            line-height: 120px;
            padding: 0 30px;
            box-sizing: border-box;

            .list-right {
                float: right;
                color: #b1b1b1;
            }
        }
    }
}