|
|
@@ -1,7 +1,16 @@ |
|
|
|
<template>
|
|
|
|
<div class="Box" id="top">
|
|
|
|
<div class="module_1">
|
|
|
|
<img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/metavatar_generate/suiMang_generate@2x.png" width="100%" height="100%" />
|
|
|
|
<div class="module_1" style="position: relative; background-color: #000; height: 800px">
|
|
|
|
<video
|
|
|
|
style="position: absolute; right: 10%"
|
|
|
|
ref="video"
|
|
|
|
src="https://video.metavatar.cc/sv/5ee09a38-1883359e47a/5ee09a38-1883359e47a.mp4"
|
|
|
|
max-width="800px"
|
|
|
|
height="800px"
|
|
|
|
autoplay
|
|
|
|
muted="muted"
|
|
|
|
loop="loop" />
|
|
|
|
<!-- <img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/metavatar_generate/suiMang_generate@2x.png" width="100%" height="100%" /> -->
|
|
|
|
<div class="titleBox">
|
|
|
|
<div class="title_item1" v-if="characters == 1">邃芒慧生</div>
|
|
|
|
|
|
|
@@ -370,7 +379,7 @@ export default { |
|
|
|
.titleBox {
|
|
|
|
width: 36%;
|
|
|
|
position: absolute;
|
|
|
|
top: 390px;
|
|
|
|
top: 240px;
|
|
|
|
left: 194px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #ffffff;
|
|
|
|