diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 86b791e..a2a31b7 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -26,7 +26,7 @@
{{ item.myRecord.score }}
{{ item.examinationType==0? '学习测试':'考试认证' }}
-
{{ item.myRecord? '重新考试':'参加考试'}}
+
{{ item.myRecord? '重新考试':'参加考试'}}
@@ -220,6 +220,7 @@ export default { border-radius: 16px 16px 0 0; padding: 38px; box-sizing: border-box; + .card_title { font-weight: 500; @@ -230,6 +231,7 @@ export default { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; + width: 438px; } .card_count, @@ -288,6 +290,9 @@ export default { .col_blue { color: #2D7DFF; } + .col_gray { + color: #687DA6; + } } }