index.less 7.82 KB

.gaoyaologin {
    width: 100%;
    height: 100%;
    background: url('./images/8.png') no-repeat;
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .login-block {
        width: 500px;
        margin: 60px 0 150px 0;
        position: relative;
        .login-form {
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 4px;
            box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
            padding: 50px;
            & > div {
                width: 100%;
            }

            .rememberpwd input[type="checkbox"] {
                width: 16px;
                height: 16px;
            }
            
            .form-group input {
                font-size: 16px;
            }
            
            .rememberpwd span {
                position: relative;
                top: -3px;
            }
            
            button[type="submit"] {
                width: 100%;
                background-color: #35B2F1 !important;
                border: none !important;
                color: #fff !important;
                outline: none !important;
                border-color: transparent !important;
            }
            
            .glyphicon {
                color: #35B2F1;
            }
            
            .input-group-addon {
                background-color: #fff;
            }
            
            .input-lg,
            .btn-lg {
                height: 40px;
            }
        }
        .loginCcode {
            width: 34px;
            height: 34px;
            position: absolute;
            right: -34px;
            background: rgba(255, 255, 255, 0.7);
            padding: 6px;
            border-radius: 0 3px 3px 0;
            cursor: pointer;
            bottom: 3px;
            &:hover {
                display: block;
                background: transparent;
                img {
                    display: none;
                }
                .codeBig {
                    display: block;
                }
            }
            img {
                width: 23px;
            }
            .codeBig {
                width: 140px;
                height: 140px;
                position: absolute;
                bottom: 0;
                left: 0px;
                background: rgba(255, 255, 255, 0.7);
                padding: 6px;
                display: none;
                span {
                    font-size: 12px;
                    opacity: 0.75;
                }
            }
        }
    }

    .inner-bg {
        width: 100%;
        height: 100%;
    
    
        &>div {
            width: 80%;
            margin: 10%;
        }
    }

    .inner-wrapper {
        position: relative;
        width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 60px 0 150px;

        background-color: hsla(0,0%,100%,.5);
        border-radius: 4px;
        box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);
        padding: 50px;
        // top: 43%;
        // margin-top: -190px;
        //   top: 46%;
        //   right: 0;
        //   transform: translateY(-50%);
        .login-form {
            width: 100%;
            & > div {
                width: 100%;
            }

            .rememberpwd input[type="checkbox"] {
                width: 16px;
                height: 16px;
            }
            
            .form-group input {
                font-size: 16px;
            }
            
            .rememberpwd span {
                position: relative;
                top: -3px;
            }
            
            button[type="submit"] {
                width: 100%;
                background-color: #35B2F1 !important;
                border: none !important;
                color: #fff !important;
                outline: none !important;
                border-color: transparent !important;
            }
            
            .glyphicon {
                color: #35B2F1;
            }
            
            .input-group-addon {
                background-color: #fff;
            }
            
            .input-lg,
            .btn-lg {
                height: 40px;
            }
        }
    }
    .inner-bg .title {
        font-size: 27px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    .inner-center {
        position: relative;
        // width: 480px;
        // height: 380px;
        // background: rgba(255,255,255,0.9);
        // border: 1px solid #FFFFFF;
        // box-shadow: 1px 1px 12px -3px #22222277;
        // border-radius: 8px 10px 10px 10px;
        // width: 500px;
        // background-color: hsla(0,0%,100%,.5);
        // border-radius: 4px;
        // box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);
        // padding: 50px;
    }

    .welcome{
        width: 100%;
        text-align: left;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .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;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    
    .APPCtext {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.75;
    }

    .login-header{
        width: 100%;
        // position: absolute;
        // top: 30px;
        // padding: 0 38px;
        display: flex;
        justify-content: center;
        align-items: center;

        .cn-title{
            font-size: 50px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FFFFFF;
            margin-left: 10px;
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 140px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #FFFFFF;
            }
            .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;
                }
            }
        }
    }
    .copyright{
        position: absolute;
        bottom: 7%;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #F1F6FD;
        text-align: center;
    }
    .qrcode-box{
        position: absolute;
        bottom: 0;
        right: -23px;
        width: 23px;
        height: 23px;
        background: #FFFFFF;
        opacity: 0.8;
        cursor: pointer;
    }
    
}

:global{
    .popover-style{
        .@{ant-prefix}-popover-inner-content{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .@{ant-prefix}-popover-title{
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}