_bind-dialog.css 1.08 KB
.bind-info-wrapper {
    .iconfont {
        font-size: 25px;
    }

    .title {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .title2 {
        font-size: 20px;
        margin-bottom: 55px;
    }

    .question {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .subtitle {
        font-size: 16px;
        color: #999;
        margin-top: 24px;
        margin-bottom: 43px;
    }

    .bind-btn-cancel {
        border-radius: 3px;
        width: 120px;
        height: 35px !important;
        line-height: 35px !important;
        color: #999;
        border: solid 1px #999 !important;
        padding: 0 !important;
    }

    .bind-btn-ok {
        width: 120px;
        height: 35px !important;
        color: white;
        background: #444;
        border-radius: 3px;
        line-height: 35px !important;
        border: solid 1px #444 !important;
        padding: 0 !important;
        margin-left: 38px !important;
    }

    min-width: 320px !important;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 40px;
}