.p-forgot { height: 100vh; /* min-height: 560px; */ min-width: 1200px; display: flex; overflow-y: hidden; position: relative; } /* page-left start */ .p-forgot .p-forgot__left { width: 41%; } .p-forgot__left .header-logo { position: absolute; width: 180px; margin: 35px 0 0 35px; filter: brightness(0) invert(1); } .p-forgot__left .forgot_bg { width: 100%; height: 100%; object-fit: cover; object-position: center; } /* page-left end */ .p-forgot .p-forgot__right { flex: 1; padding: 80px 0 30px 0; position: relative; } .p-forgot__content { height: 100%; width: 70%; max-width: 542px; margin: 0 auto; position: relative; } .p-forgot__content h1 { font-size: 40px; } .p-forgot__content .forgot_word { margin: 0 0 36px; font-size: 16px; line-height: 28px; color: var(--ys-color-text-300); } .p-forgot__content .c-form-group__label { font-size: 14px; } .p-forgot__content .c-form-group { margin: 0 0 24px 0; } .p-forgot__content .c-form-group__content { position: relative; } .p-forgot__content .c-form-group__content i { position: absolute; right: 15px; top: 0; bottom: 0; font-size: 20px; margin: auto; height: fit-content; cursor: pointer; } .p-forgot__content .qrcode-box { display: flex; /* gap: 12px; */ } .p-forgot__content .qrcode-box button { flex-shrink: 0; margin-left: 12px; } .p-forgot__content .form-submit { width: 100%; display: flex; justify-content: space-between; padding: 12px 30px; margin: 60px 0 0 0; } .p-forgot__content .form-bottom-box { margin: 24px 0 0 0; color: var(--ys-color-text-100); } .p-forgot__content .form-bottom-box a { color: var(--ys-color-primary); text-decoration: none; } /** 版权信息 start **/ .p-forgot__content .copyright { position: absolute; bottom: 0; width: 100%; font-size: 12px; color: #999; text-align: center; } .p-forgot .copyright a { color: #999; text-decoration: none; } .p-forgot .copyright a:hover { text-decoration: underline; } /** 版权信息 end **/ @media only screen and (max-height: 740px) { .p-forgot .p-forgot__right { overflow-y: auto; padding: 20px 0 } .p-forgot__content .form-submit{ margin: 35px 0 0 0; } .p-forgot__content .copyright { position: unset; margin-top: 20px; } }