Browse Source

final push

ctt_ywq
HolyKnightIX 2 years ago
parent
commit
18a07d0eaa
2 changed files with 20 additions and 11 deletions
  1. +4
    -4
      src/components/home/home.vue
  2. +16
    -7
      src/components/views/shadow.vue

+ 4
- 4
src/components/home/home.vue View File

@@ -326,7 +326,7 @@
{{
characters == 1
? `北京邃芒科技公司正式成立于2021年8月,团队组建于2018年10月,`
: "Metavatar is founded in August 2021, the team built up in year 2018."
: "Metavatar is founded in August 2021, the team built up in year 2018.In the past 3 years, Metavatar has iteratively been forming the whole production process of digital human based on AI technology. We own the industry's top AI image generation and driving technology, and has accumulated unique Asian surreal digital human data assets, which have been successfully used in industrial-grade film and television, brand owners and live broadcasts. "
}}
</div>
<div
@@ -336,7 +336,7 @@
{{
characters == 1
? `3年迭代形成AI技术为基础的数字人全生产流程,拥有业界顶尖AI形象生成和驱动技术,积累了独有的亚洲超现实数字人数据资产,已成功商用于工业级影视、品牌商和直播。团队均来自科研机构及一流院所,拥有来自悉尼科技大学, 北邮,中科院,清华的博士硕士团队和行业内一流人才。`
: "In the past 3 years, Metavatar has iteratively been forming the whole production process of digital human based on AI technology. We own the industry's top AI image generation and driving technology, and has accumulated unique Asian surreal digital human data assets, which have been successfully used in industrial-grade film and television, brand owners and live broadcasts. The team is from scientific research institutions and first-class institutes, with PhD and Masters from the UTS, BUPT , CAS, Tsinghua University and first-class talents in the industry."
: "The team is from scientific research institutions and first-class institutes, with PhD and Masters from the UTS, BUPT , CAS, Tsinghua University and first-class talents in the industry."
}}
</div>
<div
@@ -1183,7 +1183,7 @@ export default {
background-color: #202020;
.btnBox1 {
width: 49%;
height: 240px;
height: 180px;
float: left;
overflow: hidden;
position: relative;
@@ -1212,7 +1212,7 @@ export default {
}
.btnBox2 {
width: 49%;
height: 240px;
height: 180px;
float: right;
overflow: hidden;
position: relative;


+ 16
- 7
src/components/views/shadow.vue View File

@@ -1,9 +1,13 @@
<template>
<div class="Box" id="top">
<div class="module_1">
<div
class="module_1"
style="position: relative; background-color: #47aa5a; height: 800px"
>
<video
ref="video"
src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4"
style="position: absolute; right: -20%"
src="https://video.metavatar.cc/sv/20bbc23b-1883359e457/20bbc23b-1883359e457.mp4"
width="100%"
height="100%"
autoplay
@@ -112,7 +116,11 @@
src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/pause.png"
title="click to pause"
/>
<video ref="videoII" src="../../assets/video/video2.mp4" />
<video
style=""
ref="videoII"
src="https://video.metavatar.cc/sv/20bbc23b-1883359e457/20bbc23b-1883359e457.mp4"
/>
</div>
<!-- <img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/metavatar_live/004@2x.png" alt="" /> -->
</li>
@@ -482,7 +490,7 @@ export default {
.titleBox {
width: 36%;
position: absolute;
top: 390px;
top: 240px;
left: 194px;
overflow: hidden;
// color: #323232;
@@ -577,7 +585,7 @@ export default {
.play {
position: absolute;
top: 42%;
left: 50%;
left: 38%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
@@ -588,8 +596,9 @@ export default {
}
// background-color: #16e9d6;
video {
width: 100%;
height: 100%;
background-color: #47aa5a;
width: 423px;
height: 540px;
}
&:hover {
.play {


Loading…
Cancel
Save