diff --git a/src/assets/images/digitalItem/digital_item_banner.png b/src/assets/images/digitalItem/digital_item_banner.png new file mode 100644 index 0000000..d2ee914 Binary files /dev/null and b/src/assets/images/digitalItem/digital_item_banner.png differ diff --git a/src/components/CommodityItem.vue b/src/components/CommodityItem.vue index 55eb813..281c18b 100644 --- a/src/components/CommodityItem.vue +++ b/src/components/CommodityItem.vue @@ -34,7 +34,7 @@ const {} = toRefs(data);
-
+
{{ props.name }}
@@ -44,7 +44,7 @@ const {} = toRefs(data);
- +
@@ -62,13 +62,14 @@ const {} = toRefs(data); display: flex; justify-content: space-between; align-items: center; - .text{ + > .text{ color: #232323; > .name{ font-family: "KaiseiOpti-Regular"; font-weight: 400; font-size: var(--commodity-name-fontSize,1.6rem); line-height: var(--commodity-name-lineHeight,2.3rem); + margin-bottom: var(--commodity-name-marginBottom,0rem); } > .price{ font-family: "KaiseiOpti-Regular"; diff --git a/src/components/checked.vue b/src/components/checked.vue new file mode 100644 index 0000000..4954620 --- /dev/null +++ b/src/components/checked.vue @@ -0,0 +1,64 @@ + + + \ No newline at end of file diff --git a/src/router/index.ts b/src/router/index.ts index 7858deb..a2e30c1 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -25,6 +25,11 @@ const router = createRouter({ name: 'brand', component: () => import('../views/brand/index.vue'), }, + { + path: '/digitalItem', + name: 'digitalItem', + component: () => import('../views/digitalItem/index.vue'), + }, { path: '/:pathMatch(.*)', name: '404', diff --git a/src/views/digitalItem/commodity-list.vue b/src/views/digitalItem/commodity-list.vue new file mode 100644 index 0000000..9c99b70 --- /dev/null +++ b/src/views/digitalItem/commodity-list.vue @@ -0,0 +1,115 @@ + + + \ No newline at end of file diff --git a/src/views/digitalItem/index.vue b/src/views/digitalItem/index.vue new file mode 100644 index 0000000..dcfb1cd --- /dev/null +++ b/src/views/digitalItem/index.vue @@ -0,0 +1,101 @@ + + + \ No newline at end of file diff --git a/src/views/digitalItem/merchant-info.vue b/src/views/digitalItem/merchant-info.vue new file mode 100644 index 0000000..2063f15 --- /dev/null +++ b/src/views/digitalItem/merchant-info.vue @@ -0,0 +1,135 @@ + + + \ No newline at end of file