overseas 2.0.7 → 2.0.8
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/lib/base/bottom-popup.js +550 -0
- package/lib/base/button.js +400 -0
- package/lib/base/dialog.js +979 -0
- package/lib/base/icon.js +273 -0
- package/lib/base/image.js +309 -0
- package/lib/base/material-list.js +357 -0
- package/lib/base/popup.js +364 -0
- package/lib/business/basic-image.js +325 -0
- package/lib/business/bottom-fixed-button.js +350 -0
- package/lib/business/class-choose.js +1717 -0
- package/lib/business/grade-panel.js +683 -0
- package/lib/business/material-panel.js +778 -0
- package/lib/business/notified-panel.js +2141 -0
- package/lib/business/page-render.js +364 -0
- package/lib/business/registration-panel.js +1071 -0
- package/lib/business/selector-panel.js +667 -0
- package/lib/business/student-info.js +1172 -0
- package/lib/business/switch-student.js +1407 -0
- package/lib/business/tips-popup.js +626 -0
- package/lib/business/user-login.js +816 -0
- package/lib/index.js +1 -0
- package/lib/network/api.js +64 -0
- package/lib/network/apiUrl.js +68 -0
- package/lib/overseas-ui.common.js +8771 -0
- package/lib/static/logo.b6015b3.png +0 -0
- package/lib/static/logo.b6015b30.png +0 -0
- package/lib/theme-style/bottom-fixed-button.css +1 -0
- package/lib/theme-style/bottom-popup.css +1 -0
- package/lib/theme-style/button.css +1 -0
- package/lib/theme-style/class-choose.css +1 -0
- package/lib/theme-style/common.css +1 -0
- package/lib/theme-style/dialog.css +1 -0
- package/lib/theme-style/grade-panel.css +1 -0
- package/lib/theme-style/icon.css +1 -0
- package/lib/theme-style/image.css +1 -0
- package/lib/theme-style/img/body_bg.png +0 -0
- package/lib/theme-style/img/pdf.png +0 -0
- package/lib/theme-style/img/title_bg.png +0 -0
- package/lib/theme-style/index.css +1 -0
- package/lib/theme-style/material-list.css +1 -0
- package/lib/theme-style/material-panel.css +1 -0
- package/lib/theme-style/notified-panel.css +1 -0
- package/lib/theme-style/page-render.css +1 -0
- package/lib/theme-style/registration-panel.css +1 -0
- package/lib/theme-style/selector-panel.css +1 -0
- package/lib/theme-style/student-info.css +1 -0
- package/lib/theme-style/switch-student.css +1 -0
- package/lib/theme-style/tips-popup.css +1 -0
- package/lib/theme-style/user-login.css +1 -0
- package/lib/utils/dom.js +60 -0
- package/lib/utils/filters.js +87 -0
- package/lib/utils/merge.js +19 -0
- package/lib/utils/phone.js +156 -0
- package/lib/utils/popup/index.js +132 -0
- package/lib/utils/popup/popup-manager.js +198 -0
- package/lib/utils/storage.js +27 -0
- package/lib/utils/utils.js +65 -0
- package/package.json +1 -1
- package/packages/theme-style/lib/bottom-fixed-button.css +1 -0
- package/packages/theme-style/lib/bottom-popup.css +1 -0
- package/packages/theme-style/lib/button.css +1 -0
- package/packages/theme-style/lib/class-choose.css +1 -0
- package/packages/theme-style/lib/common.css +1 -0
- package/packages/theme-style/lib/dialog.css +1 -0
- package/packages/theme-style/lib/grade-panel.css +1 -0
- package/packages/theme-style/lib/icon.css +1 -0
- package/packages/theme-style/lib/image.css +1 -0
- package/packages/theme-style/lib/img/body_bg.png +0 -0
- package/packages/theme-style/lib/img/pdf.png +0 -0
- package/packages/theme-style/lib/img/title_bg.png +0 -0
- package/packages/theme-style/lib/index.css +1 -0
- package/packages/theme-style/lib/material-list.css +1 -0
- package/packages/theme-style/lib/material-panel.css +1 -0
- package/packages/theme-style/lib/notified-panel.css +1 -0
- package/packages/theme-style/lib/page-render.css +1 -0
- package/packages/theme-style/lib/registration-panel.css +1 -0
- package/packages/theme-style/lib/selector-panel.css +1 -0
- package/packages/theme-style/lib/student-info.css +1 -0
- package/packages/theme-style/lib/switch-student.css +1 -0
- package/packages/theme-style/lib/tips-popup.css +1 -0
- package/packages/theme-style/lib/user-login.css +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.selection-list-wrapper{margin:10px auto 0;width:343px;box-sizing:border-box;background:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.selection-list-wrapper .selection-list-title{width:295px;font-size:16px;font-family:SFProRounded-Medium,SFProRounded,SFPro-Medium,Helvetica,Roboto,Arial,sans-serif;font-weight:500;color:#172B4D;line-height:22px;margin-top:16px;word-wrap:break-word;text-align:center;display:flex;justify-content:center;align-items:center}.selection-list-wrapper .selection-list-container{width:100%;padding-top:10px;padding-left:16px;padding-right:16px}.selection-list-wrapper .selection-list-container li,.selection-list-wrapper .selection-list-container ul{list-style:none;padding:0;margin:0;display:inline}.selection-list-wrapper .selection-list-container .selection-item-wrapper{display:flex;flex-wrap:wrap;margin-right:-10px}.selection-list-wrapper .selection-list-container .selection-item{margin-right:10px;margin-bottom:10px;padding:10px;width:97px;height:36px;background:#F8F9FA;border-radius:6px;display:flex;align-items:center;justify-content:center}.selection-list-wrapper .selection-list-container .selection-item .item-text{color:#A2AAB8;font-size:14px}.selection-list-wrapper .selection-list-container .active{background:linear-gradient(45deg,#FFD518 0,#FFAA0A 100%) #FFAA0A}.selection-list-wrapper .selection-list-container .active .item-text{color:#fff}.selection-list-wrapper .selection-list-container .double{width:150px}.selection-list-wrapper .selection-list-container .only-one{width:312px;margin-right:0}.selection-list-wrapper .selection-list-container .btn{margin-top:6px;margin-bottom:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon-close-new-e658{font-size:32px}.invalid{font-size:12px;color:#ff503f;text-align:right;padding-right:15px}.icon-left{font-size:32px}.popup-body-wrapper{height:100%;position:relative}.popup-body-wrapper .popup-tips{width:100%;height:81px;font-size:14px;color:#a2aab8;line-height:16px;margin-top:10px}.popup-body-wrapper .btn{position:absolute}.popup-txt{background:#fff;margin:10px 0;width:100%;display:inline-block;border-radius:10px;padding:0 16px;font-size:16px;line-height:22px}.popup-txt h1,.popup-txt h2,.popup-txt h3,.popup-txt h4,.popup-txt h5,.popup-txt h6,.popup-txt pre{font-size:16px;line-height:19px}.popup-txt .student-info{height:60px;display:flex;align-items:center;position:relative}.popup-txt .student-info span{height:22px;line-height:22px}.popup-txt .student-info input{display:block;border:none;text-shadow:none;box-shadow:none;width:200px;height:22px;position:absolute;right:0;font-size:16px;font-family:SFProRounded-Medium,SFProRounded;font-weight:500;color:#A2AAB8;line-height:22px;outline:transparent 0}.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body{background:#fff}.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .result-understanding-dialog{max-height:380px;overflow-y:scroll}.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt{padding:0 24px;font-weight:500;color:#172b4d;font-size:16px;line-height:19px;word-break:break-word!important}.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h1,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h2,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h3,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h4,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h5,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt h6,.desc ::v-deep .el-dialog.common-dialog .el-dialog__body .dialog-body .txt pre{font-size:16px;line-height:19px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon-close-new-e658,.icon-left{font-size:32px}.popup-body-wrapper{height:100%}.popup-body-wrapper .coupon-tip-container .coupon-tip{margin-bottom:10px;padding:8px 20px;width:100%;font-size:12px;line-height:14px;color:#ffaa0a;height:44px;background:#fff;border-radius:36px;display:flex;align-items:center}.popup-body-wrapper .coupon-tip-container .coupon-tip i,.popup-body-wrapper .coupon-tip-container .coupon-tip span{display:inline-block;vertical-align:middle}.popup-body-wrapper .coupon-tip-container .coupon-tip .icon-alert{font-size:18px}.popup-body-wrapper .coupon-tip-container .coupon-tip span{margin-left:10px;width:272px;word-break:keep-all}.popup-body-wrapper .stu-switch-btn{margin-top:74px}.popup-body-wrapper .empty-box{width:100%;height:54px}.popup-body-wrapper .guide-to-add-student,.popup-body-wrapper .students-list-title{font-size:14px;line-height:16px;color:#a2aab8;margin:0 4px}.popup-body-wrapper .guide-to-add-student{margin:10px 4px 0}.popup-body-wrapper .guide-to-add-student .btn-add-student{color:#ffaa0a;text-decoration:underline;cursor:pointer}.stu-switch-popup-txt{margin:10px 0;width:100%;display:inline-block;border-radius:10px;font-size:16px;line-height:22px}.stu-switch-popup-txt h1,.stu-switch-popup-txt h2,.stu-switch-popup-txt h3,.stu-switch-popup-txt h4,.stu-switch-popup-txt h5,.stu-switch-popup-txt h6,.stu-switch-popup-txt pre{font-size:16px;line-height:19px}.students-list-wrapper{border-radius:10px;overflow:hidden}.students-list-wrapper .students-list{background:#fff}.student-card-wrapper{width:100%;height:82px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom-color:#f4f6fa;border-bottom-style:solid}.student-card-wrapper .student-card-container{width:100%}.student-card-wrapper .card-main-container{display:flex;margin-left:14px}.student-card-wrapper .card-main-container .stu-avatar-container{margin-right:10px;width:54px;height:54px;border:2px solid #f4f6fa;border-radius:50%}.student-card-wrapper .card-main-container .stu-avatar-container img{width:54px;height:54px;border-radius:50%}.student-card-wrapper .card-main-container .stu-info-container .stu-name{margin:8px 0 3px;font-size:16px;line-height:19px}.student-card-wrapper .card-main-container .stu-info-container .stu-no{height:16px;font-size:14px;line-height:16px;color:#a2aab8}.student-card-wrapper .btn-select-student{width:22px;height:22px;margin-right:16px}.student-card-wrapper .btn-select-student .icon-selected{font-size:22px;color:#ffaa0a}.student-card-wrapper .btn-select-student .icon-unselect{font-size:22px;color:#ffecca}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tips-popup-wrapper{min-width:80vw}.tips-popup-wrapper .tips-popup-container{margin:0 16px;border-radius:16px 16px 0 0;display:flex;flex-direction:column;align-items:center;background:#fff}.tips-popup-wrapper .tips-popup-container .title{margin-top:34px;font-size:18px;color:#172b4d;line-height:21px;text-align:center}.tips-popup-wrapper .tips-popup-container .message{font-size:14px;color:#a2aab8;line-height:16px;margin:22px 16px 24px;text-align:center}.tips-popup-wrapper .btn-wrapper{margin:0 16px;border-radius:0 0 16px 16px;display:flex;justify-content:center;align-items:flex-start;background:#fff}.tips-popup-wrapper .btn-wrapper .btn{margin-bottom:16px}.tips-popup-wrapper .btn-wrapper-2{margin:0 16px;border-radius:0 0 16px 16px;display:flex;justify-content:space-around;align-items:flex-start;background:#fff}.tips-popup-wrapper .btn-wrapper-2 .btn-left{background:#fff3dc;color:#ffaa0a}.tips-popup-wrapper .btn-wrapper-2 .btn{margin-bottom:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.footer,.logo{transform:translateX(-50%);text-align:center}.footer,.insertput,.logo{text-align:center}.login-box{width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.login-box .sub-box{width:90%;height:65%;position:relative;padding-top:70px;background:#fff;border-radius:10px}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.insertput{position:relative}.footer,.insertput.code span,.logo{position:absolute}.insertput input{background-color:#f4f6fa;border:0;width:90%;outline:0;height:60px;border-radius:50px;margin-top:15px;font-size:18px;padding-left:20px}.insertput.code span{right:35px;color:#ff850a;top:50%}.logo{top:-40px;left:50%}.logo img{width:80px;height:80px}.centent{font-size:14px;font-weight:500;color:#A2AAB8;line-height:16px;padding:20px}.footer{line-height:48px;width:80%;bottom:15px;left:50%;margin:0 auto}.footer p{float:left}.footer .cancel{width:30%;height:48px;background:#FFF3DC;border-radius:24px;color:#FFAA0A;margin-right:10px}.footer .sign-in{width:65%;height:48px;background:linear-gradient(45deg,#FFD518 0,#FFAA0A 100%);border-radius:24px;color:#fff}
|