|
@@ -43,7 +43,12 @@
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
<div class="whiteBg">
|
|
|
- <div class="right_title">驱动性问题</div>
|
|
|
+ <div class="firstTop">
|
|
|
+ <div class="right_title">驱动问题</div>
|
|
|
+ <div class="rightNav">
|
|
|
+ 可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="basic_box1">
|
|
|
<div class="editorCss">
|
|
|
<editor-bar
|
|
@@ -153,7 +158,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="whiteBg">
|
|
|
- <div class="right_title">目标设计</div>
|
|
|
+ <div class="firstTop">
|
|
|
+ <div class="right_title">学习目标</div>
|
|
|
+ <div class="rightNav">
|
|
|
+ 学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="basic_box1">
|
|
|
<div class="editorCss">
|
|
|
<editor-bar
|
|
@@ -262,7 +272,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="whiteBg">
|
|
|
- <div class="right_title">活动设计</div>
|
|
|
+ <div class="firstTop">
|
|
|
+ <div class="right_title">评价设计</div>
|
|
|
+ <div class="rightNav">
|
|
|
+ 项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="basic_box1">
|
|
|
<div class="editorCss">
|
|
|
<editor-bar
|
|
@@ -370,224 +385,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <div class="whiteBg">
|
|
|
- <div class="right_title">评价设计</div>
|
|
|
- <div class="basic_box1">
|
|
|
- <div class="editorCss">
|
|
|
- <editor-bar
|
|
|
- v-model="raceOver.evaDesign.brief"
|
|
|
- @change="upRaceOver"
|
|
|
- ></editor-bar>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="basic_box">
|
|
|
- <div class="lineBox">
|
|
|
- <div class="lineTitle">附件内容</div>
|
|
|
- <div class="strLine"></div>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div
|
|
|
- class="add_chapters_box"
|
|
|
- v-if="
|
|
|
- raceOver.evaDesign.data &&
|
|
|
- raceOver.evaDesign.data.length == 0
|
|
|
- "
|
|
|
- style="height: 185px"
|
|
|
- ></div>
|
|
|
- <div
|
|
|
- v-else
|
|
|
- class="add_chapters_box"
|
|
|
- style="display: flex; flex-direction: column"
|
|
|
- >
|
|
|
- <div
|
|
|
- class="chapter_upload"
|
|
|
- v-for="(item3, index3) in raceOver.evaDesign.data"
|
|
|
- :key="item3.id"
|
|
|
- >
|
|
|
- <div class="chapter_upload_t"></div>
|
|
|
- <div class="chapter_upload_o">
|
|
|
- <div class="chapter_upload_l">
|
|
|
- <div
|
|
|
- v-if="item3.type == 2"
|
|
|
- class="chapter_upload_l_i1"
|
|
|
- ></div>
|
|
|
- <div
|
|
|
- v-if="item3.type == 1 || item3.type == 3"
|
|
|
- class="chapter_upload_l_i5"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_ic">
|
|
|
- <div class="chapter_upload_ic_l"></div>
|
|
|
- <div
|
|
|
- class="chapter_upload_ic_r"
|
|
|
- @click.stop="deleteChapterData($event, index3, 3)"
|
|
|
- >
|
|
|
- <div></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_n">
|
|
|
- <input
|
|
|
- class="first"
|
|
|
- v-if="item3.type == 1 || item3.type == 3"
|
|
|
- :placeholder="item3.name"
|
|
|
- />
|
|
|
- <input
|
|
|
- class="first"
|
|
|
- v-if="item3.type == 2"
|
|
|
- :placeholder="item3.name"
|
|
|
- />
|
|
|
- <div class="chapter_upload_ud">
|
|
|
- <div class="chapter_upload_up"></div>
|
|
|
- <div class="chapter_upload_down"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="add_info_box">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 上传附件
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload($event, null, 3)"
|
|
|
- />
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div v-if="raceOver.evaDesign.data.proVisible" class="mask">
|
|
|
- <div class="progressBox">
|
|
|
- <div class="lbox">
|
|
|
- <img
|
|
|
- src="../../../../assets/loading.gif"
|
|
|
- />上传中,请稍后
|
|
|
- </div>
|
|
|
- <el-progress
|
|
|
- :text-inside="true"
|
|
|
- :stroke-width="20"
|
|
|
- :percentage="
|
|
|
- raceOver.evaDesign.data.progress
|
|
|
- ? raceOver.evaDesign.data.progress
|
|
|
- : 0
|
|
|
- "
|
|
|
- style="width: 80%"
|
|
|
- ></el-progress>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="whiteBg">
|
|
|
- <div class="right_title">其他补充</div>
|
|
|
- <div class="basic_box1">
|
|
|
- <div class="editorCss">
|
|
|
- <editor-bar
|
|
|
- v-model="raceOver.other.brief"
|
|
|
- @input="upRaceOver"
|
|
|
- ></editor-bar>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="basic_box">
|
|
|
- <div class="lineBox">
|
|
|
- <div class="lineTitle">附件内容</div>
|
|
|
- <div class="strLine"></div>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div
|
|
|
- class="add_chapters_box"
|
|
|
- v-if="
|
|
|
- raceOver.other.data && raceOver.other.data.length == 0
|
|
|
- "
|
|
|
- style="height: 185px"
|
|
|
- ></div>
|
|
|
- <div
|
|
|
- v-else
|
|
|
- class="add_chapters_box"
|
|
|
- style="display: flex; flex-direction: column"
|
|
|
- >
|
|
|
- <div
|
|
|
- class="chapter_upload"
|
|
|
- v-for="(item4, index4) in raceOver.other.data"
|
|
|
- :key="item4.id"
|
|
|
- >
|
|
|
- <div class="chapter_upload_t"></div>
|
|
|
- <div class="chapter_upload_o">
|
|
|
- <div class="chapter_upload_l">
|
|
|
- <div
|
|
|
- v-if="item4.type == 2"
|
|
|
- class="chapter_upload_l_i1"
|
|
|
- ></div>
|
|
|
- <div
|
|
|
- v-if="item4.type == 1 || item4.type == 3"
|
|
|
- class="chapter_upload_l_i5"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_ic">
|
|
|
- <div class="chapter_upload_ic_l"></div>
|
|
|
- <div
|
|
|
- class="chapter_upload_ic_r"
|
|
|
- @click.stop="deleteChapterData($event, index4, 4)"
|
|
|
- >
|
|
|
- <div></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_n">
|
|
|
- <input
|
|
|
- class="first"
|
|
|
- v-if="item4.type == 1 || item4.type == 3"
|
|
|
- :placeholder="item4.name"
|
|
|
- />
|
|
|
- <input
|
|
|
- class="first"
|
|
|
- v-if="item4.type == 2"
|
|
|
- :placeholder="item4.name"
|
|
|
- />
|
|
|
- <div class="chapter_upload_ud">
|
|
|
- <div class="chapter_upload_up"></div>
|
|
|
- <div class="chapter_upload_down"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="add_info_box">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 上传附件
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload($event, null, 4)"
|
|
|
- />
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div v-if="raceOver.other.data.proVisible" class="mask">
|
|
|
- <div class="progressBox">
|
|
|
- <div class="lbox">
|
|
|
- <img
|
|
|
- src="../../../../assets/loading.gif"
|
|
|
- />上传中,请稍后
|
|
|
- </div>
|
|
|
- <el-progress
|
|
|
- :text-inside="true"
|
|
|
- :stroke-width="20"
|
|
|
- :percentage="
|
|
|
- raceOver.other.data.progress
|
|
|
- ? raceOver.other.data.progress
|
|
|
- : 0
|
|
|
- "
|
|
|
- style="width: 80%"
|
|
|
- ></el-progress>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -651,7 +448,6 @@ export default {
|
|
|
props: ["raceOverView"],
|
|
|
data() {
|
|
|
return {
|
|
|
- steps: 0,
|
|
|
chapterData: [],
|
|
|
formLabelWidth: "100px",
|
|
|
noneBtnImg: false,
|
|
@@ -659,8 +455,6 @@ export default {
|
|
|
driQuestion: { brief: "", data: [] },
|
|
|
tarDesign: { brief: "", data: [] },
|
|
|
actiDesign: { brief: "", data: [] },
|
|
|
- evaDesign: { brief: "", data: [] },
|
|
|
- other: { brief: "", data: [] },
|
|
|
},
|
|
|
AttText: {},
|
|
|
task: 0,
|
|
@@ -692,12 +486,8 @@ export default {
|
|
|
var _tmp = this.raceOver.driQuestion.data;
|
|
|
} else if (jT == 1) {
|
|
|
var _tmp = this.raceOver.tarDesign.data;
|
|
|
- } else if (jT == 2) {
|
|
|
- var _tmp = this.raceOver.actiDesign.data;
|
|
|
- } else if (jT == 3) {
|
|
|
- var _tmp = this.raceOver.evaDesign.data;
|
|
|
} else {
|
|
|
- var _tmp = this.raceOver.other.data;
|
|
|
+ var _tmp = this.raceOver.actiDesign.data;
|
|
|
}
|
|
|
|
|
|
this.noneBtnImg = _tmp.length >= 1;
|
|
@@ -708,12 +498,8 @@ export default {
|
|
|
this.raceOver.driQuestion.data.splice(i, 1);
|
|
|
} else if (t == 1) {
|
|
|
this.raceOver.tarDesign.data.splice(i, 1);
|
|
|
- } else if (t == 2) {
|
|
|
- this.raceOver.actiDesign.data.splice(i, 1);
|
|
|
- } else if (t == 3) {
|
|
|
- this.raceOver.evaDesign.data.splice(i, 1);
|
|
|
} else {
|
|
|
- this.raceOver.other.data.splice(i, 1);
|
|
|
+ this.raceOver.actiDesign.data.splice(i, 1);
|
|
|
}
|
|
|
},
|
|
|
beforeUpload(event, type, jsonType) {
|
|
@@ -806,15 +592,9 @@ export default {
|
|
|
} else if (jsonType == 1) {
|
|
|
_this.raceOver.tarDesign.data.progress = 0;
|
|
|
_this.raceOver.tarDesign.data.proVisible = true;
|
|
|
- } else if (jsonType == 2) {
|
|
|
+ } else {
|
|
|
_this.raceOver.actiDesign.data.progress = 0;
|
|
|
_this.raceOver.actiDesign.data.proVisible = true;
|
|
|
- } else if (jsonType == 3) {
|
|
|
- _this.raceOver.evaDesign.data.progress = 0;
|
|
|
- _this.raceOver.evaDesign.data.proVisible = true;
|
|
|
- } else {
|
|
|
- _this.raceOver.other.data.progress = 0;
|
|
|
- _this.raceOver.other.data.proVisible = true;
|
|
|
}
|
|
|
|
|
|
if (file) {
|
|
@@ -847,44 +627,27 @@ export default {
|
|
|
_this.raceOver.tarDesign.data.progress = parseInt(
|
|
|
(evt.loaded * 80) / evt.total
|
|
|
);
|
|
|
- } else if (jsonType == 2) {
|
|
|
- _this.raceOver.actiDesign.data.progress = parseInt(
|
|
|
- (evt.loaded * 80) / evt.total
|
|
|
- );
|
|
|
- } else if (jsonType == 3) {
|
|
|
- _this.raceOver.evaDesign.data.progress = parseInt(
|
|
|
- (evt.loaded * 80) / evt.total
|
|
|
- );
|
|
|
} else {
|
|
|
- _this.raceOver.other.data.progress = parseInt(
|
|
|
+ _this.raceOver.actiDesign.data.progress = parseInt(
|
|
|
(evt.loaded * 80) / evt.total
|
|
|
);
|
|
|
}
|
|
|
})
|
|
|
.send(function (err, data) {
|
|
|
- // loading.close();
|
|
|
if (jsonType == 0) {
|
|
|
_this.raceOver.driQuestion.data.progress = 100;
|
|
|
} else if (jsonType == 1) {
|
|
|
_this.raceOver.tarDesign.data.progress = 100;
|
|
|
- } else if (jsonType == 2) {
|
|
|
- _this.raceOver.actiDesign.data.progress = 100;
|
|
|
- } else if (jsonType == 3) {
|
|
|
- _this.raceOver.evaDesign.data.progress = 100;
|
|
|
} else {
|
|
|
- _this.raceOver.other.data.progress = 100;
|
|
|
+ _this.raceOver.actiDesign.data.progress = 100;
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
if (jsonType == 0) {
|
|
|
_this.raceOver.driQuestion.data.proVisible = false;
|
|
|
} else if (jsonType == 1) {
|
|
|
_this.raceOver.tarDesign.data.proVisible = false;
|
|
|
- } else if (jsonType == 2) {
|
|
|
- _this.raceOver.actiDesign.data.proVisible = false;
|
|
|
- } else if (jsonType == 3) {
|
|
|
- _this.raceOver.evaDesign.data.proVisible = false;
|
|
|
} else {
|
|
|
- _this.raceOver.other.data.proVisible = false;
|
|
|
+ _this.raceOver.actiDesign.data.proVisible = false;
|
|
|
}
|
|
|
_this.$forceUpdate();
|
|
|
}, 1000);
|
|
@@ -895,7 +658,6 @@ export default {
|
|
|
_this.raceOver.driQuestion.data.push({
|
|
|
name: file.name,
|
|
|
url: data.Location,
|
|
|
- uid: file.uid,
|
|
|
type: type1,
|
|
|
});
|
|
|
_this.imgChange(null, null, type1, jsonType);
|
|
@@ -903,31 +665,13 @@ export default {
|
|
|
_this.raceOver.tarDesign.data.push({
|
|
|
name: file.name,
|
|
|
url: data.Location,
|
|
|
- uid: file.uid,
|
|
|
- type: type1,
|
|
|
- });
|
|
|
- _this.imgChange(null, null, type1, jsonType);
|
|
|
- } else if (jsonType == 2) {
|
|
|
- _this.raceOver.actiDesign.data.push({
|
|
|
- name: file.name,
|
|
|
- url: data.Location,
|
|
|
- uid: file.uid,
|
|
|
- type: type1,
|
|
|
- });
|
|
|
- _this.imgChange(null, null, type1, jsonType);
|
|
|
- } else if (jsonType == 3) {
|
|
|
- _this.raceOver.evaDesign.data.push({
|
|
|
- name: file.name,
|
|
|
- url: data.Location,
|
|
|
- uid: file.uid,
|
|
|
type: type1,
|
|
|
});
|
|
|
_this.imgChange(null, null, type1, jsonType);
|
|
|
} else {
|
|
|
- _this.raceOver.other.data.push({
|
|
|
+ _this.raceOver.actiDesign.data.push({
|
|
|
name: file.name,
|
|
|
url: data.Location,
|
|
|
- uid: file.uid,
|
|
|
type: type1,
|
|
|
});
|
|
|
_this.imgChange(null, null, type1, jsonType);
|
|
@@ -979,22 +723,8 @@ export default {
|
|
|
type: 3,
|
|
|
});
|
|
|
this.imgChange(null, null, 3, this.task);
|
|
|
- } else if (this.task == 2) {
|
|
|
- this.raceOver.actiDesign.data.push({
|
|
|
- name: this.AttText.title,
|
|
|
- url: this.AttText.text,
|
|
|
- type: 3,
|
|
|
- });
|
|
|
- this.imgChange(null, null, 3, this.task);
|
|
|
- } else if (this.task == 3) {
|
|
|
- this.raceOver.evaDesign.data.push({
|
|
|
- name: this.AttText.title,
|
|
|
- url: this.AttText.text,
|
|
|
- type: 3,
|
|
|
- });
|
|
|
- this.imgChange(null, null, 3, this.task);
|
|
|
} else {
|
|
|
- this.raceOver.other.data.push({
|
|
|
+ this.raceOver.actiDesign.data.push({
|
|
|
name: this.AttText.title,
|
|
|
url: this.AttText.text,
|
|
|
type: 3,
|
|
@@ -1014,18 +744,11 @@ export default {
|
|
|
this.raceOver.tarDesign.data[this.AttTextIndex].name =
|
|
|
this.AttText.title;
|
|
|
this.raceOver.tarDesign.data[this.AttTextIndex].url = this.AttText.text;
|
|
|
- } else if (this.task == 2) {
|
|
|
+ } else {
|
|
|
this.raceOver.actiDesign.data[this.AttTextIndex].name =
|
|
|
this.AttText.title;
|
|
|
this.raceOver.actiDesign.data[this.AttTextIndex].url =
|
|
|
this.AttText.text;
|
|
|
- } else if (this.task == 3) {
|
|
|
- this.raceOver.evaDesign.data[this.AttTextIndex].name =
|
|
|
- this.AttText.title;
|
|
|
- this.raceOver.evaDesign.data[this.AttTextIndex].url = this.AttText.text;
|
|
|
- } else {
|
|
|
- this.raceOver.other.data[this.AttTextIndex].name = this.AttText.title;
|
|
|
- this.raceOver.other.data[this.AttTextIndex].url = this.AttText.text;
|
|
|
}
|
|
|
this.dialogVisible = false;
|
|
|
this.upRaceOver();
|
|
@@ -1037,15 +760,9 @@ export default {
|
|
|
} else if (t == 1) {
|
|
|
this.AttText.title = this.raceOver.tarDesign.data[i].name;
|
|
|
this.AttText.text = this.raceOver.tarDesign.data[i].url;
|
|
|
- } else if (t == 2) {
|
|
|
+ } else {
|
|
|
this.AttText.title = this.raceOver.actiDesign.data[i].name;
|
|
|
this.AttText.text = this.raceOver.actiDesign.data[i].url;
|
|
|
- } else if (t == 3) {
|
|
|
- this.AttText.title = this.raceOver.evaDesign.data[i].name;
|
|
|
- this.AttText.text = this.raceOver.evaDesign.data[i].url;
|
|
|
- } else {
|
|
|
- this.AttText.title = this.raceOver.other.data[i].name;
|
|
|
- this.AttText.text = this.raceOver.other.data[i].url;
|
|
|
}
|
|
|
this.task = t;
|
|
|
this.AttTextIndex = i;
|
|
@@ -1086,22 +803,8 @@ export default {
|
|
|
type: 4,
|
|
|
});
|
|
|
this.imgChange(null, null, 4, this.task);
|
|
|
- } else if (this.task == 2) {
|
|
|
- this.raceOver.actiDesign.data.push({
|
|
|
- name: "链接",
|
|
|
- url: this.line,
|
|
|
- type: 4,
|
|
|
- });
|
|
|
- this.imgChange(null, null, 4, this.task);
|
|
|
- } else if (this.task == 3) {
|
|
|
- this.raceOver.evaDesign.data.push({
|
|
|
- name: "链接",
|
|
|
- url: this.line,
|
|
|
- type: 4,
|
|
|
- });
|
|
|
- this.imgChange(null, null, 4, this.task);
|
|
|
} else {
|
|
|
- this.raceOver.other.data.push({
|
|
|
+ this.raceOver.actiDesign.data.push({
|
|
|
name: "链接",
|
|
|
url: this.line,
|
|
|
type: 4,
|
|
@@ -1117,12 +820,8 @@ export default {
|
|
|
this.raceOver.driQuestion.data[this.lineCount].url = this.line;
|
|
|
} else if (this.task == 1) {
|
|
|
this.raceOver.tarDesign.data[this.lineCount].url = this.line;
|
|
|
- } else if (this.task == 2) {
|
|
|
- this.raceOver.actiDesign.data[this.lineCount].url = this.line;
|
|
|
- } else if (this.task == 3) {
|
|
|
- this.raceOver.evaDesign.data[this.lineCount].url = this.line;
|
|
|
} else {
|
|
|
- this.raceOver.other.data[this.lineCount].url = this.line;
|
|
|
+ this.raceOver.actiDesign.data[this.lineCount].url = this.line;
|
|
|
}
|
|
|
this.dialogVisible1 = false;
|
|
|
this.upRaceOver();
|
|
@@ -1132,12 +831,8 @@ export default {
|
|
|
this.line = this.raceOver.driQuestion.data[i].url;
|
|
|
} else if (t == 1) {
|
|
|
this.line = this.raceOver.tarDesign.data[i].url;
|
|
|
- } else if (t == 2) {
|
|
|
- this.line = this.raceOver.actiDesign.data[i].url;
|
|
|
- } else if (t == 3) {
|
|
|
- this.line = this.raceOver.evaDesign.data[i].url;
|
|
|
} else {
|
|
|
- this.line = this.raceOver.other.data[i].url;
|
|
|
+ this.line = this.raceOver.actiDesign.data[i].url;
|
|
|
}
|
|
|
this.task = t;
|
|
|
this.lineCount = i;
|
|
@@ -1149,8 +844,6 @@ export default {
|
|
|
this.raceOver.driQuestion = this.raceOverView.driQuestion;
|
|
|
this.raceOver.tarDesign = this.raceOverView.tarDesign;
|
|
|
this.raceOver.actiDesign = this.raceOverView.actiDesign;
|
|
|
- this.raceOver.evaDesign = this.raceOverView.evaDesign;
|
|
|
- this.raceOver.other = this.raceOverView.other;
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
@@ -1208,7 +901,6 @@ export default {
|
|
|
position: relative;
|
|
|
width: 210px;
|
|
|
height: 130px;
|
|
|
- min-height: 130px;
|
|
|
}
|
|
|
.steps > div:nth-child(1) > img {
|
|
|
z-index: 9;
|
|
@@ -1498,13 +1190,11 @@ export default {
|
|
|
}
|
|
|
.right_title {
|
|
|
height: 30px;
|
|
|
- padding: 15px 0 15px 0;
|
|
|
- border-bottom: 1px solid #f2f2f2;
|
|
|
font-size: 1.5em;
|
|
|
font-weight: bold;
|
|
|
color: #0f7eff;
|
|
|
- margin: 0 auto;
|
|
|
- width: 95%;
|
|
|
+ width: 10%;
|
|
|
+ min-width: 100px;
|
|
|
}
|
|
|
.whiteBg {
|
|
|
background: #fff;
|
|
@@ -1593,4 +1283,18 @@ export default {
|
|
|
width: 40px;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
+
|
|
|
+.firstTop {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ align-items: center;
|
|
|
+ width: 90%;
|
|
|
+ padding: 20px 0 20px 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.rightNav {
|
|
|
+ width: 87%;
|
|
|
+ margin-left: 15px;
|
|
|
+}
|
|
|
</style>
|