diff --git a/src/App.vue b/src/App.vue index 2fdb5d5..0013bb0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,8 +41,10 @@ export default defineComponent({ diff --git a/src/components/tag/OnLine.vue b/src/components/tag/OnLine.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index e2ebe64..5a82e5e 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -88,8 +88,8 @@
社交产品如何做好模块化处理?
-
必修
-
作业
+
必修
+
作业
提交
@@ -102,8 +102,8 @@ 模块化产品展示相关案例与展示:如何自由组合你的思考?
-
必修
-
考试
+
必修
+
考试
去考试
@@ -273,6 +273,7 @@ export default { width: 100%; margin-top: 20px; display: flex; + align-items: flex-start; .detail { flex: 1; margin-right: 20px; @@ -365,45 +366,7 @@ export default { color: #333330; line-height: 18px; } - .work .active { - width: 82px; - height: 28px; - background: linear-gradient(90deg, #a5d4e0 0%, #b4dce6 100%); - border-radius: 4px; - font-size: 14px; - font-weight: 500; - color: #ffffff; - line-height: 24px; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - margin-right: 11px; - } - .work .unactive { - width: 80px; - height: 26px; - border: 1px solid #a5d4e0; - border-radius: 4px; - font-size: 14px; - font-weight: 500; - color: #a5d4e0; - line-height: 24px; - display: flex; - align-items: center; - justify-content: center; - margin-right: 11px; - cursor: pointer; - } - .work .btncolor { - background: linear-gradient(90deg, #84aad2 0%, #a4c5e9 100%); - } - .work .bordercolor { - border: 1px solid #85aad2; - } - .work .fontcolor { - color: rgba(133, 170, 210, 1); - } + .work .submit { width: 126px; height: 46px; @@ -423,7 +386,8 @@ export default { } .teacher { width: 434px; - min-height: 557px; + min-height: 500px; + // height: 10%; background-color: rgba(255, 255, 255, 1); border-radius: 8px; .title { @@ -453,7 +417,7 @@ export default { // min-height: 115px; padding: 25px 0px; display: flex; - align-items: center; + // align-items: center; } .teacheritem .peopleimg { width: 60px; @@ -481,6 +445,7 @@ export default { font-weight: 500; color: #394145; margin-top: 14px; + line-height: 24px; } } } diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index e69de29..6465481 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -0,0 +1,730 @@ + + + + + +