+
{{ characters == 1 ? "解决方案" : "Solutions" }}
-
-
+
+ {{ characters == 1 ? "经典案例" : "Cases" }}
+
+
+
+
+ {{ characters == 1 ? "更多案例" : "AllCases"
+ }}
+
+
+ 邃图灵
+ 邃芒慧播
+ 邃芒慧生
+ 邃芒慧影
+
+
+
+
{{ characters == 1 ? "关于我们" : "About us" }}
@@ -40,6 +56,7 @@
diff --git a/src/components/views/live.vue b/src/components/views/live.vue
index e69de29..5735983 100644
--- a/src/components/views/live.vue
+++ b/src/components/views/live.vue
@@ -0,0 +1,584 @@
+
+
+
+

+
+
邃芒慧影
+
+ 数字人内容生产从未如此高效便捷
+
+
+
+
文字,语音,源视频多种驱动方式支持随时生产内容,紧跟热点
+
高自然度,逼真度让您的数字人完全跨过恐怖谷
+
+
+
邃芒慧影
+
+ 数字人内容生产从未如此高效便捷
+
+
+
+
文字,语音,源视频多种驱动方式支持随时生产内容,紧跟热点
+
高自然度,逼真度让您的数字人完全跨过恐怖谷
+
+
+
+ {{ characters == 1 ? "立刻体验" : "Try it now" }}
+
+
+
+
+
+
+
+ 只需

步完成一条数字人视频内容生成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
中之人驱动
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/views/shadow.vue b/src/components/views/shadow.vue
index e71a6a7..e9fbdbb 100644
--- a/src/components/views/shadow.vue
+++ b/src/components/views/shadow.vue
@@ -1,64 +1,61 @@
-
-
-
-
+
+
无需真人出镜,虚拟直播解决真人产能、IP归属等等现实中的问题
+
能为您在各种场景下7*24工作
+
-
+
+
+
+
脚本驱动数字人直播
+

+
@@ -455,4 +457,171 @@ export default {
float: left;
font-size: 15px;
}
+
+.module_1 {
+ width: 100%;
+ // height: 1080px;
+ // background-color: aquamarine;
+ // background-image: url("../../assets/img/bg.png");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ overflow: hidden;
+ position: relative;
+ margin-top: 80px;
+ background-color: #f1f4f7;
+ .titleBox {
+ width: 36%;
+ position: absolute;
+ top: 390px;
+ left: 194px;
+ overflow: hidden;
+ color: #fefefe;
+ .title_item1 {
+ margin-bottom: 14px;
+ font-size: 60px;
+ }
+ .title_item1_y {
+ // margin-bottom: 14px;
+ font-size: 36px;
+ }
+ .title_item2 {
+ margin-bottom: 20px;
+ font-size: 42px;
+ }
+ .title_item3 {
+ font-size: 16px;
+ line-height: 30px;
+ }
+ .title_btn {
+ margin-top: 60px;
+ height: 60px;
+ width: 220px;
+ text-align: center;
+ line-height: 60px;
+ color: #fefefe;
+ border-radius: 40px;
+ border: #fefefe solid 3px;
+ font-size: 18px;
+ cursor: pointer;
+ transition: all 0.3s;
+ &:hover {
+ color: #16e9d6;
+ border: #16e9d6 solid 3px;
+ }
+ }
+ .desc {
+ margin-top: 29px;
+ font-size: 16px;
+ line-height: 36px;
+ }
+ }
+}
+.module_2 {
+ height: 960px;
+ background: #ffffff;
+ padding-top: 112px;
+ padding-left: 331px;
+ padding-right: 306px;
+
+ .title {
+ text-align: center;
+ margin-bottom: 132px;
+ font-size: 36px;
+ }
+ .imgBox {
+ display: flex;
+ position: relative;
+ justify-content: space-between;
+ text-align: center;
+ li {
+ list-style: none;
+ margin-right: 7px;
+ img {
+ width: 423px;
+ height: 639px;
+ cursor: pointer;
+ transition: all 0.3s;
+ &:hover {
+ box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.548);
+ transform: translateY(-20px);
+ }
+ }
+ }
+ .redCard {
+ position: absolute;
+ left: -111px;
+ bottom: 69px;
+ width: 200px;
+ height: 50px;
+ font-size: 18px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 46px;
+ border-radius: 4px;
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.548);
+ background: #e7627b;
+ cursor: pointer;
+ transition: all 0.3s;
+ }
+ .pinkCard {
+ position: absolute;
+ left: 325px;
+ bottom: 204px;
+ width: 288px;
+ height: 50px;
+ font-size: 18px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 46px;
+ border-radius: 4px;
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.548);
+ background: #dc62e7;
+ cursor: pointer;
+ transition: all 0.3s;
+ }
+ .blueCard {
+ position: absolute;
+ right: -49px;
+ bottom: 51px;
+ width: 321px;
+ height: 50px;
+ font-size: 18px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 46px;
+ border-radius: 4px;
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.548);
+ background: #6462e7;
+ cursor: pointer;
+ transition: all 0.3s;
+ }
+ }
+}
+.module_3 {
+ height: 900px;
+ background-color: #ebeef7;
+ padding-top: 133px;
+ text-align: center;
+ .title {
+ text-align: center;
+ font-size: 36px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #4d4d4d;
+ line-height: 36px;
+ margin-bottom: 5px;
+ }
+ img {
+ width: 1446px;
+ height: 638px;
+ opacity: 0.85;
+ transition: all 0.3s;
+ &:hover {
+ opacity: 1;
+ }
+ }
+}
diff --git a/src/components/views/turing.vue b/src/components/views/turing.vue
index e69de29..2e125e2 100644
--- a/src/components/views/turing.vue
+++ b/src/components/views/turing.vue
@@ -0,0 +1,491 @@
+
+
+
+

+
+
邃图灵
+
+
+
+
+
与李雷成为朋友
+
邃图灵
+
与李雷成为朋友
+
+
+
+
+ {{ characters == 1 ? "与xxx交谈" : "converse to xxx" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 1109f6a..6332650 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -13,43 +13,36 @@ const routes = [
{
path: '/',
name: 'Home',
- // component: Home
component: () => import("../components/home/home"),
},
{
path: '/aboutUs',
name: 'aboutUs',
- // component: Home
component: () => import("../components/aboutUs/aboutUs"),
},
{
path: '/styleAdd',
name: 'styleAdd',
- // component: Home
component: () => import("../components/styleAdd/styleAdd"),
},
{
path: '/turing',
name: 'turing',
- // component: Home
component: () => import("../components/views/turing"),
},
{
path: '/live',
name: 'live',
- // component: Home
component: () => import("../components/views/live"),
},
{
path: '/generate',
name: 'generate',
- // component: Home
component: () => import("../components/views/generate"),
},
{
path: '/shadow',
name: 'shadow',
- // component: Home
component: () => import("../components/views/shadow"),
},
]