.no-pwd { font-family: 'dotfont'; ::v-deep .n-input__input-el { -webkit-text-security: disc !important; -moz-text-security: disc !important; } } .view-account { width: 100%; height: 100vh; display: flex; flex-direction: row; align-items: center; background-color: #ddefff; overflow: auto; &-container { position: relative; width: 1180px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; .stylesWrap { margin-top: 174px; width: 955px; img { width: 955px; // height: 100%; } } .loginLeft { left: 0; top: 0; width: 139px; height: 139px; position: absolute; } .loginRight { right: 0; bottom: 0; width: 194px; height: 186px; position: absolute; } } &-form { width: 740px; min-height: 100%; background-color: #fff; padding: 60px; .colLogo { width: 232px; height: 79px; margin-bottom: 110px; } .view-account-form-wrap { margin-top: 100px; position: relative; background: #ffffff; border-radius: 16px; display: flex; flex-direction: column; align-items: center; .prefixIcon { width: 22px; height: 22px; margin-right: 5px; } .pwdIcon { width: 24px; height: 24px; cursor: pointer; } .formTitle { display: flex; flex-direction: row; align-items: center; font-size: 32px; font-weight: 600; color: #333333; line-height: 45px; margin-bottom: 50px; .dot { width: 6px; height: 21px; background: #3594fa; border-radius: 3px; margin-right: 8px; } } } .submitBtm { width: 480px; margin-top: 20px; background: #198cfe; border-radius: 12px; font-size: 22px; font-weight: 600 !important; color: #ffffff; height: 62px; line-height: 62px; text-align: center; } .forgetBtm { height: 28px; font-size: 20px; font-weight: 600 !important; color: #aaaaaa; line-height: 28px; } .sendInput { :global { .n-input-wrapper { padding-right: 0; } } .sendMsg { width: 128px; height: 64px; background: #198cfe; border-radius: 0px 8px 8px 0px; font-size: 20px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #ffffff; line-height: 62px; } } &-top { padding: 32px 0; text-align: center; &-desc { font-size: 14px; color: #808695; } } &-other { width: 100%; } .default-color { color: #131415; font-size: 18px; .ant-checkbox-wrapper { color: #515a6e; } } .loginTabs { :global { .n-tabs-tab-pad { width: 80px; } .n-tabs-tab__label { font-size: 24px; position: relative; z-index: 100; color: #8b8d98; } .n-tabs-tab--active { .n-tabs-tab__label { color: #131415; font-weight: 600; } } .n-tabs-bar { width: 96px; height: 10px; bottom: 8px; z-index: 0; background: linear-gradient( 90deg, #77bbff 0%, rgba(163, 231, 255, 0.22) 100% ); } .n-input { border-radius: 8px; width: 480px; font-size: 20px; } .n-input__input-el { height: 64px; line-height: 64px; } } } } }