_index.scss 1.09 KB
@import "login", "register";

.passport-page {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;

    .content {
        float: left;
        margin-top: 107px;
        padding-left: 85px;
    }

    .input {
        height: 43px;
        font-size: 16px;
        line-height: 1.2;
        width: 268px;
        border: 1px solid #dbdbdb;
        text-indent: 10px;
        color: #9a9a9a;
        color: rgba(0,0,0,.5);
    }

    .error {
        border-color: #f00 !important;
    }

    .btn {
        display: block;
        height: 46px;
        line-height: 46px;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: #ff1901;
        letter-spacing: 10px;
        font-size: 20px;
    }
}

.passport-cover {
    float: left;
    margin: 107px 0;
    width: 575px;

    .cover-content {
        width: 100%;
        height: 318px;
        padding: 50px 0;
        border-right: 1px solid #dfdfdf;
    }

    .cover-img {
        display: block;
        width: 252px;
        height: 190px;
        margin: 0 auto;
        margin-top: 50px;
    }
}