zengyicheng 1 year ago
parent
commit
c7f867b3e6

+ 4 - 4
src/components/courseDetail.vue

@@ -231,7 +231,7 @@
                     {{ item.dyName }}
                   </div>
                 </div>
-                <div style="font-size: 14px; font-weight: 400">
+                <div style="font-size: 14px; font-weight: 400;color:3681FC">
                   {{ item.chapterInfo[0].taskJson.length }}个任务
                 </div>
               </div>
@@ -1978,7 +1978,7 @@ export default {
 .courseItem {
   width: 299px;
   height: 70px;
-  background: #f0f4fa;
+  background: #DDEBF8;
   border-radius: 8px;
   margin-right: 16px;
   margin-bottom: 16px;
@@ -2002,13 +2002,13 @@ export default {
 .jdAndTask > div:nth-child(1) {
   font-size: 18px;
   font-weight: bold;
-  color: #0e1e33;
+  color: #3681FC;
   margin-bottom: 10px;
 }
 .jdAndTask > div:nth-child(2) {
   font-size: 14px;
   font-weight: 400;
-  color: #717c8d;
+  color: #3681FC;
   max-width: 180px;
   white-space: nowrap;
   overflow: hidden;

+ 7 - 2
src/components/easy2/studyStudent.vue

@@ -259,6 +259,7 @@
                     padding: 20px 0px 15px 0;
                     line-height: 29px;
                     font-size: 18px;
+                    color:#0E1E33
                   "
                   class="cont"
                   v-if="
@@ -19503,8 +19504,12 @@ export default {
 }
 
 .taskBox {
-  width: 95%;
-  margin: 0 auto;
+  width: 98%;
+  background: #F0F4FA;
+  margin: 10px auto;
+  padding: 0 10px;
+  border-radius: 4px;
+  box-sizing: border-box;
 }
 
 .vedioTaskBox {

+ 7 - 3
src/components/easy3/studyStudent.vue

@@ -606,7 +606,7 @@
                 "
               >
                 <div
-                  style="padding: 15px 0; line-height: 29px; font-size: 18px"
+                  style="padding: 15px 0; line-height: 29px; font-size: 18px;color:#0E1E33"
                   class="cont"
                   v-if="
                     chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
@@ -19362,8 +19362,12 @@ export default {
 }
 
 .taskBox {
-  width: 95%;
-  margin: 0 auto;
+  width: 98%;
+  background: #F0F4FA;
+  margin: 10px auto;
+  padding: 0 10px;
+  border-radius: 4px;
+  box-sizing: border-box;
 }
 
 .vedioTaskBox {

+ 7 - 3
src/components/studyStudent.vue

@@ -284,7 +284,7 @@
                 "
               >
                 <div
-                  style="padding: 15px 0; line-height: 29px; font-size: 18px"
+                  style="padding: 15px 0; line-height: 29px; font-size: 18px;color:#0E1E33"
                   class="cont"
                   v-if="
                     chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
@@ -18474,8 +18474,12 @@ export default {
 }
 
 .taskBox {
-  width: 95%;
-  margin: 0 auto;
+  width: 98%;
+  background: #F0F4FA;
+  margin: 10px auto;
+  padding: 0 10px;
+  border-radius: 4px;
+  box-sizing: border-box;
 }
 
 .vedioTaskBox {