diff --git a/src/assets/image/pathdetails/circle.png b/src/assets/image/pathdetails/circle.png
new file mode 100644
index 0000000..4128392
Binary files /dev/null and b/src/assets/image/pathdetails/circle.png differ
diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss
index 6007b26..3dd6f2f 100644
--- a/src/assets/scss/common.scss
+++ b/src/assets/scss/common.scss
@@ -5,3 +5,45 @@ body {
padding: 0;
// overflow-y: auto;
}
+//标签tag样式-----------------------------------------------------------------
+// 必修
+.tag1{
+ width: 80px;
+ height: 26px;
+ background: linear-gradient(90deg, #84aad2 0%, #a4c5e9 100%);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ font-weight: 500;
+ color: #ffffff;
+}
+// 在线
+.tag2{
+ width: 78px;
+ height: 24px;
+ border: 1px solid #85AAD2;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ font-weight: 500;
+ color: #85AAD2;
+}
+// 标签
+.tag3{
+ width: 78px;
+ height: 24px;
+ border: 1px solid rgba(255, 185, 109, 1);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ font-weight: 500;
+ color: rgba(255, 185, 109, 1);
+}
+
+//标签tag样式-----------------------------------------------------------------
\ No newline at end of file
diff --git a/src/components/index.js b/src/components/index.js
new file mode 100644
index 0000000..6030d19
--- /dev/null
+++ b/src/components/index.js
@@ -0,0 +1,4 @@
+import CompulsoryTag from './tag/CompulsoryTag.vue'
+export {
+ CompulsoryTag
+}
\ No newline at end of file
diff --git a/src/components/tag/CompulsoryTag.vue b/src/components/tag/CompulsoryTag.vue
new file mode 100644
index 0000000..a11c176
--- /dev/null
+++ b/src/components/tag/CompulsoryTag.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
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/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue
index e69de29..2017e0e 100644
--- a/src/views/roadmap/PathDetails.vue
+++ b/src/views/roadmap/PathDetails.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
产品经理学习路径图
+
/
+
路径图详情
+
+
+
中级产品经理
+
+
+
+
+
序:产品经理从初级到中级
+
+

+
进行中
+
+
+
必修
+
在线
+
#通用力
+
+
+
+
+
+
+
+
+
+
+