|
@@ -152,16 +152,26 @@ const brightStatusLevel = () => {
|
|
|
<template>
|
|
|
<div class="home_header_out" ref="homeHeaderOut">
|
|
|
|
|
|
- <video src="../assets/video/background.mp4" autoplay loop muted preload="true"
|
|
|
- style="width: 100%;height: 100vh;object-fit: fill;position: absolute;z-index: -1;"></video>
|
|
|
+ <!-- <video src="../assets/video/background.mp4" autoplay loop muted preload="true"
|
|
|
+ style="width: 100%;height: 100vh;object-fit: fill;position: absolute;z-index: -1;"></video> -->
|
|
|
+ <img src="../assets/home/home_title.png" alt=""
|
|
|
+ style="width: 100%;height: 100vh;object-fit: fill;position: absolute;z-index: -1;">
|
|
|
|
|
|
<div class="home_header_inner">
|
|
|
<CpmdHeader />
|
|
|
- <img src=" ../assets/home/grouo_yuan.png" alt="" style="width: 50%;margin-top: 20vh;">
|
|
|
+
|
|
|
+ <div style="width: 100%;text-align: center;">
|
|
|
+ <img src=" ../assets/home/home_title_font.png" alt="" style="width: 50%;margin-top: 30vh;">
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
<div class="home_mid">
|
|
|
- <div style="text-align: center;"><img src="../assets/home/group_zc.png" style="width: 30vw;margin-bottom: 55px;"
|
|
|
- alt=""></div>
|
|
|
+ <div style="text-align: center;">
|
|
|
+ <!-- <img src="../assets/home/group_zc.png" style="width: 30vw;margin-bottom: 55px;" alt=""> -->
|
|
|
+ <div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<el-carousel :interval="114000" type="card" indicator-position="outside" style="flex: 1;">
|
|
|
<el-carousel-item v-for="item in 3" :key="item">
|