Blame view

public/scss/home/installment/_index.css 737 Bytes
王水玲 authored
1
@import "installment";
Aiden Xu authored
2
@import "starting-service";
3
@import "repayment-list";
Aiden Xu authored
4
@import "order";
王水玲 authored
5
@import "add-account";
郝肖肖 authored
6
@import "help";
徐炜 authored
7
@import "bank-card";
王水玲 authored
8
@import "card-detail";
Aiden Xu authored
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36

.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;
    }
}