zengyicheng 1 year ago
parent
commit
89efc1d64b

+ 2 - 2
src/components/courseDetail.vue

@@ -2050,11 +2050,11 @@ export default {
 }
 
 .jd {
-  background: #ddebf8;
+  background: #f0f0f0;
   margin-left: 12px;
   border-radius: 4px;
   font-size: 14px;
-  color: #3681fc;
+  color: #3d3d3d;
   width: 90px;
   height: 28px;
   text-align: center;

+ 4 - 4
src/components/easy2/studyStudent.vue

@@ -175,7 +175,7 @@
                         jumpGj(courseType, navIndex, toolIndex2, nav.id)
                       "
                     >
-                      <div>工具{{ toolIndex2 + 1 }}:</div>
+                      <div>工具{{ toolIndex2 + 1 }}</div>
                       <div v-if="t.tool == 58">模拟驾驶</div>
                       <div v-if="t.tool == 59">路径搜索</div>
                       <div v-if="t.tool == 60">深度学习</div>
@@ -19767,7 +19767,7 @@ export default {
 .toolActive {
   height: auto !important;
   overflow: auto !important;
-  padding-bottom: 16px;
+  // padding-bottom: 16px;
 }
 .toolActive {
   padding: 0;
@@ -22201,7 +22201,7 @@ ol {
   width: 100%;
   margin: 10px auto 0;
   position: relative;
-  height: 48px;
+  height: 40px;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
@@ -22314,7 +22314,7 @@ ol {
   width: 15px;
   height: 15px;
   border-radius: 50%;
-  border: 1px solid #dfe2e7;
+  border: 1px solid #adadad;
 }
 
 .isChoose {

+ 4 - 4
src/components/easy3/studyStudent.vue

@@ -175,7 +175,7 @@
                         jumpGj(courseType, navIndex, toolIndex2, nav.id)
                       "
                     >
-                      <div>工具{{ toolIndex2 + 1 }}:</div>
+                      <div>工具{{ toolIndex2 + 1 }}</div>
                       <div v-if="t.tool == 58">模拟驾驶</div>
                       <div v-if="t.tool == 59">路径搜索</div>
                       <div v-if="t.tool == 60">深度学习</div>
@@ -19773,7 +19773,7 @@ export default {
 .toolActive {
   height: auto !important;
   overflow: auto !important;
-  padding-bottom: 16px;
+  /* padding-bottom: 16px; */
 }
 .toolActive {
   padding: 0;
@@ -22207,7 +22207,7 @@ ol {
   width: 100%;
   margin: 10px auto 0;
   position: relative;
-  height: 48px;
+  height: 40px;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
@@ -22320,7 +22320,7 @@ ol {
   width: 15px;
   height: 15px;
   border-radius: 50%;
-  border: 1px solid #dfe2e7;
+  border: 1px solid #adadad;
 }
 
 .isChoose {

+ 5 - 5
src/components/studyStudent.vue

@@ -74,7 +74,7 @@
         </div>
         <div class="cru_selectBox">
           <div
-            style="background: #fff; margin: 10px; border-radius: 8px"
+            style="background: #fff; margin: 0 10px; border-radius: 8px"
             v-for="(item, stageIndex) in navList"
             :key="stageIndex"
           >
@@ -182,7 +182,7 @@
                       :class="{ isGjCss: t.isTool }"
                       @click="jumpGj(stageIndex, navIndex, toolIndex, nav.id)"
                     >
-                      <div>工具{{ toolIndex + 1 }}:</div>
+                      <div>工具{{ toolIndex + 1 }}</div>
                       <div v-if="t.tool == 58">模拟驾驶</div>
                       <div v-if="t.tool == 59">路径搜索</div>
                       <div v-if="t.tool == 60">深度学习</div>
@@ -19774,7 +19774,7 @@ export default {
 .toolActive {
   height: auto !important;
   overflow: auto !important;
-  padding-bottom: 16px;
+  /* padding-bottom: 16px; */
 }
 .toolActive {
   padding: 0;
@@ -22208,7 +22208,7 @@ ol {
   width: 100%;
   margin: 10px auto 0;
   position: relative;
-  height: 48px;
+  height: 40px;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
@@ -22321,7 +22321,7 @@ ol {
   width: 15px;
   height: 15px;
   border-radius: 50%;
-  border: 1px solid #dfe2e7;
+  border: 1px solid #adadad;
 }
 
 .isChoose {