icve-sso-vue3 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icve-sso-vue3.common.js +48 -34
- package/dist/icve-sso-vue3.common.js.map +1 -1
- package/dist/icve-sso-vue3.css +1 -1
- package/dist/icve-sso-vue3.umd.js +48 -34
- package/dist/icve-sso-vue3.umd.js.map +1 -1
- package/dist/icve-sso-vue3.umd.min.js +1 -1
- package/dist/icve-sso-vue3.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/icve-sso-vue3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.custom-dialog-overlay[data-v-075f8ed0]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-075f8ed0 .3s ease-out}.custom-dialog[data-v-075f8ed0]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:900px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn-075f8ed0 .3s ease-out;display:flex;flex-direction:column}.custom-dialog-header[data-v-075f8ed0]{padding:20px;border-bottom:none;border-bottom:1px solid #ebebeb}.custom-dialog-header .custom-dialog-title[data-v-075f8ed0]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-footer[data-v-075f8ed0]{padding:20px 24px 24px;border-top:none}.custom-dialog-body[data-v-075f8ed0]{flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes fadeIn-075f8ed0{0%{opacity:0}to{opacity:1}}@keyframes slideIn-075f8ed0{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.main-content[data-v-075f8ed0]{display:flex}.main-content .left-panel[data-v-075f8ed0]{width:270px;background:#f2f2f2;flex-shrink:0}.main-content .right-panel[data-v-075f8ed0]{flex:1;min-width:0;padding:40px 75px;display:flex;flex-direction:column;justify-content:center}.line-item[data-v-075f8ed0]{display:flex}.line-item .input-displayName[data-v-075f8ed0]{flex:1}.line-item .input-employeeNumber[data-v-075f8ed0]{margin-left:20px;width:250px}.user-type-container .user-type-list[data-v-075f8ed0]{display:flex;flex-direction:column;gap:0;background:#f5f5f5;padding:20px 0 20px 20px;overflow:hidden}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;cursor:pointer;transition:all .2s ease}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]:last-child{border-bottom:none}.user-type-container .user-type-list .user-type-item .user-type-text[data-v-075f8ed0]{font-size:20px;color:#0a132e;font-weight:400}.user-type-container .user-type-list .user-type-item .check-icon[data-v-075f8ed0]{opacity:0}.user-type-container .user-type-list .user-type-item .check-icon img[data-v-075f8ed0]{width:36px;height:36px}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]:hover:not(.disabled):not(.active){background:#fff}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .user-type-text[data-v-075f8ed0]{font-weight:500;font-size:20px;color:#3e7bfa}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .check-icon[data-v-075f8ed0]{opacity:1}.user-type-container .user-type-list .user-type-item.active[data-v-075f8ed0]{background:#fff}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-075f8ed0]{font-weight:500;font-size:20px}.user-type-container .user-type-list .user-type-item.active .check-icon[data-v-075f8ed0]{opacity:1}.user-type-container .user-type-list .user-type-item.disabled[data-v-075f8ed0]{cursor:not-allowed}.user-type-container .user-type-list .user-type-item.disabled .user-type-text[data-v-075f8ed0]{color:#ccc}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-075f8ed0]{color:#3e7bfa}.icve-sso-button[data-v-075f8ed0]{margin:0 auto;cursor:pointer;width:540px;height:48px;background:#3e7bfa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}[data-v-075f8ed0] .el-dialog__title{font-weight:700;font-size:24px}.el-input--medium .el-input__inner[data-v-075f8ed0]{height:48px;line-height:48px;font-size:14px}.input-field[data-v-075f8ed0]{position:relative;margin-bottom:55px}.input-field label[data-v-075f8ed0]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-075f8ed0]{top:-20px;left:0;font-size:18px;color:#0a132e;font-weight:700}.input-field .required-star[data-v-075f8ed0]{color:#ff4757;font-weight:400;margin-right:4px}.input-field[data-v-075f8ed0] .el-input__inner{min-height:34px}.input-field[data-v-075f8ed0] .el-select__wrapper{min-height:36px}.el-form-item[data-v-075f8ed0],.right-panel .input-field[data-v-075f8ed0]:last-child{margin-bottom:0}.el-input__inner[data-v-075f8ed0],.el-select[data-v-075f8ed0]{font-size:14px}.el-form-item__content[data-v-075f8ed0]{position:relative}.el-form-item.is-error .el-input__inner[data-v-075f8ed0]{border-color:#f56c6c}.el-input__inner[data-v-075f8ed0],.el-select .el-input__inner[data-v-075f8ed0]{padding-left:15px}.el-select-dropdown__item.selected[data-v-075f8ed0]{color:#004b90!important}.input-field .el-select .el-input.is-focus .el-input__inner[data-v-075f8ed0]{border-color:#004b90}.input-field .el-form-item.is-error label[data-v-075f8ed0]{color:#f56c6c}[data-v-13fe3570] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#004b90!important;border-color:#004b90!important}[data-v-13fe3570] .el-checkbox__inner:hover{border-color:#004b90!important}.agreement1[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.agreement1 .source_l[data-v-13fe3570]{font-size:17px}.agreement1 .el-checkbox[data-v-13fe3570]{padding-top:-4px}.agreement1 .content[data-v-13fe3570]{width:406px;padding-left:10px}.agreement1 .content .l[data-v-13fe3570]{width:100%;display:flex}.agreement1 .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 span[data-v-13fe3570]{color:#004b90;cursor:pointer}.icve-sso-agreement[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-agreement .el[data-v-13fe3570]{margin-top:-4px;margin-right:20px}.icve-sso-agreement .content[data-v-13fe3570]{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .content1[data-v-13fe3570]{width:406px;padding-left:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content1 .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content1 .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}@keyframes move-13fe3570{to{transform:translateX(10px)}}.icve-sso-agreement span[data-v-13fe3570]{color:#004b90;cursor:pointer}.qr-login-container[data-v-0baca5a0]{margin-top:40px;display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);background-color:#fff}.qr-login-container .qr-code-wrapper[data-v-0baca5a0]{position:relative;display:inline-block;margin-bottom:16px}.qr-login-container .qr-code[data-v-0baca5a0]{margin-bottom:16px;padding:10px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px}.qr-login-container .qr-login-overlay[data-v-0baca5a0]{position:absolute;top:0;left:-4px;width:105%;height:100%;background-color:hsla(0,0%,100%,.9);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.qr-login-container .qr-login-overlay .overlay-content[data-v-0baca5a0]{text-align:center}.qr-login-container .qr-login-overlay .overlay-text[data-v-0baca5a0]{font-size:16px;font-weight:600;color:#333;margin:0 0 8px 0}.qr-login-container .qr-login-overlay .overlay-tip[data-v-0baca5a0]{font-size:12px;color:#999;margin:0 0 16px 0}.qr-login-container .qr-login-overlay .rescan-btn[data-v-0baca5a0]{padding:10px 24px;background-color:#004b90;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.qr-login-container .qr-tip[data-v-0baca5a0]{font-size:14px;color:#606266;text-align:center;margin:0;padding-top:8px;line-height:1.5}.qr-login-container .bind-tip[data-v-0baca5a0]{margin-top:10px;padding:10px;background-color:#fdf6ec;color:#e6a23c;font-size:12px;border-radius:4px;line-height:1.4;text-align:justify;width:220px}.qr-login-container1[data-v-0baca5a0]{margin-top:0;box-shadow:none}.custom-dialog-overlay[data-v-4c1d34f3]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn-4c1d34f3 .3s ease-out}.custom-dialog[data-v-4c1d34f3]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:80vh;overflow:hidden;animation:slideIn-4c1d34f3 .3s ease-out;display:flex;flex-direction:column}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:600px}.custom-dialog-header[data-v-4c1d34f3]{padding:20px 24px;border-bottom:1px solid #ebebeb;display:flex;align-items:center;justify-content:space-between}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]{cursor:pointer;color:#999;transition:color .2s ease}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]:hover{color:#333}.search-container[data-v-4c1d34f3]{padding:20px 24px 0}.search-container .el-input .el-input__inner[data-v-4c1d34f3]{height:40px;line-height:40px;border-radius:20px;border:1px solid #dcdfe6;font-size:14px}.search-container .el-input .el-input__inner[data-v-4c1d34f3]:focus{border-color:#004b90}.search-container .el-input .el-input__prefix[data-v-4c1d34f3]{left:15px}.custom-dialog-body[data-v-4c1d34f3]{flex:1;overflow:hidden;padding:20px 0 0}@keyframes fadeIn-4c1d34f3{0%{opacity:0}to{opacity:1}}@keyframes slideIn-4c1d34f3{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.nationality-index-bar[data-v-4c1d34f3]{display:flex;height:100%}.index-nav[data-v-4c1d34f3]{width:40px;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;padding:10px 0;border-right:1px solid #ebebeb;flex-shrink:0}.index-nav .index-item[data-v-4c1d34f3]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#666;cursor:pointer;border-radius:12px;margin:1px 0;transition:all .2s ease}.index-nav .index-item[data-v-4c1d34f3]:hover{background:#e3f2fd;color:#004b90}.index-nav .index-item.active[data-v-4c1d34f3]{background:#004b90;color:#fff}.nationality-list-container[data-v-4c1d34f3]{flex:1;height:100%;overflow:hidden}.nationality-list[data-v-4c1d34f3]{padding:0 24px}.search-results-container[data-v-4c1d34f3]{height:100%;overflow:hidden}.letter-section[data-v-4c1d34f3]{margin-bottom:10px}.letter-section .letter-anchor[data-v-4c1d34f3]{font-size:16px;font-weight:700;color:#004b90;padding:10px 0 5px;border-bottom:1px solid #f0f0f0;margin-bottom:5px;position:sticky;top:0;background:#fff;z-index:1}.country-item[data-v-4c1d34f3]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:2px}.country-item[data-v-4c1d34f3]:hover{background:#f8f9fa}.country-item:hover .country-check[data-v-4c1d34f3]{opacity:1;color:#004b90}.country-item .country-name[data-v-4c1d34f3]{font-size:14px;color:#333;flex:1}.country-item .country-check[data-v-4c1d34f3]{opacity:0;font-size:16px;color:#004b90;transition:all .2s ease}.search-results[data-v-4c1d34f3]{padding:0 24px}.search-results .no-results[data-v-4c1d34f3]{text-align:center;color:#999;font-size:14px;padding:40px 0}.el-scrollbar .el-scrollbar__wrap[data-v-4c1d34f3]{overflow-x:hidden}.el-scrollbar .el-scrollbar__bar.is-vertical[data-v-4c1d34f3]{right:2px;width:6px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]{background:hsla(220,4%,58%,.3);border-radius:3px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]:hover{background:hsla(220,4%,58%,.5)}@media(max-width:768px){.custom-dialog[data-v-4c1d34f3]{width:95vw;height:85vh;border-radius:20px}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:85vh}.custom-dialog-header[data-v-4c1d34f3]{padding:16px 20px}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{font-size:20px}.search-container[data-v-4c1d34f3]{padding:16px 20px 0}.nationality-list[data-v-4c1d34f3],.search-results[data-v-4c1d34f3]{padding:0 20px}}.mobile[data-v-3371c604]{width:100%;height:100%;background-size:cover;background-position:0 100%}.mobile .top[data-v-3371c604]{padding-top:40px;margin-left:60px}.mobile .test .ti[data-v-3371c604]{font-size:20px}.mobile .test ul[data-v-3371c604]{margin-top:20px;display:flex;flex-wrap:wrap}.mobile .test ul li[data-v-3371c604]{cursor:pointer;display:flex;justify-content:space-between;padding:12px;width:100%;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin:0 15px 10px 0}.mobile .test ul li .le[data-v-3371c604]{display:flex;flex-direction:column;font-weight:500;font-size:18px;color:#333}.mobile .test ul li .le .name[data-v-3371c604]{margin-bottom:10px}.mobile .test ul li .ri[data-v-3371c604]{display:flex;align-items:end;font-weight:400;font-size:16px;color:#999}.mobile .main[data-v-3371c604]{position:relative;padding:60px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:876px;background:#fff;border-radius:10px;backdrop-filter:blur(5px)}.mobile .main .header_title[data-v-3371c604]{text-align:center;font-weight:600;font-size:36px;color:#0a132e}.mobile .main .phone_form[data-v-3371c604]{margin-top:60px}.mobile .main .phone_form .phone[data-v-3371c604]{position:relative;margin-bottom:30px}.mobile .main .phone_form .phone #ghduhfue[data-v-3371c604]{position:absolute;left:32px;top:50%;transform:translateY(-50%);z-index:1;font-size:20px;color:#333;cursor:pointer}.mobile .main .phone_form .Code[data-v-3371c604]{width:100%;position:relative}.mobile .main .phone_form .Code #code[data-v-3371c604]{position:absolute;top:50%;left:15px;transform:translateY(-50%);z-index:999}.mobile .main .phone_form .Code #djs[data-v-3371c604]{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);right:20px;font-size:20px;color:#004b90}.mobile .main .phone_form[data-v-3371c604] .el-input__inner{height:48px;line-height:48px}.mobile .main .phone_form[data-v-3371c604] .el-input__suffix{margin-right:10px}.mobile .main .phone_form[data-v-3371c604] .el-input__prefix i{font-size:28px;line-height:47px}.mobile .main .footer[data-v-3371c604]{position:absolute;bottom:60px;left:60px;text-align:center}.mobile .main .footer .custom-primary-button[data-v-3371c604]{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .main .footer .custom-plain-button[data-v-3371c604]{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .sjbdVerify[data-v-3371c604] .mask{display:block!important}.mobile .sjbdVerify[data-v-3371c604] .verifybox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile.dialog-mode[data-v-3371c604]{width:100%;height:auto;background:none}.mobile.dialog-mode .main[data-v-3371c604]{position:static;transform:none;left:auto;top:auto;width:100%;height:auto;background:none;border-radius:0;backdrop-filter:none;padding:10px;max-width:500px;margin:0 auto}.mobile.dialog-mode .main .header_title[data-v-3371c604]{display:none}.mobile.dialog-mode .main .phone_form[data-v-3371c604]{margin-top:20px}.mobile.dialog-mode .main .phone_form .test .ti[data-v-3371c604]{font-size:16px}.mobile.dialog-mode .main .phone_form .test ul li[data-v-3371c604]{width:100%;margin:0 0 10px 0}.mobile.dialog-mode .main .footer[data-v-3371c604]{position:static;bottom:auto;left:auto;margin-top:30px;text-align:center}.mobile.dialog-mode .main .footer .custom-plain-button[data-v-3371c604],.mobile.dialog-mode .main .footer .custom-primary-button[data-v-3371c604]{width:auto;margin:0 5px}[data-v-088b4acc] .el-select__wrapper{min-height:48px;line-height:48px}.mproveInformation[data-v-088b4acc]{margin-top:20px}[data-v-088b4acc] .el-select-dropdown__item.selected{color:#004b90!important}[data-v-088b4acc] .el-select-dropdown__item.hover,[data-v-088b4acc] .el-select-dropdown__item:hover{background-color:#f5f7fa;color:#004b90}.line-item[data-v-088b4acc]{display:flex}.line-item .input-displayName[data-v-088b4acc]{flex:1}.line-item .input-employeeNumber[data-v-088b4acc]{margin-left:20px;width:250px}.el-input--medium .el-input__inner[data-v-088b4acc]{height:48px;line-height:48px;font-size:14px}.input-radio[data-v-088b4acc]{display:flex;margin-bottom:40px}.input-radio .input-type[data-v-088b4acc]{font-size:18px;color:#0a132e;margin-bottom:20px;width:120px}.input-radio .input-type[data-v-088b4acc]:before{content:"* ";color:red}.input-radio .input-en[data-v-088b4acc]{width:240px}.input-radio .el-form-item[data-v-088b4acc]{margin-bottom:0}.input-radio .el-radio-group[data-v-088b4acc]{display:flex;flex-wrap:wrap;gap:10px 10px}.input-radio .el-radio-group[data-v-088b4acc] .el-radio{margin-right:0;margin-bottom:0;white-space:nowrap}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__label{font-size:16px;color:#333;padding-left:10px}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner{width:18px;height:18px;border:2px solid #dcdfe6}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner:hover{border-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner:after{width:8px;height:8px;background-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked .el-radio__inner{border-color:#004b90;background-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:#fff}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked+.el-radio__label{color:#004b90;font-weight:500}.input-radio .el-radio-group[data-v-088b4acc] .el-radio:hover .el-radio__input .el-radio__inner{border-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio:hover .el-radio__label{color:#004b90}.input-field[data-v-088b4acc]{position:relative;margin-bottom:50px}.input-field label[data-v-088b4acc]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-088b4acc]{top:-18px;left:0;font-size:18px;color:#0a132e}.input-field label.active[data-v-088b4acc]:before{content:"* ";color:red}.input-field[data-v-088b4acc] .el-form-item{margin-bottom:0}.input-field[data-v-088b4acc] .el-input__inner,.input-field[data-v-088b4acc] .el-select{font-size:14px}.input-field[data-v-088b4acc] .el-form-item__content{position:relative}.input-field[data-v-088b4acc] .el-form-item.is-error .el-input__inner{border-color:#f56c6c}.input-field[data-v-088b4acc] .el-input__inner,.input-field[data-v-088b4acc] .el-select .el-input__inner{padding-left:15px}[data-v-088b4acc] .input-field .el-select .el-input.is-focus .el-input__inner,[data-v-088b4acc] .input-field .el-select:hover .el-input__inner{border-color:#004b90}[data-v-088b4acc] .input-field .el-select .el-input.is-focus .el-select__caret,[data-v-088b4acc] .input-field .el-select .el-input__suffix .el-select__caret{color:#004b90}.button[data-v-088b4acc]{background-color:#004b90;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;text-align:center;transition:background-color .3s ease}.button[data-v-088b4acc]:hover{background-color:#003a73}.input-field .el-form-item.is-error label[data-v-088b4acc]{color:#f56c6c}.icve-sso-login-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .el-input-group__prepend{background-color:#fff!important}.icve-sso-login-bg .primary{background-color:#004b90!important;border-color:#004b90!important}.icve-sso-login-bg .icve-sso-mobileShow-top ul{display:flex;margin-bottom:20px}.icve-sso-login-bg .icve-sso-mobileShow-top ul li{cursor:pointer;font-size:20px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#0a132e;padding-bottom:10px;margin-right:30px}.icve-sso-login-bg .icve-sso-mobileShow-top ul .icve-sso-active{color:#004b90;border-bottom:4px solid #004b90}.icve-sso-login-bg .icve-sso-moreUserName-top .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName-top ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:460px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName{height:400px;overflow-y:auto}.icve-sso-login-bg .icve-sso-moreUserName .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:430px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-hr11{color:#a2a9b6;border:0;font-size:14px;padding:1em 0;position:relative}.icve-sso-login-bg .icve-sso-hr11:before{content:attr(data-content);position:absolute;padding:0 10px;line-height:1px;border:solid #d0d0d5;border-width:0 99vw;width:-moz-fit-content;width:fit-content;white-space:nowrap;left:50%;transform:translateX(-50%)}.icve-sso-login-bg #Prefix{width:460px}.icve-sso-login-bg #Prefix .fff{display:flex}.icve-sso-login-bg .zhjsy{display:flex;justify-content:center;margin-right:80px;cursor:pointer}.icve-sso-login-bg #ghduhfue{position:absolute;cursor:pointer;z-index:999;left:46px;top:7px;font-size:18px;color:#333}.icve-sso-login-bg .sjbdVerify{position:fixed;left:2%;top:103%;z-index:9999}.icve-sso-login-bg #code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg #djs{position:absolute;cursor:pointer;z-index:2;top:6px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-tabs{text-align:left;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e;position:relative}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan{cursor:pointer;position:absolute;right:0;bottom:0}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan img{width:36px}.icve-sso-login-bg .icve-sso-tabs span{cursor:pointer;display:inline-block;padding-bottom:10px;margin-right:20px}.icve-sso-login-bg .icve-sso-tabs .icve-sso-xian1{width:100%;height:1px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-spanActive{color:#004b90;border-bottom:4px solid #004b90;transition:width 1s linear 0s}.icve-sso-login-bg .custom-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .custom-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out;display:flex;flex-direction:column}.icve-sso-login-bg .icve-sso-test1{width:400px}.icve-sso-login-bg .custom-dialog-header{padding:20px 20px 10px;border-bottom:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-header .custom-dialog-title{margin:0;font-size:20px;font-weight:700;color:#333;line-height:1.4}.icve-sso-login-bg .custom-dialog-body{flex:1;padding:20px;overflow-y:auto;font-size:14px;color:#606266;line-height:1.6}.icve-sso-login-bg .custom-dialog-footer{padding:10px 20px 20px;text-align:center;border-top:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-footer .custom-primary-button{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin-left:10px;transition:all .3s}.icve-sso-login-bg .custom-dialog-footer .custom-plain-button{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin-left:10px;transition:all .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes tabSlideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.icve-sso-login-bg .img{display:flex;justify-content:center}.icve-sso-login-bg .el-input__inner{height:48px;line-height:48px;padding-left:45px!important}.icve-sso-login-bg .el-input__prefix{display:flex;align-items:center}.icve-sso-login-bg .el-input__prefix .el-icon{font-size:30px;color:#909399}.icve-sso-login-bg .el-input__suffix{margin-right:10px}.icve-sso-login-bg .el-input__suffix i{font-size:26px}.icve-sso-login-bg .el-scrollbar__wrap{overflow-x:hidden}.icve-sso-login-bg .icve-sso-escrool{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:hsla(0,0%,100%,.95);height:662px;border-radius:32px;backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);transition:all .3s cubic-bezier(.4,0,.2,1);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1{margin-top:20px;padding-bottom:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h6{margin-top:10px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title-wrapper{position:relative;margin-top:20px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title{text-align:center;font-size:36px;font-family:PingFangSC,PingFang SC;font-weight:600;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn{position:absolute;top:-2px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:active{transform:scale(.95)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn svg{transition:transform .2s ease}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:hover svg{transform:rotate(90deg)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space{display:flex;justify-content:space-between}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .zhi{cursor:pointer;position:absolute;bottom:120px;left:248px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-l{width:530px;display:flex;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-xian{width:1px;height:442px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri{position:relative;width:540px;padding:0 40px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer{position:absolute;left:-192px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h6{margin-top:20px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-top{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-active{color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .el-tabs__active-bar{min-width:132px!important;height:4px;background:#004b90!important}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm{padding-top:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1 .icve-sso-verifybox{top:-230px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2 .icve-sso-verifybox{top:-314px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{cursor:pointer;width:100%;height:48px;background:#f5f5f5;border-radius:4px;text-align:center;line-height:48px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{position:relative;margin-top:50px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-login{cursor:pointer;margin-top:26px;display:flex;align-items:center;justify-content:center;height:48px;background:#004b90;border-radius:4px;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .enroll{cursor:pointer;margin-top:25px;display:flex;align-items:center;justify-content:center;height:48px;background:#fff;border-radius:4px;border:1px solid #004b90;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-customer{margin-top:40px;display:flex;justify-content:space-between;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .icve-sso-mobile_login .el-input__prefix{left:80px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content{display:flex;position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content .icve-sso-prefix{position:absolute;cursor:pointer;z-index:999;left:40px;top:9px;font-size:18px;color:#333}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-code{position:absolute;left:15px;top:8px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:8px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1{position:relative;margin-top:130px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:5px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul{list-style:none;padding:0;margin:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li{margin-bottom:16px;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li:last-child{margin-bottom:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card{display:flex;align-items:center;padding:16px 20px;background:#f8f9fc;border-radius:8px;border:1px solid #e8ebf0;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card:hover{background:#f0f4ff;border-color:#004b90;box-shadow:0 2px 8px rgba(0,75,144,.1);transform:translateY(-2px)}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-avatar{flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info{flex:1;min-width:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-name{font-size:18px;font-weight:500;color:#0a132e;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time{display:flex;align-items:center;font-size:14px;color:#95a1bc}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time svg{flex-shrink:0;margin-right:6px}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
1
|
+
.custom-dialog-overlay[data-v-075f8ed0]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-075f8ed0 .3s ease-out}.custom-dialog[data-v-075f8ed0]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:900px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn-075f8ed0 .3s ease-out;display:flex;flex-direction:column}.custom-dialog-header[data-v-075f8ed0]{padding:20px;border-bottom:none;border-bottom:1px solid #ebebeb}.custom-dialog-header .custom-dialog-title[data-v-075f8ed0]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-footer[data-v-075f8ed0]{padding:20px 24px 24px;border-top:none}.custom-dialog-body[data-v-075f8ed0]{flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes fadeIn-075f8ed0{0%{opacity:0}to{opacity:1}}@keyframes slideIn-075f8ed0{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.main-content[data-v-075f8ed0]{display:flex}.main-content .left-panel[data-v-075f8ed0]{width:270px;background:#f2f2f2;flex-shrink:0}.main-content .right-panel[data-v-075f8ed0]{flex:1;min-width:0;padding:40px 75px;display:flex;flex-direction:column;justify-content:center}.line-item[data-v-075f8ed0]{display:flex}.line-item .input-displayName[data-v-075f8ed0]{flex:1}.line-item .input-employeeNumber[data-v-075f8ed0]{margin-left:20px;width:250px}.user-type-container .user-type-list[data-v-075f8ed0]{display:flex;flex-direction:column;gap:0;background:#f5f5f5;padding:20px 0 20px 20px;overflow:hidden}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;cursor:pointer;transition:all .2s ease}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]:last-child{border-bottom:none}.user-type-container .user-type-list .user-type-item .user-type-text[data-v-075f8ed0]{font-size:20px;color:#0a132e;font-weight:400}.user-type-container .user-type-list .user-type-item .check-icon[data-v-075f8ed0]{opacity:0}.user-type-container .user-type-list .user-type-item .check-icon img[data-v-075f8ed0]{width:36px;height:36px}.user-type-container .user-type-list .user-type-item[data-v-075f8ed0]:hover:not(.disabled):not(.active){background:#fff}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .user-type-text[data-v-075f8ed0]{font-weight:500;font-size:20px;color:#3e7bfa}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .check-icon[data-v-075f8ed0]{opacity:1}.user-type-container .user-type-list .user-type-item.active[data-v-075f8ed0]{background:#fff}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-075f8ed0]{font-weight:500;font-size:20px}.user-type-container .user-type-list .user-type-item.active .check-icon[data-v-075f8ed0]{opacity:1}.user-type-container .user-type-list .user-type-item.disabled[data-v-075f8ed0]{cursor:not-allowed}.user-type-container .user-type-list .user-type-item.disabled .user-type-text[data-v-075f8ed0]{color:#ccc}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-075f8ed0]{color:#3e7bfa}.icve-sso-button[data-v-075f8ed0]{margin:0 auto;cursor:pointer;width:540px;height:48px;background:#3e7bfa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}[data-v-075f8ed0] .el-dialog__title{font-weight:700;font-size:24px}.el-input--medium .el-input__inner[data-v-075f8ed0]{height:48px;line-height:48px;font-size:14px}.input-field[data-v-075f8ed0]{position:relative;margin-bottom:55px}.input-field label[data-v-075f8ed0]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-075f8ed0]{top:-20px;left:0;font-size:18px;color:#0a132e;font-weight:700}.input-field .required-star[data-v-075f8ed0]{color:#ff4757;font-weight:400;margin-right:4px}.input-field[data-v-075f8ed0] .el-input__inner{min-height:34px}.input-field[data-v-075f8ed0] .el-select__wrapper{min-height:36px}.el-form-item[data-v-075f8ed0],.right-panel .input-field[data-v-075f8ed0]:last-child{margin-bottom:0}.el-input__inner[data-v-075f8ed0],.el-select[data-v-075f8ed0]{font-size:14px}.el-form-item__content[data-v-075f8ed0]{position:relative}.el-form-item.is-error .el-input__inner[data-v-075f8ed0]{border-color:#f56c6c}.el-input__inner[data-v-075f8ed0],.el-select .el-input__inner[data-v-075f8ed0]{padding-left:15px}.el-select-dropdown__item.selected[data-v-075f8ed0]{color:#004b90!important}.input-field .el-select .el-input.is-focus .el-input__inner[data-v-075f8ed0]{border-color:#004b90}.input-field .el-form-item.is-error label[data-v-075f8ed0]{color:#f56c6c}[data-v-13fe3570] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#004b90!important;border-color:#004b90!important}[data-v-13fe3570] .el-checkbox__inner:hover{border-color:#004b90!important}.agreement1[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.agreement1 .source_l[data-v-13fe3570]{font-size:17px}.agreement1 .el-checkbox[data-v-13fe3570]{padding-top:-4px}.agreement1 .content[data-v-13fe3570]{width:406px;padding-left:10px}.agreement1 .content .l[data-v-13fe3570]{width:100%;display:flex}.agreement1 .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 span[data-v-13fe3570]{color:#004b90;cursor:pointer}.icve-sso-agreement[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-agreement .el[data-v-13fe3570]{margin-top:-4px;margin-right:20px}.icve-sso-agreement .content[data-v-13fe3570]{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .content1[data-v-13fe3570]{width:406px;padding-left:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content1 .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content1 .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}@keyframes move-13fe3570{to{transform:translateX(10px)}}.icve-sso-agreement span[data-v-13fe3570]{color:#004b90;cursor:pointer}.qr-login-container[data-v-6badd114]{margin-top:40px;display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);background-color:#fff}.qr-login-container .qr-code-wrapper[data-v-6badd114]{position:relative;display:inline-block;margin-bottom:16px}.qr-login-container .qr-code[data-v-6badd114]{margin-bottom:16px;padding:10px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px}.qr-login-container .qr-login-overlay[data-v-6badd114]{position:absolute;top:0;left:-4px;width:105%;height:100%;background-color:hsla(0,0%,100%,.9);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.qr-login-container .qr-login-overlay .overlay-content[data-v-6badd114]{text-align:center}.qr-login-container .qr-login-overlay .overlay-text[data-v-6badd114]{font-size:16px;font-weight:600;color:#333;margin:0 0 8px 0}.qr-login-container .qr-login-overlay .overlay-tip[data-v-6badd114]{font-size:12px;color:#999;margin:0 0 16px 0}.qr-login-container .qr-login-overlay .rescan-btn[data-v-6badd114]{padding:10px 24px;background-color:#004b90;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.qr-login-container .qr-tip[data-v-6badd114]{font-size:14px;color:#606266;text-align:center;margin:0;padding-top:8px;line-height:1.5}.qr-login-container .bind-tip[data-v-6badd114]{margin-top:10px;padding:10px;background-color:#fdf6ec;color:#e6a23c;font-size:12px;border-radius:4px;line-height:1.4;text-align:justify;width:220px}.qr-login-container1[data-v-6badd114]{margin-top:0;box-shadow:none}.custom-dialog-overlay[data-v-4c1d34f3]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn-4c1d34f3 .3s ease-out}.custom-dialog[data-v-4c1d34f3]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:80vh;overflow:hidden;animation:slideIn-4c1d34f3 .3s ease-out;display:flex;flex-direction:column}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:600px}.custom-dialog-header[data-v-4c1d34f3]{padding:20px 24px;border-bottom:1px solid #ebebeb;display:flex;align-items:center;justify-content:space-between}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]{cursor:pointer;color:#999;transition:color .2s ease}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]:hover{color:#333}.search-container[data-v-4c1d34f3]{padding:20px 24px 0}.search-container .el-input .el-input__inner[data-v-4c1d34f3]{height:40px;line-height:40px;border-radius:20px;border:1px solid #dcdfe6;font-size:14px}.search-container .el-input .el-input__inner[data-v-4c1d34f3]:focus{border-color:#004b90}.search-container .el-input .el-input__prefix[data-v-4c1d34f3]{left:15px}.custom-dialog-body[data-v-4c1d34f3]{flex:1;overflow:hidden;padding:20px 0 0}@keyframes fadeIn-4c1d34f3{0%{opacity:0}to{opacity:1}}@keyframes slideIn-4c1d34f3{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.nationality-index-bar[data-v-4c1d34f3]{display:flex;height:100%}.index-nav[data-v-4c1d34f3]{width:40px;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;padding:10px 0;border-right:1px solid #ebebeb;flex-shrink:0}.index-nav .index-item[data-v-4c1d34f3]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#666;cursor:pointer;border-radius:12px;margin:1px 0;transition:all .2s ease}.index-nav .index-item[data-v-4c1d34f3]:hover{background:#e3f2fd;color:#004b90}.index-nav .index-item.active[data-v-4c1d34f3]{background:#004b90;color:#fff}.nationality-list-container[data-v-4c1d34f3]{flex:1;height:100%;overflow:hidden}.nationality-list[data-v-4c1d34f3]{padding:0 24px}.search-results-container[data-v-4c1d34f3]{height:100%;overflow:hidden}.letter-section[data-v-4c1d34f3]{margin-bottom:10px}.letter-section .letter-anchor[data-v-4c1d34f3]{font-size:16px;font-weight:700;color:#004b90;padding:10px 0 5px;border-bottom:1px solid #f0f0f0;margin-bottom:5px;position:sticky;top:0;background:#fff;z-index:1}.country-item[data-v-4c1d34f3]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:2px}.country-item[data-v-4c1d34f3]:hover{background:#f8f9fa}.country-item:hover .country-check[data-v-4c1d34f3]{opacity:1;color:#004b90}.country-item .country-name[data-v-4c1d34f3]{font-size:14px;color:#333;flex:1}.country-item .country-check[data-v-4c1d34f3]{opacity:0;font-size:16px;color:#004b90;transition:all .2s ease}.search-results[data-v-4c1d34f3]{padding:0 24px}.search-results .no-results[data-v-4c1d34f3]{text-align:center;color:#999;font-size:14px;padding:40px 0}.el-scrollbar .el-scrollbar__wrap[data-v-4c1d34f3]{overflow-x:hidden}.el-scrollbar .el-scrollbar__bar.is-vertical[data-v-4c1d34f3]{right:2px;width:6px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]{background:hsla(220,4%,58%,.3);border-radius:3px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]:hover{background:hsla(220,4%,58%,.5)}@media(max-width:768px){.custom-dialog[data-v-4c1d34f3]{width:95vw;height:85vh;border-radius:20px}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:85vh}.custom-dialog-header[data-v-4c1d34f3]{padding:16px 20px}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{font-size:20px}.search-container[data-v-4c1d34f3]{padding:16px 20px 0}.nationality-list[data-v-4c1d34f3],.search-results[data-v-4c1d34f3]{padding:0 20px}}.mobile[data-v-3371c604]{width:100%;height:100%;background-size:cover;background-position:0 100%}.mobile .top[data-v-3371c604]{padding-top:40px;margin-left:60px}.mobile .test .ti[data-v-3371c604]{font-size:20px}.mobile .test ul[data-v-3371c604]{margin-top:20px;display:flex;flex-wrap:wrap}.mobile .test ul li[data-v-3371c604]{cursor:pointer;display:flex;justify-content:space-between;padding:12px;width:100%;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin:0 15px 10px 0}.mobile .test ul li .le[data-v-3371c604]{display:flex;flex-direction:column;font-weight:500;font-size:18px;color:#333}.mobile .test ul li .le .name[data-v-3371c604]{margin-bottom:10px}.mobile .test ul li .ri[data-v-3371c604]{display:flex;align-items:end;font-weight:400;font-size:16px;color:#999}.mobile .main[data-v-3371c604]{position:relative;padding:60px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:876px;background:#fff;border-radius:10px;backdrop-filter:blur(5px)}.mobile .main .header_title[data-v-3371c604]{text-align:center;font-weight:600;font-size:36px;color:#0a132e}.mobile .main .phone_form[data-v-3371c604]{margin-top:60px}.mobile .main .phone_form .phone[data-v-3371c604]{position:relative;margin-bottom:30px}.mobile .main .phone_form .phone #ghduhfue[data-v-3371c604]{position:absolute;left:32px;top:50%;transform:translateY(-50%);z-index:1;font-size:20px;color:#333;cursor:pointer}.mobile .main .phone_form .Code[data-v-3371c604]{width:100%;position:relative}.mobile .main .phone_form .Code #code[data-v-3371c604]{position:absolute;top:50%;left:15px;transform:translateY(-50%);z-index:999}.mobile .main .phone_form .Code #djs[data-v-3371c604]{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);right:20px;font-size:20px;color:#004b90}.mobile .main .phone_form[data-v-3371c604] .el-input__inner{height:48px;line-height:48px}.mobile .main .phone_form[data-v-3371c604] .el-input__suffix{margin-right:10px}.mobile .main .phone_form[data-v-3371c604] .el-input__prefix i{font-size:28px;line-height:47px}.mobile .main .footer[data-v-3371c604]{position:absolute;bottom:60px;left:60px;text-align:center}.mobile .main .footer .custom-primary-button[data-v-3371c604]{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .main .footer .custom-plain-button[data-v-3371c604]{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .sjbdVerify[data-v-3371c604] .mask{display:block!important}.mobile .sjbdVerify[data-v-3371c604] .verifybox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile.dialog-mode[data-v-3371c604]{width:100%;height:auto;background:none}.mobile.dialog-mode .main[data-v-3371c604]{position:static;transform:none;left:auto;top:auto;width:100%;height:auto;background:none;border-radius:0;backdrop-filter:none;padding:10px;max-width:500px;margin:0 auto}.mobile.dialog-mode .main .header_title[data-v-3371c604]{display:none}.mobile.dialog-mode .main .phone_form[data-v-3371c604]{margin-top:20px}.mobile.dialog-mode .main .phone_form .test .ti[data-v-3371c604]{font-size:16px}.mobile.dialog-mode .main .phone_form .test ul li[data-v-3371c604]{width:100%;margin:0 0 10px 0}.mobile.dialog-mode .main .footer[data-v-3371c604]{position:static;bottom:auto;left:auto;margin-top:30px;text-align:center}.mobile.dialog-mode .main .footer .custom-plain-button[data-v-3371c604],.mobile.dialog-mode .main .footer .custom-primary-button[data-v-3371c604]{width:auto;margin:0 5px}[data-v-088b4acc] .el-select__wrapper{min-height:48px;line-height:48px}.mproveInformation[data-v-088b4acc]{margin-top:20px}[data-v-088b4acc] .el-select-dropdown__item.selected{color:#004b90!important}[data-v-088b4acc] .el-select-dropdown__item.hover,[data-v-088b4acc] .el-select-dropdown__item:hover{background-color:#f5f7fa;color:#004b90}.line-item[data-v-088b4acc]{display:flex}.line-item .input-displayName[data-v-088b4acc]{flex:1}.line-item .input-employeeNumber[data-v-088b4acc]{margin-left:20px;width:250px}.el-input--medium .el-input__inner[data-v-088b4acc]{height:48px;line-height:48px;font-size:14px}.input-radio[data-v-088b4acc]{display:flex;margin-bottom:40px}.input-radio .input-type[data-v-088b4acc]{font-size:18px;color:#0a132e;margin-bottom:20px;width:120px}.input-radio .input-type[data-v-088b4acc]:before{content:"* ";color:red}.input-radio .input-en[data-v-088b4acc]{width:240px}.input-radio .el-form-item[data-v-088b4acc]{margin-bottom:0}.input-radio .el-radio-group[data-v-088b4acc]{display:flex;flex-wrap:wrap;gap:10px 10px}.input-radio .el-radio-group[data-v-088b4acc] .el-radio{margin-right:0;margin-bottom:0;white-space:nowrap}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__label{font-size:16px;color:#333;padding-left:10px}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner{width:18px;height:18px;border:2px solid #dcdfe6}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner:hover{border-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input .el-radio__inner:after{width:8px;height:8px;background-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked .el-radio__inner{border-color:#004b90;background-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:#fff}.input-radio .el-radio-group[data-v-088b4acc] .el-radio .el-radio__input.is-checked+.el-radio__label{color:#004b90;font-weight:500}.input-radio .el-radio-group[data-v-088b4acc] .el-radio:hover .el-radio__input .el-radio__inner{border-color:#004b90}.input-radio .el-radio-group[data-v-088b4acc] .el-radio:hover .el-radio__label{color:#004b90}.input-field[data-v-088b4acc]{position:relative;margin-bottom:50px}.input-field label[data-v-088b4acc]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-088b4acc]{top:-18px;left:0;font-size:18px;color:#0a132e}.input-field label.active[data-v-088b4acc]:before{content:"* ";color:red}.input-field[data-v-088b4acc] .el-form-item{margin-bottom:0}.input-field[data-v-088b4acc] .el-input__inner,.input-field[data-v-088b4acc] .el-select{font-size:14px}.input-field[data-v-088b4acc] .el-form-item__content{position:relative}.input-field[data-v-088b4acc] .el-form-item.is-error .el-input__inner{border-color:#f56c6c}.input-field[data-v-088b4acc] .el-input__inner,.input-field[data-v-088b4acc] .el-select .el-input__inner{padding-left:15px}[data-v-088b4acc] .input-field .el-select .el-input.is-focus .el-input__inner,[data-v-088b4acc] .input-field .el-select:hover .el-input__inner{border-color:#004b90}[data-v-088b4acc] .input-field .el-select .el-input.is-focus .el-select__caret,[data-v-088b4acc] .input-field .el-select .el-input__suffix .el-select__caret{color:#004b90}.button[data-v-088b4acc]{background-color:#004b90;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;text-align:center;transition:background-color .3s ease}.button[data-v-088b4acc]:hover{background-color:#003a73}.input-field .el-form-item.is-error label[data-v-088b4acc]{color:#f56c6c}.icve-sso-login-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .el-input-group__prepend{background-color:#fff!important}.icve-sso-login-bg .primary{background-color:#004b90!important;border-color:#004b90!important}.icve-sso-login-bg .icve-sso-mobileShow-top ul{display:flex;margin-bottom:20px}.icve-sso-login-bg .icve-sso-mobileShow-top ul li{cursor:pointer;font-size:20px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#0a132e;padding-bottom:10px;margin-right:30px}.icve-sso-login-bg .icve-sso-mobileShow-top ul .icve-sso-active{color:#004b90;border-bottom:4px solid #004b90}.icve-sso-login-bg .icve-sso-moreUserName-top .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName-top ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:460px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName{height:400px;overflow-y:auto}.icve-sso-login-bg .icve-sso-moreUserName .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:430px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-hr11{color:#a2a9b6;border:0;font-size:14px;padding:1em 0;position:relative}.icve-sso-login-bg .icve-sso-hr11:before{content:attr(data-content);position:absolute;padding:0 10px;line-height:1px;border:solid #d0d0d5;border-width:0 99vw;width:-moz-fit-content;width:fit-content;white-space:nowrap;left:50%;transform:translateX(-50%)}.icve-sso-login-bg #Prefix{width:460px}.icve-sso-login-bg #Prefix .fff{display:flex}.icve-sso-login-bg .zhjsy{display:flex;justify-content:center;margin-right:80px;cursor:pointer}.icve-sso-login-bg #ghduhfue{position:absolute;cursor:pointer;z-index:999;left:46px;top:7px;font-size:18px;color:#333}.icve-sso-login-bg .sjbdVerify{position:fixed;left:2%;top:103%;z-index:9999}.icve-sso-login-bg #code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg #djs{position:absolute;cursor:pointer;z-index:2;top:6px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-tabs{text-align:left;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e;position:relative}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan{cursor:pointer;position:absolute;right:0;bottom:0}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan img{width:36px}.icve-sso-login-bg .icve-sso-tabs span{cursor:pointer;display:inline-block;padding-bottom:10px;margin-right:20px}.icve-sso-login-bg .icve-sso-tabs .icve-sso-xian1{width:100%;height:1px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-spanActive{color:#004b90;border-bottom:4px solid #004b90;transition:width 1s linear 0s}.icve-sso-login-bg .custom-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .custom-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out;display:flex;flex-direction:column}.icve-sso-login-bg .icve-sso-test1{width:400px}.icve-sso-login-bg .custom-dialog-header{padding:20px 20px 10px;border-bottom:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-header .custom-dialog-title{margin:0;font-size:20px;font-weight:700;color:#333;line-height:1.4}.icve-sso-login-bg .custom-dialog-body{flex:1;padding:20px;overflow-y:auto;font-size:14px;color:#606266;line-height:1.6}.icve-sso-login-bg .custom-dialog-footer{padding:10px 20px 20px;text-align:center;border-top:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-footer .custom-primary-button{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin-left:10px;transition:all .3s}.icve-sso-login-bg .custom-dialog-footer .custom-plain-button{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin-left:10px;transition:all .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes tabSlideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.icve-sso-login-bg .img{display:flex;justify-content:center}.icve-sso-login-bg .el-input__inner{height:48px;line-height:48px;padding-left:45px!important}.icve-sso-login-bg .el-input__prefix{display:flex;align-items:center}.icve-sso-login-bg .el-input__prefix .el-icon{font-size:30px;color:#909399}.icve-sso-login-bg .el-input__suffix{margin-right:10px}.icve-sso-login-bg .el-input__suffix i{font-size:26px}.icve-sso-login-bg .el-scrollbar__wrap{overflow-x:hidden}.icve-sso-login-bg .icve-sso-escrool{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:hsla(0,0%,100%,.95);height:662px;border-radius:32px;backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);transition:all .3s cubic-bezier(.4,0,.2,1);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1{margin-top:20px;padding-bottom:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h6{margin-top:10px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title-wrapper{position:relative;margin-top:20px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title{text-align:center;font-size:36px;font-family:PingFangSC,PingFang SC;font-weight:600;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn{position:absolute;top:-2px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:active{transform:scale(.95)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn svg{transition:transform .2s ease}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:hover svg{transform:rotate(90deg)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space{display:flex;justify-content:space-between}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .zhi{cursor:pointer;position:absolute;bottom:120px;left:248px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-l{width:530px;display:flex;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-xian{width:1px;height:442px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri{position:relative;width:540px;padding:0 40px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer{position:absolute;left:-192px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h6{margin-top:20px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-top{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-active{color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .el-tabs__active-bar{min-width:132px!important;height:4px;background:#004b90!important}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm{padding-top:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1 .icve-sso-verifybox{top:-230px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2 .icve-sso-verifybox{top:-314px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{cursor:pointer;width:100%;height:48px;background:#f5f5f5;border-radius:4px;text-align:center;line-height:48px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{position:relative;margin-top:50px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-login{cursor:pointer;margin-top:26px;display:flex;align-items:center;justify-content:center;height:48px;background:#004b90;border-radius:4px;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .enroll{cursor:pointer;margin-top:25px;display:flex;align-items:center;justify-content:center;height:48px;background:#fff;border-radius:4px;border:1px solid #004b90;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-customer{margin-top:40px;display:flex;justify-content:space-between;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .icve-sso-mobile_login .el-input__prefix{left:80px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content{display:flex;position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content .icve-sso-prefix{position:absolute;cursor:pointer;z-index:999;left:40px;top:9px;font-size:18px;color:#333}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-code{position:absolute;left:15px;top:8px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:8px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1{position:relative;margin-top:130px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:5px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul{list-style:none;padding:0;margin:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li{margin-bottom:16px;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li:last-child{margin-bottom:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card{display:flex;align-items:center;padding:16px 20px;background:#f8f9fc;border-radius:8px;border:1px solid #e8ebf0;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card:hover{background:#f0f4ff;border-color:#004b90;box-shadow:0 2px 8px rgba(0,75,144,.1);transform:translateY(-2px)}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-avatar{flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info{flex:1;min-width:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-name{font-size:18px;font-weight:500;color:#0a132e;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time{display:flex;align-items:center;font-size:14px;color:#95a1bc}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time svg{flex-shrink:0;margin-right:6px}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
@@ -32862,17 +32862,22 @@ function TJCaptchavue_type_template_id_4adf8476_render(_ctx, _cache, $props, $se
|
|
|
32862
32862
|
const TJCaptcha_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(TJCaptchavue_type_script_lang_js, [['render',TJCaptchavue_type_template_id_4adf8476_render]])
|
|
32863
32863
|
|
|
32864
32864
|
/* harmony default export */ const TJCaptcha = (TJCaptcha_exports_);
|
|
32865
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AliyunCaptchaModal.vue?vue&type=template&id=
|
|
32865
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AliyunCaptchaModal.vue?vue&type=template&id=283e7c5a
|
|
32866
32866
|
|
|
32867
|
-
var
|
|
32868
|
-
function
|
|
32867
|
+
var AliyunCaptchaModalvue_type_template_id_283e7c5a_hoisted_1 = ["id"];
|
|
32868
|
+
function AliyunCaptchaModalvue_type_template_id_283e7c5a_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32869
32869
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", null, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", {
|
|
32870
|
-
id: "captcha-element-".concat(
|
|
32871
|
-
}, null, 8,
|
|
32870
|
+
id: "captcha-element-".concat($data.uniqueId)
|
|
32871
|
+
}, null, 8, AliyunCaptchaModalvue_type_template_id_283e7c5a_hoisted_1)]);
|
|
32872
32872
|
}
|
|
32873
|
-
;// ./src/components/AliyunCaptchaModal.vue?vue&type=template&id=
|
|
32873
|
+
;// ./src/components/AliyunCaptchaModal.vue?vue&type=template&id=283e7c5a
|
|
32874
32874
|
|
|
32875
32875
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AliyunCaptchaModal.vue?vue&type=script&lang=js
|
|
32876
|
+
|
|
32877
|
+
|
|
32878
|
+
|
|
32879
|
+
|
|
32880
|
+
|
|
32876
32881
|
/* harmony default export */ const AliyunCaptchaModalvue_type_script_lang_js = ({
|
|
32877
32882
|
props: {
|
|
32878
32883
|
id: {
|
|
@@ -32886,10 +32891,12 @@ function AliyunCaptchaModalvue_type_template_id_3f1f3ec9_render(_ctx, _cache, $p
|
|
|
32886
32891
|
},
|
|
32887
32892
|
data: function data() {
|
|
32888
32893
|
return {
|
|
32889
|
-
captcha: null
|
|
32894
|
+
captcha: null,
|
|
32895
|
+
uniqueId: '' // Vue 3 兼容的唯一ID
|
|
32890
32896
|
};
|
|
32891
32897
|
},
|
|
32892
32898
|
mounted: function mounted() {
|
|
32899
|
+
this.uniqueId = 'captcha-' + Math.random().toString(36).substr(2, 9);
|
|
32893
32900
|
try {
|
|
32894
32901
|
if (typeof window.initAliyunCaptcha === 'undefined') {
|
|
32895
32902
|
console.warn('阿里云验证码库未加载');
|
|
@@ -32913,7 +32920,7 @@ function AliyunCaptchaModalvue_type_template_id_3f1f3ec9_render(_ctx, _cache, $p
|
|
|
32913
32920
|
// 场景ID。根据步骤二新建验证场景后,您可以在验证码场景列表,获取该场景的场景ID
|
|
32914
32921
|
mode: "popup",
|
|
32915
32922
|
// 验证码模式。popup表示要集成的验证码模式为弹出式。无需修改
|
|
32916
|
-
element: "#captcha-element-".concat(this.
|
|
32923
|
+
element: "#captcha-element-".concat(this.uniqueId),
|
|
32917
32924
|
// 页面上预留的渲染验证码的元素,与原代码中预留的页面元素保持一致。
|
|
32918
32925
|
button: "#".concat(this.id),
|
|
32919
32926
|
captchaLogoImg: "https://file.icve.com.cn/app/site/prod/zyzyzx_components/zhzj_logo.webp",
|
|
@@ -32948,7 +32955,7 @@ function AliyunCaptchaModalvue_type_template_id_3f1f3ec9_render(_ctx, _cache, $p
|
|
|
32948
32955
|
height: 40
|
|
32949
32956
|
},
|
|
32950
32957
|
// 滑块验证码样式,支持自定义宽度和高度,单位为px。其中,width最小值为320 px
|
|
32951
|
-
language: localStorage.getItem("language") || "cn" // 验证码语言类型,支持简体中文(cn)、繁体中文(tw)、英文(en)
|
|
32958
|
+
language: typeof localStorage !== 'undefined' ? localStorage.getItem("language") || "cn" : "cn" // 验证码语言类型,支持简体中文(cn)、繁体中文(tw)、英文(en)
|
|
32952
32959
|
});
|
|
32953
32960
|
} catch (error) {
|
|
32954
32961
|
console.error('阿里云验证码初始化失败:', error);
|
|
@@ -32964,7 +32971,7 @@ function AliyunCaptchaModalvue_type_template_id_3f1f3ec9_render(_ctx, _cache, $p
|
|
|
32964
32971
|
|
|
32965
32972
|
|
|
32966
32973
|
;
|
|
32967
|
-
const AliyunCaptchaModal_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(AliyunCaptchaModalvue_type_script_lang_js, [['render',
|
|
32974
|
+
const AliyunCaptchaModal_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(AliyunCaptchaModalvue_type_script_lang_js, [['render',AliyunCaptchaModalvue_type_template_id_283e7c5a_render]])
|
|
32968
32975
|
|
|
32969
32976
|
/* harmony default export */ const AliyunCaptchaModal = (AliyunCaptchaModal_exports_);
|
|
32970
32977
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/verifyComponents.vue?vue&type=script&lang=js
|
|
@@ -33057,66 +33064,66 @@ const AliyunCaptchaModal_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
33057
33064
|
const verifyComponents_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(verifyComponentsvue_type_script_lang_js, [['render',verifyComponentsvue_type_template_id_5ed3cdce_render]])
|
|
33058
33065
|
|
|
33059
33066
|
/* harmony default export */ const verifyComponents = (verifyComponents_exports_);
|
|
33060
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=template&id=
|
|
33067
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=template&id=6badd114&scoped=true
|
|
33061
33068
|
|
|
33062
|
-
var
|
|
33069
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_1 = {
|
|
33063
33070
|
"class": "qr-code-wrapper"
|
|
33064
33071
|
};
|
|
33065
|
-
var
|
|
33066
|
-
var
|
|
33072
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_2 = ["id"];
|
|
33073
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_3 = {
|
|
33067
33074
|
key: 0,
|
|
33068
33075
|
"class": "qr-login-overlay"
|
|
33069
33076
|
};
|
|
33070
|
-
var
|
|
33077
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_4 = {
|
|
33071
33078
|
key: 0,
|
|
33072
33079
|
"class": "overlay-content"
|
|
33073
33080
|
};
|
|
33074
|
-
var
|
|
33081
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_5 = {
|
|
33075
33082
|
"class": "overlay-text"
|
|
33076
33083
|
};
|
|
33077
|
-
var
|
|
33084
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_6 = {
|
|
33078
33085
|
"class": "overlay-tip"
|
|
33079
33086
|
};
|
|
33080
|
-
var
|
|
33087
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_7 = {
|
|
33081
33088
|
key: 1,
|
|
33082
33089
|
"class": "overlay-content"
|
|
33083
33090
|
};
|
|
33084
|
-
var
|
|
33091
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_8 = {
|
|
33085
33092
|
"class": "overlay-text",
|
|
33086
33093
|
style: {
|
|
33087
33094
|
"color": "red"
|
|
33088
33095
|
}
|
|
33089
33096
|
};
|
|
33090
|
-
var
|
|
33097
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_9 = {
|
|
33091
33098
|
"class": "overlay-tip"
|
|
33092
33099
|
};
|
|
33093
|
-
var
|
|
33100
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_10 = {
|
|
33094
33101
|
"class": "qr-tip"
|
|
33095
33102
|
};
|
|
33096
|
-
var
|
|
33103
|
+
var QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_11 = {
|
|
33097
33104
|
key: 0,
|
|
33098
33105
|
"class": "bind-tip"
|
|
33099
33106
|
};
|
|
33100
|
-
function
|
|
33107
|
+
function QRCodeLoginvue_type_template_id_6badd114_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33101
33108
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
33102
33109
|
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["qr-login-container", {
|
|
33103
33110
|
'qr-login-container1': $props.bdwxShow
|
|
33104
33111
|
}])
|
|
33105
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
33106
|
-
id: "qrcode-container-".concat(
|
|
33107
|
-
}, null, 8,
|
|
33112
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", {
|
|
33113
|
+
id: "qrcode-container-".concat($data.uniqueId)
|
|
33114
|
+
}, null, 8, QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_2), $data.loginStatus == 1 || $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_3, [$data.loginStatus == 1 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_5, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('已扫码')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_6, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('请在手机上确认')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("button", {
|
|
33108
33115
|
"class": "rescan-btn",
|
|
33109
33116
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
33110
33117
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
33111
33118
|
})
|
|
33112
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('重新扫码')), 1)])) : $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div",
|
|
33119
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('重新扫码')), 1)])) : $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_8, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('二维码已过期')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_9, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('请点击下方按钮刷新')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("button", {
|
|
33113
33120
|
"class": "rescan-btn",
|
|
33114
33121
|
onClick: _cache[1] || (_cache[1] = function () {
|
|
33115
33122
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
33116
33123
|
})
|
|
33117
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('重新生成')), 1)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p",
|
|
33124
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('重新生成')), 1)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_10, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.bdwxShow ? _ctx.i18n('微信扫码进行账号绑定') : _ctx.i18n('微信或App扫码均可登录')), 1), $data.wxRandom ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", QRCodeLoginvue_type_template_id_6badd114_scoped_true_hoisted_11, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~')), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)], 2);
|
|
33118
33125
|
}
|
|
33119
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=
|
|
33126
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=6badd114&scoped=true
|
|
33120
33127
|
|
|
33121
33128
|
// EXTERNAL MODULE: ./node_modules/qrcodejs2/qrcode.js
|
|
33122
33129
|
var qrcode = __webpack_require__(9118);
|
|
@@ -33139,6 +33146,11 @@ function removeToken() {
|
|
|
33139
33146
|
|
|
33140
33147
|
|
|
33141
33148
|
|
|
33149
|
+
|
|
33150
|
+
|
|
33151
|
+
|
|
33152
|
+
|
|
33153
|
+
|
|
33142
33154
|
/* harmony default export */ const QRCodeLoginvue_type_script_lang_js = ({
|
|
33143
33155
|
mixins: [i18nMixin],
|
|
33144
33156
|
props: {
|
|
@@ -33159,10 +33171,12 @@ function removeToken() {
|
|
|
33159
33171
|
statusTimer: null,
|
|
33160
33172
|
loginStatus: 0,
|
|
33161
33173
|
// 0-未扫码, 1-已扫码待确认, 2-登录成功, 3-过期
|
|
33162
|
-
wxRandom: ''
|
|
33174
|
+
wxRandom: '',
|
|
33175
|
+
uniqueId: '' // Vue 3 兼容的唯一ID
|
|
33163
33176
|
};
|
|
33164
33177
|
},
|
|
33165
33178
|
mounted: function mounted() {
|
|
33179
|
+
this.uniqueId = 'qr-' + Math.random().toString(36).substr(2, 9);
|
|
33166
33180
|
this.generateQrCode();
|
|
33167
33181
|
},
|
|
33168
33182
|
beforeDestroy: function beforeDestroy() {
|
|
@@ -33192,7 +33206,7 @@ function removeToken() {
|
|
|
33192
33206
|
});
|
|
33193
33207
|
},
|
|
33194
33208
|
generateQRCode: function generateQRCode(url) {
|
|
33195
|
-
var containerId = "qrcode-container-".concat(this.
|
|
33209
|
+
var containerId = "qrcode-container-".concat(this.uniqueId);
|
|
33196
33210
|
document.getElementById(containerId).innerHTML = '';
|
|
33197
33211
|
// 创建新的二维码实例
|
|
33198
33212
|
new (qrcode_default())(document.getElementById(containerId), {
|
|
@@ -33259,10 +33273,10 @@ function removeToken() {
|
|
|
33259
33273
|
});
|
|
33260
33274
|
;// ./src/components/QRCodeLogin.vue?vue&type=script&lang=js
|
|
33261
33275
|
|
|
33262
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=
|
|
33276
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=6badd114&lang=scss&scoped=true
|
|
33263
33277
|
// extracted by mini-css-extract-plugin
|
|
33264
33278
|
|
|
33265
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=
|
|
33279
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=6badd114&lang=scss&scoped=true
|
|
33266
33280
|
|
|
33267
33281
|
;// ./src/components/QRCodeLogin.vue
|
|
33268
33282
|
|
|
@@ -33272,7 +33286,7 @@ function removeToken() {
|
|
|
33272
33286
|
;
|
|
33273
33287
|
|
|
33274
33288
|
|
|
33275
|
-
const QRCodeLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(QRCodeLoginvue_type_script_lang_js, [['render',
|
|
33289
|
+
const QRCodeLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(QRCodeLoginvue_type_script_lang_js, [['render',QRCodeLoginvue_type_template_id_6badd114_scoped_true_render],['__scopeId',"data-v-6badd114"]])
|
|
33276
33290
|
|
|
33277
33291
|
/* harmony default export */ const QRCodeLogin = (QRCodeLogin_exports_);
|
|
33278
33292
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/mobileBinding.vue?vue&type=template&id=3371c604&scoped=true
|