diff --git a/.gitignore b/.gitignore index 403adbc..2f7a45f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pnpm-debug.log* *.njsproj *.sln *.sw? +.7z diff --git a/dist.7z b/dist.7z new file mode 100644 index 0000000..e0d03f5 Binary files /dev/null and b/dist.7z differ diff --git a/src/assets/img/pause.png b/src/assets/img/pause.png new file mode 100644 index 0000000..0e07301 Binary files /dev/null and b/src/assets/img/pause.png differ diff --git a/src/assets/img/play.png b/src/assets/img/play.png new file mode 100644 index 0000000..8bdcc9d Binary files /dev/null and b/src/assets/img/play.png differ diff --git a/src/assets/video/P1 横版_x264.mp4 b/src/assets/video/P1 横版_x264.mp4 new file mode 100644 index 0000000..c8b5f4a Binary files /dev/null and b/src/assets/video/P1 横版_x264.mp4 differ diff --git a/src/assets/video/video2.mp4 b/src/assets/video/video2.mp4 new file mode 100644 index 0000000..af827de Binary files /dev/null and b/src/assets/video/video2.mp4 differ diff --git a/src/components/common/tail.vue b/src/components/common/tail.vue index 62c223a..bd665ae 100644 --- a/src/components/common/tail.vue +++ b/src/components/common/tail.vue @@ -328,4 +328,9 @@ export default { color: #ccc; font-size: 16px; } +.el-input.is-active .el-input__inner, +.el-input__inner:focus { + border-color: #16e9d6; + outline: 0; +} diff --git a/src/components/common/top.vue b/src/components/common/top.vue index 4818a04..b44ef17 100644 --- a/src/components/common/top.vue +++ b/src/components/common/top.vue @@ -4,33 +4,32 @@
metavatar
+
-
- {{ characters == 1 ? "产品能力" : "Product" }} -
-
- {{ characters == 1 ? "创新技术" : "Technology" }} -
-
- {{ characters == 1 ? "解决方案" : "Solutions" }} -
-
- {{ characters == 1 ? "经典案例" : "Cases" }} -
- {{ characters == 1 ? "更多案例" : "AllCases" + {{ characters == 1 ? "产品能力" : "AllCases" }} - 邃图灵 - 邃芒慧播 邃芒慧生 邃芒慧影 + 邃芒慧播 + 邃图灵
+
+ {{ characters == 1 ? "创新技术" : "Technology" }} +
+
+ {{ characters == 1 ? "解决方案" : "Solutions" }} +
+ +
{{ characters == 1 ? "关于我们" : "About us" }}
@@ -104,8 +103,16 @@ export default { handleCommand(path) { this.$router.push(`/${path}`); }, + goView(id) { + document.querySelector("#" + id).scrollIntoView({ + behavior: "smooth", //定义动画过渡效果"auto"或 "smooth" 之一。默认为 "auto"。 + block: "start", //定义垂直方向的对齐, "start", "center", "end", 或 "nearest"之一。默认为 "start"。 + inline: "nearest", //"start", "center", "end", 或 "nearest"之一。默认为 "nearest"。 + }); + // console.log(document.querySelector(id),); + }, goPage(path) { - this.$router.push(`/?id=${path}`); + this.$router.push(`${path}`); }, go(url) { this.$router.push(url); @@ -201,4 +208,10 @@ export default { .el-select { width: 120px; } +.el-dropdown-link { + transition: all 0.3s; + &:hover { + color: #16e9d6; + } +} diff --git a/src/components/home/home.vue b/src/components/home/home.vue index 1ea7383..3fe1892 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -1,111 +1,70 @@