zengyicheng 1 年之前
父節點
當前提交
71bfeef7b1
共有 1 個文件被更改,包括 3 次插入2 次删除
  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;