|
@@ -0,0 +1,284 @@
|
|
|
+.pagination-container[data-v-5985d484] {
|
|
|
+ background: #fff;
|
|
|
+ padding: 32px 16px;
|
|
|
+ width: 100%;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center
|
|
|
+}
|
|
|
+
|
|
|
+.pagination-container.hidden[data-v-5985d484] {
|
|
|
+ display: none
|
|
|
+}
|
|
|
+
|
|
|
+.el-select[data-v-74f5c559] {
|
|
|
+ width: 180px!important
|
|
|
+}
|
|
|
+
|
|
|
+.headWrap[data-v-74f5c559] {
|
|
|
+ padding: 20px 0
|
|
|
+}
|
|
|
+
|
|
|
+[data-v-74f5c559] .el-date-editor.el-input {
|
|
|
+ width: auto
|
|
|
+}
|
|
|
+
|
|
|
+[data-v-74f5c559] .el-date-editor.el-input .el-input__inner {
|
|
|
+ padding-right: 0
|
|
|
+}
|
|
|
+
|
|
|
+.studentInfo[data-v-74f5c559] .el-dialog__body {
|
|
|
+ padding-top: 0;
|
|
|
+ padding-bottom: 0
|
|
|
+}
|
|
|
+
|
|
|
+.stu-container .topFrom[data-v-74f5c559] {
|
|
|
+ margin: 20px 30px 0;
|
|
|
+ width: 1000px
|
|
|
+}
|
|
|
+
|
|
|
+.stu-container .newStudent[data-v-74f5c559] {
|
|
|
+ width: 121px;
|
|
|
+ height: 40px;
|
|
|
+ background: #14928a;
|
|
|
+ border-radius: 4px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 14px;
|
|
|
+ cursor: pointer
|
|
|
+}
|
|
|
+
|
|
|
+.left-code h2[data-v-74f5c559], .right-code h2[data-v-74f5c559] {
|
|
|
+ display: block;
|
|
|
+ font-size: 18px;
|
|
|
+ text-align: center;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ line-height: 1;
|
|
|
+ height: 30px;
|
|
|
+ margin-bottom: 0
|
|
|
+}
|
|
|
+
|
|
|
+.left-code .qrcode[data-v-74f5c559], .right-code .qrcode[data-v-74f5c559] {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center
|
|
|
+}
|
|
|
+
|
|
|
+.left-code .qrcode img[data-v-74f5c559], .right-code .qrcode img[data-v-74f5c559] {
|
|
|
+ width: 200px;
|
|
|
+ height: 200px
|
|
|
+}
|
|
|
+
|
|
|
+.left-code .code-url[data-v-74f5c559], .right-code .code-url[data-v-74f5c559] {
|
|
|
+ font-size: 18px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 15px 15px 0 15px
|
|
|
+}
|
|
|
+
|
|
|
+.export[data-v-74f5c559] {
|
|
|
+ background: #14928a
|
|
|
+}
|
|
|
+
|
|
|
+.t-container .topFrom {
|
|
|
+ margin: 20px 30px 0;
|
|
|
+ width: 1000px
|
|
|
+}
|
|
|
+
|
|
|
+.cl-container .topFrom {
|
|
|
+ margin: 20px 30px 0
|
|
|
+}
|
|
|
+
|
|
|
+.cl-container .topFrom .classlist {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row;
|
|
|
+ -webkit-box-pack: start;
|
|
|
+ -ms-flex-pack: start;
|
|
|
+ justify-content: flex-start;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center
|
|
|
+}
|
|
|
+
|
|
|
+.cl-container .topFrom .classlist ul li {
|
|
|
+ list-style: none
|
|
|
+}
|
|
|
+
|
|
|
+.btnWraps {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row;
|
|
|
+ -webkit-box-pack: start;
|
|
|
+ -ms-flex-pack: start;
|
|
|
+ justify-content: flex-start
|
|
|
+}
|
|
|
+
|
|
|
+.btnWraps div {
|
|
|
+ margin-right: 20px
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container {
|
|
|
+ margin-top: 35px
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop .left {
|
|
|
+ max-width: 750px
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop .left .el-select {
|
|
|
+ width: 180px!important
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop .right {
|
|
|
+ height: 40vh;
|
|
|
+ overflow: scroll
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop .right ul li {
|
|
|
+ list-style: none;
|
|
|
+ line-height: 22px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #aaa
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseTop .right::-webkit-scrollbar {
|
|
|
+ display: none
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom {
|
|
|
+ margin-top: 40px;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom .code {
|
|
|
+ width: 300px;
|
|
|
+ height: 300px;
|
|
|
+ background-color: red;
|
|
|
+ margin-bottom: 20px
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom .btnList {
|
|
|
+ width: 300px;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-orient: horizontal;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: row;
|
|
|
+ flex-direction: row;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 60px
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom .btnList div {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 120px;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ border-radius: 4px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom .btnList .closeBtn {
|
|
|
+ background-color: #777
|
|
|
+}
|
|
|
+
|
|
|
+.basea-container .baseBottom .btnList .okBtn {
|
|
|
+ background-color: #f97215
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .m-core .msg.ing[data-v-300b9d66] {
|
|
|
+ color: #14928a
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .m-core .msg[data-v-300b9d66] {
|
|
|
+ text-align: right;
|
|
|
+ color: #777;
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: 700;
|
|
|
+ position: absolute;
|
|
|
+ right: 40px;
|
|
|
+ top: -33px
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .m-core .msg img[data-v-300b9d66] {
|
|
|
+ width: 36px;
|
|
|
+ height: 36px;
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ margin-right: 8px
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .m-core .abs[data-v-300b9d66] {
|
|
|
+ position: absolute;
|
|
|
+ right: 240px;
|
|
|
+ top: -28px
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .term[data-v-300b9d66] {
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ border-radius: 24px;
|
|
|
+ width: 100px;
|
|
|
+ color: #14928a;
|
|
|
+ border: 1px solid #14928a;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ margin-right: 12px
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .term[data-v-300b9d66]:first-child {
|
|
|
+ margin-left: 47px
|
|
|
+}
|
|
|
+
|
|
|
+.m-container .term.active[data-v-300b9d66] {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #14928a
|
|
|
+}
|