card-detail.scss 3.34 KB
.card-detail-page {
    .card-detail {
        font-family: "黑体", sans-serif;
        width: 100%;
        height: 120px;
        background: #ff575c;
        color: #fff;
    }

    .card-icon {
        width: 80px;
        height: 80px;
        float: left;
        margin: 20px 0 0 30px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .card-icon-abc {
        background-image: url("img/home/bank-icons/b-ABC.png");
    }

    .card-icon-boc {
        background-image: url("img/home/bank-icons/b-BOC.png");
    }

    .card-icon-ccb {
        background-image: url("img/home/bank-icons/b-CCB.png");
    }

    .card-icon-ceb {
        background-image: url("img/home/bank-icons/b-CEB.png");
    }

    .card-icon-cgb {
        background-image: url("img/home/bank-icons/b-CGB.png");
    }

    .card-icon-cib {
        background-image: url("img/home/bank-icons/b-CIB.png");
    }

    .card-icon-citic {
        background-image: url("img/home/bank-icons/b-CITIC.png");
    }

    .card-icon-cmbc {
        background-image: url("img/home/bank-icons/b-CMBC.png");
    }

    .card-icon-icbc {
        background-image: url("img/home/bank-icons/b-ICBC.png");
    }

    .card-icon-payh {
        background-image: url("img/home/bank-icons/b-PAYH.png");
    }

    .card-icon-psbc {
        background-image: url("img/home/bank-icons/b-PSBC.png");
    }

    .card-right {
        float: left;
        margin-left: 10px;

        .bank-name {
            font-size: 30px;
            margin-top: 20px;
        }

        .card-no {
            font-size: 26px;
            font-style: normal;
        }
    }

    .card-info {
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-left: 30px;
        box-sizing: border-box;

        li {
            height: 88px;
            border-bottom: 1px solid #e0e0e0;
            line-height: 88px;

            .txt-label {
                width: 220px;
                text-align: left;
                font-size: 34px;
                color: #444;
                float: left;
            }

            .info-right {
                float: left;
                color: #444;
                font-size: 28px;
            }
        }

        li:last-child {
            border-bottom: none;
        }
    }

    .tip-cont {
        p {
            color: #b0b0b0;
            font-size: 22px;
            line-height: 30px;
            padding: 25px 25px 0;
        }

        .card-btn {
            width: 656px;
            margin: 94px auto 0;
            font-size: 28px;
            line-height: 88px;
        }

        span {
            float: left;
            width: 312px;
            height: 88px;
            border-radius: 10px;
            text-align: center;
            cursor: pointer;
        }

        .relieve-btn {
            background: #fff;
            border: 1px solid #444;
            color: #444;
            margin-right: 30px;
        }

        .relieve-btn:active {
            background: #dedede;
            border: 1px solid #adadad;
        }

        .change-btn {
            background: #444;
            color: #fff;
        }

        .change-btn:active {
            background: #2b2b2b;
        }
    }
}

.installment-body {
    .dialog-box {
        background: #fff !important;
    }
}