diff --git a/src/assets/images/t-box-title-bg-1.png b/src/assets/images/t-box-title-bg-1.png
new file mode 100644
index 0000000..d3590ab
Binary files /dev/null and b/src/assets/images/t-box-title-bg-1.png differ
diff --git a/src/assets/images/t-icon-1.png b/src/assets/images/t-icon-1.png
new file mode 100644
index 0000000..8bd5f47
Binary files /dev/null and b/src/assets/images/t-icon-1.png differ
diff --git a/src/components/monitor/index.vue b/src/components/monitor/index.vue
new file mode 100644
index 0000000..63db096
--- /dev/null
+++ b/src/components/monitor/index.vue
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index d7cf874..2b40d6f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -27,7 +27,12 @@ const router = createRouter({
path: '/scenic',
name: 'scenic',
component: () => import('@/views/scenic/index.vue')
- }
+ },
+ {
+ path: '/traffic',
+ name: 'traffic',
+ component: () => import('@/views/traffic/index.vue')
+ }
]
})
diff --git a/src/views/monitor/components/box-3.vue b/src/views/monitor/components/box-3.vue
index 8a96e7f..0d6ea74 100644
--- a/src/views/monitor/components/box-3.vue
+++ b/src/views/monitor/components/box-3.vue
@@ -4,227 +4,25 @@
-
+
\ No newline at end of file
diff --git a/src/views/monitor/index.vue b/src/views/monitor/index.vue
index b58e8c6..e93282e 100644
--- a/src/views/monitor/index.vue
+++ b/src/views/monitor/index.vue
@@ -54,67 +54,5 @@
height: 100vh;
overflow: hidden;
background-color: #0a254b;
-
- .header {
- position: absolute;
- left: vw(326);
-
- .title {
- width: vw(3133);
- height: vh(120);
- font-size: vw(48);
- font-weight: 800;
- text-align: center;
- padding-top: vh(20);
- color: #fff;
- letter-spacing: vw(10);
- box-sizing: border-box;
- text-shadow: 0px 4px 7px rgba(0, 150, 255, 0.75);
- background-image: url('@/assets/images/title.png');
- background-size: 100% 100%;
- }
-
- .nav-left {
- position: absolute;
- left: vw(380);
- top: vh(34);
- display: flex;
-
- &-item {
- cursor: pointer;
- margin-left: vh(-10);
- width: vw(210);
- height: vh(56);
- padding-top: vh(10);
- font-weight: 600;
- font-size: vw(28);
- text-align: center;
- color: rgba(208, 236, 255, 0.9);
- background-image: url('@/assets/images/title-2.png');
- background-size: 100% 100%;
- }
- }
-
- .nav-right {
- position: absolute;
- right: vw(424);
- top: vh(34);
- display: flex;
-
- &-item {
- cursor: pointer;
- margin-right: vh(-10);
- width: vw(210);
- height: vh(56);
- padding-top: vh(10);
- font-weight: 600;
- font-size: vw(28);
- text-align: center;
- color: rgba(208, 236, 255, 0.9);
- background-image: url('@/assets/images/title-3.png');
- background-size: 100% 100%;
- }
- }
- }
}
\ No newline at end of file
diff --git a/src/views/testing/components/box-3.vue b/src/views/testing/components/box-3.vue
index 973b4e4..0bc5b47 100644
--- a/src/views/testing/components/box-3.vue
+++ b/src/views/testing/components/box-3.vue
@@ -4,72 +4,13 @@
-
+
\ No newline at end of file
diff --git a/src/views/traffic/components/box-1.vue b/src/views/traffic/components/box-1.vue
new file mode 100644
index 0000000..0447219
--- /dev/null
+++ b/src/views/traffic/components/box-1.vue
@@ -0,0 +1,253 @@
+
+
+
+
+
+

总路段
+
+
+
+
+
+

总路段
+
+
+
+
+
+

总路段
+
+
+
+
+
+

总路段
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/traffic/index.vue b/src/views/traffic/index.vue
index 02409e3..11831ac 100644
--- a/src/views/traffic/index.vue
+++ b/src/views/traffic/index.vue
@@ -1,7 +1,14 @@
+
+
+
+
+
+
-