index.less 7.16 KB
.dawuLogin {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: 100% 100%;
    /* 关键属性:覆盖整个容器 */
    background-position: center;
    /* 图片居中显示 */
    background-repeat: no-repeat;
    /* 禁止重复 */

    .caseHide {
        display: none !important;
    }


    .inner-bg {
        width: 100%;
        height: 100%;


        &>div {
            width: 80%;
            margin: 0 10% 10%;
        }

        :global {
            .panda-console-base-input-group-addon {
                width: 53px;
                height: 40px;
                background: #1685FF;
                border-radius: 5px 0px 0px 5px;
                border: 1px solid #1685FF;
            }
        }

        .psdBg {
            :global {
                .panda-console-base-input-group-addon {
                    opacity: 0.5;
                }
            }

        }
    }

    .inner-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 250px;
        left: calc(50% - 411px);
        z-index: 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;
    }



    .inner-center {
        position: relative;
        width: 822px;
        height: 380px;
        // border: 1px solid #FDFDFD;
        // box-shadow: 0px 6px 18px 0px rgba(25, 61, 79, 0.35);
        border-radius: 15px;
        background-color: #FFFFFF;
        z-index: 2;
        // backdrop-filter: blur(6px);

        display: flex;

        .inner-half {
            width: 50%;
            height: 100%;
            text-align: center;

            .left-img {
                width: 411px;
                height: 380px;
                border-bottom-left-radius: 15px;
                border-top-left-radius: 15px;
            }
        }

        .inner-content {
            padding: 24px 0px;
            text-align: center;

            img {
                margin-bottom: 24px;
            }
        }

    }

    .welcome-title {
        height: 100px;
        border-radius: 8px 8px 0px 0px;
        text-align: center;
        line-height: 100px;
        font-size: 31px;
        font-weight: bold;
        color: #008EFE;
        text-shadow: #FFFFFF 1.5px 0 0, #FFFFFF 0 1.5px 0, #FFFFFF -1.5px 0 0, #FFFFFF 0 -1.5px 0;
        font-family: 宋体;

        img {
            height: 48px;
        }

    }

    .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 {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 82px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 22px;
        z-index: 50;
        // border-bottom: 1px solid rgba(255, 255, 255, 0.12);

        .left-title {
            display: flex;
            justify-content: flex-start;
            align-items: center;

            img {
                // height: 54px;
                height: 40px;
            }

            .cn-title {
                // // font-weight: bold;
                // font-size: 36px;
                // color: #333333;
                // // text-shadow: 0px 1px 10px #A3AFC7;
                // line-height: 1;

                margin-left: 10px;
                letter-spacing: 1px;

                font-family: Microsoft YaHei;
                font-weight: bold;
                font-size: 24px;
                color: #FFFFFF;
                line-height: 26px;
            }
        }

        .right-timebox {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;

            .curr-time {
                width: 150px;
                height: 27px;
                font-family: DIN;
                font-weight: 500;
                font-size: 36px;
                color: #FFFFFF;
                line-height: 30px;
            }

            .curr-week-date {
                margin-left: 10px;

                .curr-week {
                    // font-size: 16px;
                    // font-family: Microsoft YaHei;
                    // font-weight: 400;
                    // color: #333;
                    font-family: PingFang SC;
                    font-weight: 500;
                    font-size: 14px;
                    color: #FFFFFF;
                    line-height: 25px;
                }

                .curr-date {
                    // font-size: 14px;
                    // font-family: Microsoft YaHei;
                    // font-weight: 400;
                    // color: #333;

                    font-family: PingFang SC;
                    font-weight: 500;
                    font-size: 14px;
                    color: #FFFFFF;
                    line-height: 25px;

                }
            }
        }
    }

    .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 {
    .dawuLogin {
        .panda-console-base-btn {
            border-radius: 20px;
        }
    }

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

: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;
        }
    }
}

.CarouselRipples {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

& :global {
    .CarouselRipples:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
}