|
@@ -141,18 +141,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="body_student" :class="{ navLeftCss: !mlDialog }">
|
|
|
+ <div class="new_topFixed"></div>
|
|
|
<div
|
|
|
class="new_top"
|
|
|
- style="
|
|
|
- position: fixed;
|
|
|
- top: 20px;
|
|
|
- left: 22%;
|
|
|
- width: 77%;
|
|
|
- z-index: 999;
|
|
|
- border-radius: 12px 12px 0 0;
|
|
|
- border-bottom: 1px solid #cad1dc;
|
|
|
- padding: 10px 0;
|
|
|
- "
|
|
|
:class="{ navLeftCss: !mlDialog }"
|
|
|
>
|
|
|
<div class="courseIndex">
|
|
@@ -662,8 +653,10 @@
|
|
|
class="vedioBox"
|
|
|
:style="{
|
|
|
borderRadius:
|
|
|
- vChapterData[taskCount].length == 0 &&
|
|
|
- fileC[taskCount].length == 0
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .taskDetail == '' &&
|
|
|
+ vChapterData[taskCount].length == 0 &&
|
|
|
+ fileC[taskCount].length == 0
|
|
|
? '0 0 20px 20px'
|
|
|
: '20px',
|
|
|
}"
|
|
@@ -6341,6 +6334,19 @@
|
|
|
(courseDetail.course_teacher &&
|
|
|
courseDetail.course_teacher.indexOf(userid) != -1)
|
|
|
"
|
|
|
+ :style="{
|
|
|
+ borderRadius:
|
|
|
+ !(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length > 0) &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .taskDetail == '' &&
|
|
|
+ vChapterData[taskCount].length == 0 &&
|
|
|
+ fileC[taskCount].length == 0
|
|
|
+ ? '0 0 20px 20px'
|
|
|
+ : '20px',
|
|
|
+ }"
|
|
|
>
|
|
|
<div
|
|
|
class="queTop"
|
|
@@ -7014,7 +7020,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="vedioBox"
|
|
|
- style="margin-top: 10px"
|
|
|
+ style="margin-top: 10px;border-radius:20px"
|
|
|
v-if="
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.eList &&
|
|
@@ -17941,17 +17947,24 @@ export default {
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
height: 60px;
|
|
|
- position: relative;
|
|
|
+ position: fixed;
|
|
|
+ top: 20px;
|
|
|
+ left: 22%;
|
|
|
+ width: 77%;
|
|
|
+ z-index: 999;
|
|
|
+ border-radius: 12px 12px 0 0;
|
|
|
+ border-bottom: 1px solid #cad1dc;
|
|
|
+ padding: 10px 0;
|
|
|
}
|
|
|
|
|
|
-.new_top::before {
|
|
|
- content: "";
|
|
|
+.new_topFixed {
|
|
|
width: 100%;
|
|
|
- height: 20px;
|
|
|
- position: absolute;
|
|
|
- top: -20px;
|
|
|
+ height: 40px;
|
|
|
+ position: fixed;
|
|
|
+ top: 0px;
|
|
|
display: block;
|
|
|
background: #f2f2f2;
|
|
|
+ z-index: 998;
|
|
|
}
|
|
|
|
|
|
.before {
|
|
@@ -17965,7 +17978,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
- width: calc(100% - 600px);
|
|
|
+ width: calc(100% - 650px);
|
|
|
}
|
|
|
|
|
|
.courseIndex > div:nth-child(1) {
|
|
@@ -18663,7 +18676,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.vedioBox {
|
|
|
- border-radius: 20px;
|
|
|
+ border-radius: 0 0 20px 20px;
|
|
|
background: #fff;
|
|
|
overflow: auto;
|
|
|
}
|
|
@@ -18687,7 +18700,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.toolBox {
|
|
|
- padding: 30px 0 0 25px;
|
|
|
+ padding: 15px 0 0 25px;
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -19247,6 +19260,7 @@ export default {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: flex-start;
|
|
|
+ padding:0 0 20px;
|
|
|
}
|
|
|
|
|
|
.cru_line {
|
|
@@ -19607,7 +19621,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.zuoyeYulan {
|
|
|
- padding-top: 15px;
|
|
|
+ padding-top: 0;
|
|
|
font-size: 18px;
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|