bind-mobile.page.css 531 Bytes
@import "mobile-form-login";

.passport-bind-page {
    background-color: #fff;

    .safety-tip {
        line-height: 70px;
        height: 70px;
        padding: 0 30px;
        font-size: 24px;
        background-color: #ff575c;
        color: #fff;
        opacity: 0.8;
    }
}

.s-dialog-bind {
    .bind-title {
        font-size: 28px;
        text-align: center;
        color: #444;
    }

    .bind-subtitle {
        font-size: 24px;
        text-align: left;
        color: #b0b0b0;
        margin-top: 25px;
    }
}