_index.css 737 Bytes
@import "installment";
@import "starting-service";
@import "repayment-list";
@import "order";
@import "add-account";
@import "help";
@import "bank-card";
@import "card-detail";

.no-result {
    .result-icon {
        width: 153px;
        height: 197px;
        background: resolve("home/review-img-3.png") no-repeat;
        background-size: contain;
        margin: 198px auto 36px;
        display: block;
    }

    .txt {
        text-align: center;
        color: #444;
    }

    .guang-btn {
        width: 472px;
        height: 88px;
        background: #444;
        color: #fff;
        text-align: center;
        line-height: 88px;
        border-radius: 6px;
        margin: 110px auto 0;
        display: block;
    }
}