diff --git a/pages/Mystudent/addclassforwork.vue b/pages/Mystudent/addclassforwork.vue
index 50e8a14..24c840f 100644
--- a/pages/Mystudent/addclassforwork.vue
+++ b/pages/Mystudent/addclassforwork.vue
@@ -5,7 +5,7 @@
:background="bgc"
title-color='#2E4975'
title-size='36'
- height='36'>
+ height='36' :custom-back="addclassinfo">
diff --git a/pages_teacher/pages_add/add_studentsforwork.vue b/pages_teacher/pages_add/add_studentsforwork.vue
index 6ced2bc..43e338f 100644
--- a/pages_teacher/pages_add/add_studentsforwork.vue
+++ b/pages_teacher/pages_add/add_studentsforwork.vue
@@ -1,7 +1,7 @@
+ height='36' :custom-back="addstu">
@@ -71,6 +71,7 @@
},
methods: {
addstu() {
+ console.log('调用了');
uni.setStorageSync('selectedStuInfo', this.selectedIds);
// Navigate back to the previous page
diff --git a/pages_teacher/teacher_teachers/components/compose.vue b/pages_teacher/teacher_teachers/components/compose.vue
index 4e33ba1..0bcbe65 100644
--- a/pages_teacher/teacher_teachers/components/compose.vue
+++ b/pages_teacher/teacher_teachers/components/compose.vue
@@ -1,153 +1,210 @@
-
+
- {{item.examName}}
+ {{ item.examName }}
- {{text}}
+ {{ text }}
-
-
+
+
- {{Task}}
+ {{ Task }}
- {{item[text][Task].caption}}
- {{item[text][Task].themeCaption}}
+ {{ item[text][Task].caption }}
+ {{ item[text][Task].themeCaption }}
- {{item.name}}
+ {{ item.name }}
-
diff --git a/pages_teacher/teacher_teachers/teacher_addOperation.vue b/pages_teacher/teacher_teachers/teacher_addOperation.vue
index 69e9398..8ed530b 100644
--- a/pages_teacher/teacher_teachers/teacher_addOperation.vue
+++ b/pages_teacher/teacher_teachers/teacher_addOperation.vue
@@ -1,13 +1,21 @@
-
+
@@ -15,33 +23,45 @@
班级安排
-
+
+
-
-
+
+
暂未安排哦!
-
+
去安排
-
-
-
-
-
+
+
+
+
+
+
-
+
+
- {{item.name}}
+ {{ item.name }}
-
-
+
+
@@ -49,35 +69,46 @@
学员安排
-
+
+
-
-
+
+
暂未安排哦!
-
+
去安排
-
+
-
-
-
+
+
+
+
-
+
- {{item.name}}
+ {{ item.name }}
-
+
-
-
+
+
@@ -89,17 +120,18 @@
IELTS 18
-
+
-
+
Test 2
-
+
听力
-
+
Part 1:多选题
@@ -107,114 +139,105 @@
-
-
-
-
-
- Test 2
-
- 听力
-
+
+
+
+
+
+ Test 2
+
+ 听力
+
+
+
+ Part 1:多选题
+
-
- Part 1:多选题
+
+
+
+
+
+
+
+ Test 2
+
+ 听力
+
+
+
+ Part 1:多选题
+
-
-
-
-
-
-
-
-
- Test 2
-
- 听力
-
-
-
- Part 1:多选题
-
-
-
-
+
+
-
- IELTS 18
-
-
-
- Test 2
- 听力
-
-
- Part 1:多选题
-
+
+ {{item.examName}}
+
+
+
+ {{items.test}}
+ 写作
+
+ {{items.task}}
+
+
- IELTS 18
-
+
+
-
+
-
-
- Test 2
-
- 听力
-
+
+
+ {{ item.part }}-{{ item.introduction }}
+
+ 口语
+
- Part 1:多选题
+
+ {{ item.topicEn }}:
+
+ 串题
+ 跟读
+ 模考
+
+
-
-
-
-
-
-
-
-
- Test 2
-
- 听力
-
-
-
-
-
- Part 1:多选题
-
-
-
-
-
-
-
-
+
-
-
-
-
- 添加
-
+
+
+
+
+ 添加
+
-
+
@@ -223,9 +246,17 @@
-
+
-
+
@@ -238,353 +269,515 @@
描述
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 确定添加
+
+
+}
+
+.noting {
+ display: flex;
+ flex-wrap: nowrap;
+ align-items: center;
+ justify-content: center;
+ margin-top: 16rpx;
+ width: 686rpx;
+ height: 124rpx;
+ background: #FFFFFF;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+
+ image {
+ width: 58.19rpx;
+ height: 60rpx;
+ }
+
+ .text1 {
+ margin-left: 12rpx;
+ font-size: 24rpx;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ color: #627698;
+ }
+
+ .text2 {
+ margin-left: 12rpx;
+ font-size: 24rpx;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ color: #2D7CE6;
+ border-bottom: 2px solid #2D7CE6;
+ }
+}
+
+.class_bj {
+ margin-top: 16rpx;
+}
+
+.class_images {
+ display: flex;
+ flex-wrap: wrap;
+ // justify-content: space-between;
+ // margin-top: 20rpx;
+}
+
+.class_tp {
+ width: 56rpx;
+ height: 56rpx;
+ margin-right: 12rpx;
+}
+
+.Ielts {
+ font-size: 40rpx;
+ font-weight: 400;
+ color: #2E4975;
+ margin: 20rpx 0;
+}
+
+.class_ys:nth-child(3n) {
+ margin-right: 0;
+}
+
+.class_ys {
+ margin-top: 20rpx;
+ margin-right: 20rpx;
+ width: 215rpx;
+ height: 96rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 20rpx;
+ // width: 215rpx;
+ height: 96rpx;
+ background: #FFFFFF;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+}
+
+
+.class_wz {
+ width: 125rpx;
+ font-size: 28rpx;
+ font-family: 'PingFang';
+ font-weight: 500;
+ color: #072F5A;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.view_form {
+ padding: 0rpx 32rpx;
+ background: #FFFFFF;
+ margin-top: 16rpx;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+}
+
+.view_textrea {
+ height: 260rpx;
+ background: #FFFFFF;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+ ;
+ margin-top: 16rpx;
+ padding: 28rpx 32rpx;
+}
+
+.view_button {
+ width: 93.1%;
+ margin: auto;
+ text-align: center;
+ line-height: 80rpx;
+ background: linear-gradient(180deg, #74AFFF 0%, #2D7CE6 100%);
+ border-radius: 104rpx 104rpx 104rpx 104rpx;
+ color: #FFFFFF;
+}
+
+.view_footer {
+ width: 100%;
+ padding: 0 16rpx;
+ height: 144rpx;
+ border-radius: 40rpx 40rpx 0rpx 0rpx;
+ padding: 32rpx 0rpx;
+ background-color: #fff;
+ box-shadow: 0rpx -10rpx 16rpx 0rpx rgba(202, 202, 202, 0.25);
+ margin-top: 8rpx;
+}
+
+.u-node {
+ width: 44rpx;
+ height: 44rpx;
+ border-radius: 100rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background: #d0d0d0;
+}
+
+.u-order-desc {
+ display: block;
+ // flex-wrap: nowrap;
+ padding: 20rpx;
+ background: #F9F9F9;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+ margin: 12rpx 0rpx;
+
+ .txt {
+
+ font-size: 24rpx;
+ font-weight: 500;
+ color: #2E4975;
+ }
+}
+
+.u-order-time {
+ color: rgb(200, 200, 200);
+ font-size: 26rpx;
+}
+
+.yuandi {
+ width: 18rpx;
+ height: 18rpx;
+ background: #2D7CE6;
+ border-radius: 24rpx 24rpx 24rpx 24rpx;
+}
+
+.Test {
+ font-size: 28rpx;
+ font-weight: 800;
+ color: #2E4975;
+ margin-left: 12rpx;
+}
+
+.ellipses {
+ font-size: 20rpx;
+ background: rgba(242, 170, 2, 0.2);
+ margin-left: 12rpx;
+ padding: 8rpx 20rpx;
+ color: #F2AA02;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+}
+
+.erotic {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 80rpx;
+ height: 36rpx;
+ font-size: 20rpx;
+ background: rgba(242, 63, 170, 0.1);
+ margin-left: 12rpx;
+ // padding: 8rpx 20rpx;
+ color: #F23FEB;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+}
+
+.greener {
+ font-size: 20rpx;
+ background: rgba(27, 225, 178, 0.1);
+ margin-left: 12rpx;
+ padding: 8rpx 20rpx;
+ color: #1BE1B2;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+}
+
+.increase {
+ padding: 26rpx 125rpx;
+ color: #FFFFFF;
+ background-color: #F39852;
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+ text-align: center;
+}
+
\ No newline at end of file
diff --git a/pages_teacher/teacher_teachers/teacher_writeadd.vue b/pages_teacher/teacher_teachers/teacher_writeadd.vue
index eef2e3e..95eb75c 100644
--- a/pages_teacher/teacher_teachers/teacher_writeadd.vue
+++ b/pages_teacher/teacher_teachers/teacher_writeadd.vue
@@ -1,72 +1,231 @@
-
+
-
-
+
+
+
-
+
-
+
-
+
- {{selectedOption}}
-
+ {{ selectedOption }}
+
-
- {{item.name}}
+
+ {{ item.name }}
-
+
-
- 串题
- 跟读
- 模考
+
+ 串题
+ 跟读
+ 模考
-
-
-
-
-
- {{items.topicEn}}
-
-
- 串题
- 跟读
- 模考
-
+
+
+
+
+
+
+
+
+ 串题
+ 跟读
+ 模考
-
-
-
-
- {{items.topicEn}}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 串题
+ 跟读
+ 模考
+
+
+
+
+
+
+
+
+
+
+ 串题
+ 跟读
+ 模考
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 串题
+ 跟读
+ 模考
+
+
+
+
+
+
+
+
+
+
+ 串题
+ 跟读
+ 模考
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -80,531 +239,724 @@
-
-
-
-
+