Blame view

public/scss/passport/international-new.page.css 3.8 KB
郭成尧 authored
1 2
@import "layout/img-check";
郭成尧 authored
3 4 5 6 7 8
@define-extend padding-75 {
    padding-left: 75px;
    padding-right: 75px;
}

$top-bar-font-color: #444;
郭成尧 authored
9
$disable-gray: #b0b0b0;
郭成尧 authored
10 11 12 13

.international-new-page {
    @extend padding-75;
郭成尧 authored
14 15 16 17 18
    input:-webkit-autofill {
        background-color: transparent;
        background-image: none;
    }
郭成尧 authored
19 20 21 22
    .iconfont {
        color: #444;
    }
郭成尧 authored
23 24 25 26
    .active {
        background-color: #444 !important;
    }
郭成尧 authored
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
    .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;
        }
    }

    .international-form {
        margin-top: 100px;

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

            > label {
                font-size: 26px;
郭成尧 authored
69
                margin-right: 36px;
郭成尧 authored
70 71 72 73 74 75 76 77 78
            }

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

                &.mobile-input {
郭成尧 authored
79
                    width: 290px;
郭成尧 authored
80 81 82 83 84 85 86 87 88 89 90 91
                }
            }

            > i {
                float: right;

                &.line {
                    float: none;
                    margin-right: 20px;
                }
            }
郭成尧 authored
92
            &.mobile {
郭成尧 authored
93
                > label {
郭成尧 authored
94
                    margin-right: 30px;
郭成尧 authored
95 96 97
                }

                > .country-select {
郭成尧 authored
98
                    width: 140px;
郭成尧 authored
99 100 101 102 103 104 105 106 107 108 109 110 111
                    appearance: none;
                    border: none;
                    background-color: transparent;
                }

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

                > .clear {
                    color: #e0e0e0;
郭成尧 authored
112
                    margin-right: 4px;
郭成尧 authored
113
                    margin-top: 10px;
郭成尧 authored
114
                }
郭成尧 authored
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
            }

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

        .international-login-btn {
            width: 600px;
            height: 70px;
            border-radius: 4px;
郭成尧 authored
142
            background-color: $disable-gray;
郭成尧 authored
143
            margin-top: 40px;
郭成尧 authored
144 145 146 147
            font-size: 32px;
            color: #fff;
        }
    }
郭成尧 authored
148 149

    .full-img-verify {
郭成尧 authored
150
        margin-top: 40px;
郭成尧 authored
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169

        .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 {
                background-color: #fff;
                border: solid 1px #e0e0e0;
郭成尧 authored
170
                transform: scale(0.91);
郭成尧 authored
171 172 173
            }
        }
    }
郭成尧 authored
174
}