|
@@ -70,7 +70,6 @@
|
|
|
</div>
|
|
|
<div class="cru_selectBox">
|
|
|
<div
|
|
|
- style="margin: 20px 0 0 0"
|
|
|
v-for="(item, stageIndex) in navList"
|
|
|
:key="stageIndex"
|
|
|
>
|
|
@@ -129,7 +128,7 @@
|
|
|
width: 77%;
|
|
|
z-index: 999;
|
|
|
border-radius: 12px 12px 0 0;
|
|
|
- box-shadow: rgb(242, 242, 242) 0px -20px 0px 20px;
|
|
|
+ box-shadow: rgb(242, 242, 242) 0px -20px 0px 0;
|
|
|
border-bottom: 1px solid #CAD1DC;
|
|
|
padding: 10px 0;
|
|
|
"
|
|
@@ -335,7 +334,7 @@
|
|
|
fileC[taskCount].length > 0) &&
|
|
|
showType === ''
|
|
|
? 'calc(100%)'
|
|
|
- : 'calc(100% - 83%)',
|
|
|
+ : '300px',
|
|
|
margin:
|
|
|
(vChapterData[taskCount].length > 0 ||
|
|
|
fileC[taskCount].length > 0) &&
|
|
@@ -511,7 +510,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="width: 81%">
|
|
|
+ <div style="width: 78.5%">
|
|
|
<div
|
|
|
style="padding: 10px 0 0; width: 95%; margin: 0 auto"
|
|
|
v-if="showType == 2 || showType == 3"
|
|
@@ -17826,8 +17825,10 @@ export default {
|
|
|
margin-right: 10px;
|
|
|
background: rgb(255, 255, 255);
|
|
|
position: fixed;
|
|
|
- height: 100%;
|
|
|
+ height: calc(100% - 40px);
|
|
|
border-radius: 20px;
|
|
|
+ padding-bottom: 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.wheel > img,
|
|
@@ -17909,7 +17910,7 @@ export default {
|
|
|
|
|
|
.box_course {
|
|
|
/* width: 60%; */
|
|
|
- width: 81%;
|
|
|
+ width: calc(100% - 300px);
|
|
|
}
|
|
|
|
|
|
.wheel {
|
|
@@ -17947,6 +17948,7 @@ export default {
|
|
|
width: 100%;
|
|
|
/* overflow: auto; */
|
|
|
height: auto;
|
|
|
+ padding-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.study_top .checkbox {
|
|
@@ -18482,6 +18484,14 @@ export default {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+.new_top::before{
|
|
|
+ content: '';
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ position: absolute;
|
|
|
+ top: -20px;
|
|
|
+}
|
|
|
+
|
|
|
.before {
|
|
|
position: absolute;
|
|
|
background: #c3dad4;
|
|
@@ -18543,7 +18553,7 @@ export default {
|
|
|
background: #f2f2f2;
|
|
|
border: 1px solid #ececec;
|
|
|
/* width: 38.8%; */
|
|
|
- width: 100%;
|
|
|
+ width: 300px;
|
|
|
height: 445px;
|
|
|
border-radius: 10px;
|
|
|
overflow: hidden;
|
|
@@ -18853,6 +18863,7 @@ export default {
|
|
|
|
|
|
.toolHeng2 {
|
|
|
width: 100%;
|
|
|
+ box-sizing:border-box;
|
|
|
}
|
|
|
|
|
|
.toolHeng {
|