diff --git a/src/App.vue b/src/App.vue
index ab87dab..2560ed3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,5 +24,8 @@ body,
-moz-osx-font-smoothing: grayscale;
background: url("./assets/img/bg.png") no-repeat left top;
background-size: cover;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
}
diff --git a/src/assets/img/arc-left.png b/src/assets/img/arc-left.png
new file mode 100644
index 0000000..0667d4a
Binary files /dev/null and b/src/assets/img/arc-left.png differ
diff --git a/src/assets/img/arc-right.png b/src/assets/img/arc-right.png
new file mode 100644
index 0000000..b10d084
Binary files /dev/null and b/src/assets/img/arc-right.png differ
diff --git a/src/assets/img/chart-head.png b/src/assets/img/chart-head.png
new file mode 100644
index 0000000..1d04a46
Binary files /dev/null and b/src/assets/img/chart-head.png differ
diff --git a/src/components/content.vue b/src/components/content.vue
new file mode 100644
index 0000000..a89b51c
--- /dev/null
+++ b/src/components/content.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/footer-bar.vue b/src/components/footer-bar.vue
new file mode 100644
index 0000000..5be9966
--- /dev/null
+++ b/src/components/footer-bar.vue
@@ -0,0 +1,54 @@
+
+
+
+
晋恒通园区
+
现海园区
+
应急仓库
+
5号仓库
+
+
+
+
+
diff --git a/src/components/side-item.vue b/src/components/side-item.vue
new file mode 100644
index 0000000..c38f5bc
--- /dev/null
+++ b/src/components/side-item.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/src/components/top-bar.vue b/src/components/top-bar.vue
index 09d51ea..e8d1e99 100644
--- a/src/components/top-bar.vue
+++ b/src/components/top-bar.vue
@@ -51,6 +51,7 @@ export default defineComponent({
background: url("../assets/img/bg-top.png") no-repeat left top;
background-size: 100%;
position: relative;
+ z-index: 4;
color: #fff;
}
.top-wrap:after {
@@ -58,7 +59,7 @@ export default defineComponent({
display: block;
position: absolute;
left: 0;
- bottom: 0;
+ bottom: 4rem;
transform: translate3d(0, 100%, 0);
height: 10rem;
width: 100%;
diff --git a/src/views/repo-5.vue b/src/views/repo-5.vue
index df3b095..b5b96c4 100644
--- a/src/views/repo-5.vue
+++ b/src/views/repo-5.vue
@@ -1,13 +1,55 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+