|
@@ -58,7 +58,7 @@
|
|
|
"
|
|
|
>
|
|
|
<div class="courseTitle">
|
|
|
- <div style="max-width: 285px">
|
|
|
+ <div style="max-width: 295px">
|
|
|
<div class="ctitle">{{ courseDetail.title }}</div>
|
|
|
</div>
|
|
|
<el-tooltip effect="light" content="收缩" placement="top">
|
|
@@ -385,7 +385,7 @@
|
|
|
>
|
|
|
{{ vitem.name }}.doc
|
|
|
</div>
|
|
|
- <!-- <div
|
|
|
+ <div
|
|
|
class="downIcon"
|
|
|
@click="downloadFile(vitem.url)"
|
|
|
>
|
|
@@ -393,7 +393,7 @@
|
|
|
src="../../assets/icon/newIcon/down.png"
|
|
|
alt
|
|
|
/>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="navListItem" v-if="vitem.type == 8">
|
|
|
<div
|
|
@@ -403,7 +403,7 @@
|
|
|
>
|
|
|
{{ vitem.title ? vitem.title : vitem.url }}
|
|
|
</div>
|
|
|
- <!-- <div
|
|
|
+ <div
|
|
|
class="downIcon"
|
|
|
@click="downloadFile(vitem.url)"
|
|
|
>
|
|
@@ -411,7 +411,7 @@
|
|
|
src="../../assets/icon/newIcon/down.png"
|
|
|
alt
|
|
|
/>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="navListItem" v-if="vitem.type == 3">
|
|
|
<div
|
|
@@ -474,7 +474,7 @@
|
|
|
:key="vindex + '1'"
|
|
|
>
|
|
|
<div class="navListItem" v-if="vitem.type == 12">
|
|
|
- <div class="navText">
|
|
|
+ <div class="navText" style="color:#ACB4BF">
|
|
|
<span v-if="vitem.text">{{ vitem.text }}-</span
|
|
|
>{{ vitem.name }}
|
|
|
</div>
|
|
@@ -556,7 +556,7 @@
|
|
|
"
|
|
|
>
|
|
|
<div
|
|
|
- style="padding: 20px 0px 15px 0; line-height: 29px; font-size: 18px"
|
|
|
+ style="padding: 15px 0; line-height: 29px; font-size: 18px"
|
|
|
class="cont"
|
|
|
v-if="
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
@@ -599,7 +599,7 @@
|
|
|
>确定</el-button
|
|
|
>
|
|
|
</div>
|
|
|
- <div class="tool_work_box" style="width:98%;border-bottom: 1px solid #ccc;">
|
|
|
+ <div class="tool_work_box">
|
|
|
<div class="tool_box">
|
|
|
<div class="tool_type_box">
|
|
|
<div class="chooseWho">
|
|
@@ -17807,7 +17807,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.study_top {
|
|
|
- margin-top: 100px;
|
|
|
+ margin-top: 80px;
|
|
|
width: 100%;
|
|
|
/* overflow: auto; */
|
|
|
height: auto;
|
|
@@ -20045,7 +20045,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
z-index: 999;
|
|
|
right: 0;
|
|
|
- top: 110px;
|
|
|
+ top: 83px;
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
background: #fff;
|
|
@@ -20072,7 +20072,7 @@ export default {
|
|
|
z-index: 999; */
|
|
|
position: fixed;
|
|
|
right: 0;
|
|
|
- top: 101px;
|
|
|
+ top: 70px;
|
|
|
width: 340px;
|
|
|
height: calc(100% - 80px);
|
|
|
z-index: 999;
|
|
@@ -20203,7 +20203,7 @@ export default {
|
|
|
|
|
|
.pzListBox {
|
|
|
padding-top: 15px;
|
|
|
- height: calc(100% - 110px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
|
@@ -21263,6 +21263,24 @@ ol {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+.stageItemTitle {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 6px;
|
|
|
+}
|
|
|
+.stageItemTitle > div:first-child {
|
|
|
+ color: #0e1e33;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.stageItemTitle > div:last-child {
|
|
|
+ margin-left: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #acb4bf;
|
|
|
+}
|
|
|
.closeTri {
|
|
|
width: 20px;
|
|
|
height: 20px;
|