关于我们视频替换

This commit is contained in:
zhcnyuyang 2025-05-22 18:24:17 +08:00
parent c7f04e3398
commit d265bc5f8d
4 changed files with 30 additions and 5 deletions

BIN
public/AboutusVideo.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/AboutusVideo.mp4 Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -1,15 +1,37 @@
<script setup>
import { useBootstrapBreakpoint } from './useBreakpoint.js';
const { breakpoint } = useBootstrapBreakpoint();
import Wanted from "./Wanted.vue";
const { breakpoint } = useBootstrapBreakpoint();
</script>
<template>
<div class="pageroot" id="aboutusroot">
<div id="abubanner" class="pagebanner">
<div class="bannercontent" id="aboutusbannercontent">
<span class="banner1">多年专业深耕<br /></span>
<span class="banner2">赋能客户产品体验创新</span>
<div id="aboutusbanner" class="videorootbanner">
<img v-if="$isMobile.android.phone||$isMobile.android.tablet"
src="/AboutusVideo.gif"
class="videoimg"/>
<video v-else-if="breakpoint==='xs'||breakpoint==='sm'||breakpoint==='md'"
poster="/AboutusVideoPreload.png"
controls=""
id="abtbannervideo"
muted autoplay="autoplay"
loop="loop" playsinline webkit-playsinline
class="bannervideos">
<source src="/AboutusVideo.mp4" type="video/mp4"></source>
</video>
<video v-else
poster="/AboutusVideoPreload.png"
id="abtbannervideo"
muted autoplay="autoplay"
loop="loop" playsinline webkit-playsinline
class="bannervideos">
<source src="/AboutusVideo.mp4" type="video/mp4"></source>
</video>
<div id="abtbanner" class="bannerovervideo">
<div class="bannercontent">
<span class="banner1">多年专业深耕<br /></span>
<span class="banner2">赋能客户产品体验创新</span>
</div>
</div>
</div>
<div id="gslc" class="pageroot">