diff --git a/src/views/study/TaskList.vue b/src/views/study/TaskList.vue index 1009656b..4133bfc0 100644 --- a/src/views/study/TaskList.vue +++ b/src/views/study/TaskList.vue @@ -4,7 +4,7 @@
- + @@ -18,7 +18,12 @@
-
+
+ + 学习路径图 + 学习项目 + 老系统必修任务 +
@@ -225,20 +230,32 @@ export default { margin-top: 10px; margin-right: 40px; } + .spanname { + position: absolute; + background-color: #6a99a4; + color:#ffffff; + padding: 4px 10px; + font-size: 12px; + bottom: 0px; + z-index: 100; + left: 0px; + } .uc-course { cursor: pointer; display: flex; justify-content: space-around; - border-bottom: 1px solid #E8E8E8; + border-bottom: 1px solid #E8E8E8; margin-right: 32px; padding: 20px 0px 15px 0px ; .uc-course-img { width: 212px; height: 119px; + position: relative; img { width: 100%; height: 100%; } + } .uc-course-info { // width: 50%;