index.less 5.94 KB
Newer Older
王万里's avatar
王万里 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


@keyframes waving {
    from {
        top: 0;
    }

    to {
        top: 10px;
    }
}

@keyframes waving2 {
    from {
        left: 0;
    }

    to {
        left: -9999px;
    }
}

王万里's avatar
王万里 committed
23
.erlianhaotelogin {
王万里's avatar
王万里 committed
24
    width: 100%;
王万里's avatar
王万里 committed
25
    height: 100%;
王万里's avatar
王万里 committed
26
    background: url('./images/9.png') no-repeat center;
王万里's avatar
王万里 committed
27 28 29 30 31
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
王万里's avatar
王万里 committed
32 33
    display: flex;
    justify-content: center;
王万里's avatar
王万里 committed
34
    align-items: center;
王万里's avatar
王万里 committed
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
    .inner-bg {
        // width: 78%;
        width: 100%;
        margin: 16% 11% 25% 11%;
    
    
        &>div {
            width: 70%;
            margin: 0 auto;
        }
    }
    
    .inner-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1100px;
        height: 646px;
        margin-left: -550px;
        margin-top: -298px;
王万里's avatar
王万里 committed
55
        background: url('./images/7.png') no-repeat top;
王万里's avatar
王万里 committed
56 57 58 59 60 61 62 63
        background-size: 100% 100%;
        display: flex;
        align-items: flex-end;
    }
    
    .left-imgbox {
        width: 682px;
        height: 596px;
王万里's avatar
王万里 committed
64
        background: url('./images/6.gif') no-repeat center;
王万里's avatar
王万里 committed
65 66 67 68 69 70 71 72 73 74
        background-size: 100% 100%;
        background-clip: border-box;
    }
    
    .img-wrapper {
        width: 388px;
        height: 134px;
        background: url('./images/1.png') no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 48px;
王万里's avatar
王万里 committed
75 76
    }

王万里's avatar
王万里 committed
77 78 79 80 81 82 83 84 85 86
    .inner-bg img[role="logo"] {
        height: 40px;
    }
    
    .inner-bg .title {
        font-size: 27px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
    }
王万里's avatar
王万里 committed
87

王万里's avatar
王万里 committed
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    .inner-center {
        width: 418px;
        height: 596px;
        border-radius: 0px 0px 15px 15px;
        display: flex;
        flex-flow: column;
        align-items: center;
王万里's avatar
王万里 committed
103
    }
王万里's avatar
王万里 committed
104 105 106 107
    
    .welcome-title{
        width: 100%;
        height: 178px;
王万里's avatar
王万里 committed
108 109
        display: flex;
        justify-content: center;
王万里's avatar
王万里 committed
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
        align-items: flex-end;
    }
    
    .formgroup2 {
        display: flex;
        align-items: center;
        display: flex;
        margin: 0px 5.5%;
        margin-bottom: 10%;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .APPcodeBox {
        width: 100%;
        display: flex;
        flex-flow: column;
王万里's avatar
王万里 committed
127
        align-items: center;
王万里's avatar
王万里 committed
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
        cursor: pointer;
        position: relative;
    }
    
    .APPCtext {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.75;
    }
    
    .APPCimg {
        width: 138px;
        height: 150px;
        background: url('./images/3.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: none;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 23px 11px 12px;
    
        span {
            font-size: 12px;
            opacity: 0.75;
王万里's avatar
王万里 committed
157
        }
王万里's avatar
王万里 committed
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
    }
    
    .APPcodeBox:hover .APPCtext {
        color: #1685FF;
    }
    
    .APPcodeBox:hover .APPCimg {
        display: flex;
    }
    
    .APPCimg .codeCase {
        text-align: center;
        padding-top: 32px;
    }

    .login-header{
        width: 100%;
        position: absolute;
        top: 20px;
        padding: 0 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    
        .left-title{
            
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 140px;
                font-size: 36px;
王万里's avatar
王万里 committed
193
                font-family: Microsoft YaHei;
王万里's avatar
王万里 committed
194
                font-weight: 300;
王万里's avatar
王万里 committed
195 196
                color: #FFFFFF;
            }
王万里's avatar
王万里 committed
197 198 199 200 201 202 203 204 205 206 207 208 209 210
            .curr-week-date{
                margin-left: 10px;
                .curr-week{
                    font-size: 16px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
                .curr-date{
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
王万里's avatar
王万里 committed
211 212
            }
        }
王万里's avatar
王万里 committed
213

王万里's avatar
王万里 committed
214
    }
王万里's avatar
王万里 committed
215

王万里's avatar
王万里 committed
216 217
    
}
王万里's avatar
王万里 committed
218

王万里's avatar
王万里 committed
219 220
:global{
    .erlianhaote{
王万里's avatar
王万里 committed
221 222 223 224
        .@{ant-prefix}src-pages-user-login-components-login-index-login {
            .@{ant-prefix}src-pages-user-login-components-login-index-prefixIcon{
                color: #00BDA0;
            }
王万里's avatar
王万里 committed
225
        }
王万里's avatar
王万里 committed
226 227 228 229 230 231 232
    
        .@{ant-prefix}src-pages-user-login-components-login-index-login {
            .@{ant-prefix}src-pages-user-login-components-login-index-submit{
                background-color: #00BDA0;
                border-color: #00BDA0;
                border-radius: 20px;
            }
王万里's avatar
王万里 committed
233
        }
王万里's avatar
王万里 committed
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
    
        .@{ant-prefix}-checkbox-checked::after{
            border: 1px solid #00BDA0 !important;
        }
    
        .@{ant-prefix}-checkbox-checked {
            .@{ant-prefix}-checkbox-inner {
                background-color: #00BDA0 !important;
                border-color: #00BDA0 !important;
            }
        }
    
        .@{ant-prefix}-input-affix-wrapper:not(.@{ant-prefix}-input-affix-wrapper-disabled):hover{
            border-color: #00BDA0 !important;
        }
    
        .@{ant-prefix}-checkbox-wrapper:hover 
        .@{ant-prefix}-checkbox-inner, 
        .@{ant-prefix}-checkbox:hover .@{ant-prefix}-checkbox-inner, 
        .@{ant-prefix}-checkbox-input:focus + .@{ant-prefix}-checkbox-inner {
            border-color: #00BDA0 !important;
        }
    
        .@{ant-prefix}-btn-primary:hover, .@{ant-prefix}-btn-primary:focus{
王万里's avatar
王万里 committed
258 259 260
            background-color: #00BDA0 !important;
            border-color: #00BDA0 !important;
        }
王万里's avatar
王万里 committed
261 262
    }
}
王万里's avatar
王万里 committed
263

王万里's avatar
王万里 committed
264 265 266 267