zengyicheng 1 year ago
parent
commit
71bfeef7b1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/courseDetail.vue

+ 3 - 2
src/components/courseDetail.vue

@@ -1978,8 +1978,7 @@ export default {
 .courseItem {
   width: 299px;
   height: 70px;
-  background: #3681fc;
-  color: #fff;
+  background: #f0f4fa;
   border-radius: 8px;
   margin-right: 16px;
   margin-bottom: 16px;
@@ -2003,11 +2002,13 @@ export default {
 .jdAndTask > div:nth-child(1) {
   font-size: 18px;
   font-weight: bold;
+  color: #0e1e33;
   margin-bottom: 10px;
 }
 .jdAndTask > div:nth-child(2) {
   font-size: 14px;
   font-weight: 400;
+  color: #717c8d;
   max-width: 180px;
   white-space: nowrap;
   overflow: hidden;