diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index e336ff64..5c8f0273 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -105,7 +105,10 @@
总进度 - +
+ +
{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%
+
{{detailData.overallCompletionRate==0?'开始学习':detailData.overallCompletionRate==1?'回顾':'继续学习'}} @@ -532,13 +535,13 @@ export default { margin-left: 35px; margin-right: 45px; max-width: 1260px; - height: 100px; + max-height: 100px; background: #F5F6F7; border-radius: 10px; padding: 22px 25px 22px 16px; .body_explain_text{ max-width: 1219px; - height: 56px; + max-height: 56px; font-weight: 400; font-size: 14px; color: #333333; @@ -613,12 +616,19 @@ export default { text-align: left; margin-bottom: 2px; } + .text{ + font-weight: 400; + font-size: 12px; + color: #333333; + margin-left: 19px; + } } .body_schedule_btn{ width: 140px; cursor: pointer; height: 40px; margin-left: 44px; + margin-top: 7px; background: #409EFF; box-shadow: 1px 2px 15px 1px rgba(56,125,247,0.34); border-radius: 4px; diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index 21714069..73cc3873 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -95,7 +95,7 @@
-
您的学习之旅已结束
+
您的学习之旅已结束