back-mobile-new.page.css 4.4 KB
@import "layout/img-check";

@define-extend padding-75 {
    padding-left: 75px;
    padding-right: 75px;
}

$top-bar-font-color:    #444;
$disable-gray:          #b0b0b0;
$active-gray:           #444;

.back-mobile-new-page {
    @extend padding-75;

    .active {
        background-color: $active-gray !important;
    }

    .hide {
        display: none;
    }

    .iconfont {
        color: #444;
    }

    .top-operation-bar {
        width: 600px;
        height: 50px;
        margin-top: 50px;
        color: $top-bar-font-color;

        > button {
            width: 50px;
            background-color: transparent;
            font-size: 45px;
            overflow: hidden;
            padding: 0;
            text-align: center;

            &.back {
                float: left;
            }

            &.close {
                float: right;
            }
        }

        > .page-title {
            width: 500px;
            font-size: 34px;
            text-align: center;
            display: inline-block;
            margin-top: 7px;
        }
    }

    .back-mobile-form {
        margin-top: 100px;

        > .form-group {
            border-bottom: 1px solid #e0e0e0;
            height: 50px;

            > label {
                font-size: 26px;
                margin-right: 36px;
            }

            > input {
                width: 400px;
                border: none;
                box-shadow: none;
                background-color: transparent;

                &.mobile-input {
                    width: 280px;
                }

                &.verify-code-input {
                    width: 260px;
                }
            }

            > i {
                float: right;

                &.line {
                    float: none;
                    margin-right: 20px;
                }
            }

            &.mobile {
                margin-bottom: 62px;

                > label {
                    margin-right: 30px;
                }

                > .country-select {
                    width: 140px;
                    appearance: none;
                    border: none;
                    background-color: transparent;
                }

                > .arrow-icon {
                    color: #444;
                    float: none;
                    font-size: 12px;
                }

                > .clear {
                    color: #e0e0e0;
                    margin-right: 4px;
                    margin-top: 10px;
                }
            }

            &.password > .eye {
                width: 30px;
                text-align: center;
                float: right;

                > i {
                    color: #e0e0e0;
                }
            }

            .country-code {
                width: 98px;
                height: 22px;
                font-size: 28px;
                line-height: 1.14;
                color: #444;
                background-color: transparent;
                margin-right: 20px;
            }

            > .get-verify-code {
                padding: 0 16px;
                height: 50px;
                line-height: 50px;
                border-radius: 25px;
                background-color: $disable-gray;
                color: #fff;
                font-size: 22px;
                float: right;
                margin-top: -8px;
            }
        }

        > .verify-code {
            margin-bottom: 62px;
        }

        .full-img-verify {
            margin-top: 40px;

            .img-check {
                background-color: #fff;
                margin-top: 0;
                margin-bottom: 0;

                .img-check-header > span {
                    color: #444;
                    font-size: 21.9px;
                    line-height: 1.5;
                }

                .img-check-header > .img-check-refresh {
                    color: #d0021b;
                }

                .img-check-main > .img-check-pics > .img-check-pic {
                    width: 136.6px;
                    height: 136.8px;
                    background-color: #fff;
                    border: solid 1px #e0e0e0;
                }
            }
        }

        .back-mobile-reset-btn {
            width: 600px;
            height: 70px;
            border-radius: 4px;
            background-color: $disable-gray;
            margin-top: 40px;
            font-size: 32px;
            color: #fff;
        }
    }
}