关于我们视频替换
This commit is contained in:
parent
c7f04e3398
commit
d265bc5f8d
BIN
public/AboutusVideo.gif
(Stored with Git LFS)
Normal file
BIN
public/AboutusVideo.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/AboutusVideo.mp4
Normal file
BIN
public/AboutusVideo.mp4
Normal file
Binary file not shown.
BIN
public/AboutusVideoPreload.png
Normal file
BIN
public/AboutusVideoPreload.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
@ -1,15 +1,37 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { useBootstrapBreakpoint } from './useBreakpoint.js';
|
import { useBootstrapBreakpoint } from './useBreakpoint.js';
|
||||||
const { breakpoint } = useBootstrapBreakpoint();
|
|
||||||
import Wanted from "./Wanted.vue";
|
import Wanted from "./Wanted.vue";
|
||||||
|
const { breakpoint } = useBootstrapBreakpoint();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="pageroot" id="aboutusroot">
|
<div class="pageroot" id="aboutusroot">
|
||||||
<div id="abubanner" class="pagebanner">
|
<div id="aboutusbanner" class="videorootbanner">
|
||||||
<div class="bannercontent" id="aboutusbannercontent">
|
<img v-if="$isMobile.android.phone||$isMobile.android.tablet"
|
||||||
<span class="banner1">多年专业深耕<br /></span>
|
src="/AboutusVideo.gif"
|
||||||
<span class="banner2">赋能客户产品体验创新</span>
|
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>
|
</div>
|
||||||
<div id="gslc" class="pageroot">
|
<div id="gslc" class="pageroot">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user