bank-card.scss 2.81 KB
.bank-card-page {
    .bank-card-list {
        padding: 30px 30px 0;
    }

    .card-tips {
        width: 100%;
        height: 88px;
        background-color: #ff8080;
        font-size: 24px;
        padding: 10px 25px;

        .left {
            float: left;
            height: 68px;
            line-height: 34px;
            font-size: 24px;
            color: #fff;
        }

        .right {
            float: right;
            width: 170px;
            height: 68px;
            line-height: 68px;
            text-align: right;

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

    .card-nav {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
        position: relative;
        background: #000;
        border-radius: 10px;
        background-size: contain;
        display: block;

        span {
            position: absolute;
            right: 30px;
            bottom: 30px;
            color: #fff;
            font-size: 40px;
        }

        .out-of-service {
            width: 120px;
            height: 40px;
            border-radius: 6px;
            background-color: #fff;
            font-size: 24px;
            color: #ff575c;
            line-height: 40px;
            text-align: center;
            position: absolute;
            top: 20px;
            right: 20px;
        }
    }

    .card-bg-abc {
        background: url("img/home/bank-icons/bank-ABC.png") no-repeat;
        background-size: contain;
    }

    .card-bg-boc {
        background: url("img/home/bank-icons/bank-BOC.png") no-repeat;
        background-size: contain;
    }

    .card-bg-ccb {
        background: url("img/home/bank-icons/bank-CCB.png") no-repeat;
        background-size: contain;
    }

    .card-bg-cgb {
        background: url("img/home/bank-icons/bank-CGB.png") no-repeat;
        background-size: contain;
    }

    .card-bg-cib {
        background: url("img/home/bank-icons/bank-CIB.png") no-repeat;
        background-size: contain;
    }

    .card-bg-citic {
        background: url("img/home/bank-icons/bank-CITIC.png") no-repeat;
        background-size: contain;
    }

    .card-bg-cmbc {
        background: url("img/home/bank-icons/bank-CMBC.png") no-repeat;
        background-size: contain;
    }

    .card-bg-ceb {
        background: url("img/home/bank-icons/bank-CEB.png") no-repeat;
        background-size: contain;
    }

    .card-bg-icbc {
        background: url("img/home/bank-icons/bank-ICBC.png") no-repeat;
        background-size: contain;
    }

    .card-bg-payh {
        background: url("img/home/bank-icons/bank-PAYH.png") no-repeat;
        background-size: contain;
    }

    .card-bg-psbc {
        background: url("img/home/bank-icons/bank-PSBC.png") no-repeat;
        background-size: contain;
    }
}