From f97dc20c5749aa722310539f800c17669c0b11a5 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 6 Mar 2023 19:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/TaskList.vue | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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%;