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