index.less 5.93 KB

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

    .bg-image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .inner-bg {
        width: 100%;
        height: 290px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        &>div {
            width: 70%;
            margin: 0 auto;
        }
    }

    .inner-bg-download{
        width: 100%;
        height: 290px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    
        &>div {
            width: 70%;
            margin: 0 auto;
        }
    }

    .inner-wrapper {
        // width: 800px;
        // height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        // position: absolute;
        // bottom: 20%;
        //   top: 46%;
        //   right: 0;
        //   transform: translateY(-50%);
    }
    .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;
    }

    .scan-code{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        text-decoration: underline;
        color: #1685FF;
        text-align: center;
        width: 100%;
        cursor: pointer;
    }

    .qrcode{
        height: 150px;
    }

    .download-header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
    .inner-center {
        position: relative;
        width: 418px;
        // height: 316px;
        // background: rgba(255,255,255,1);
        // border: 1px solid #FFFFFF;
        // box-shadow: 0px 15px 15px 3px rgba(140,142,145,0.52);
        border-radius: 12px;
    }

    .welcome-title{
        width: 100%;
        height: 83px;
        line-height: 83px;
        font-size: 24px;
        font-weight: 400;
        color: #000000;
        opacity: 0.85;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(0deg, #0061E4 0%, #00CEFA 100%);
        border-radius: 12px 12px 0px 0px;
        padding: 0 38px;
    }
    
    .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: 15px;
        left: 0px;
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .left-title{
            display: flex;
            justify-content: center;
            align-items: center;
            .cn-title{
                font-size: 24px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #FFFFFF;
                text-shadow: 0px 2px 1px rgba(0,112,188,0.5);
                margin-left: 13px;
            }
            .logo-png{
                width: 32px;
                height: 32px;
            }
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 160px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 500;
                color: #FFFFFF;
                text-align: right;
            }
            .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: -35px;
        width: 35px;
        height: 35px;
        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;
        }
    }
        
    
    
}
    

@keyframes waving {
    from {
        top: 0;
    }

    to {
        top: 10px;
    }
}

@keyframes waving2 {
    from {
        left: 0;
    }

    to {
        left: -9999px;
    }
}