This commit is contained in:
zyronon 2019-07-22 23:14:33 +08:00
commit cc518b3f20
16 changed files with 14 additions and 2 deletions

View File

@ -10,6 +10,18 @@
<meta name="x5-fullscreen" content="true">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>抖音</title>
<style>
body, html {
width: 100%;
height: 100%;
background: #2e3244;
/*height: 0!important;*/
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<noscript>

0
src/assets/img/icon/add-friend-white.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
src/assets/img/icon/collect-white.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
src/assets/img/icon/location.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
src/assets/img/icon/next.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 634 B

0
src/assets/img/icon/pause.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

0
src/assets/img/icon/person.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

0
src/assets/img/icon/qr-code-white.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
src/assets/img/icon/top-bg.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
src/assets/img/poster/src1-bg.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -11,7 +11,7 @@
@touchmove="contentItemTouchmove($event)"
@touchend="contentItemTouchend($event,index)">
<div class="bg-video" v-bind:style="{'height':height+'px'}">
<video :src="item.videoUrl" :poster="item.poster" ref="video" :autoplay="index === 0" loop>
<video :src="item.videoUrl" :poster="item.poster" ref="video" muted :autoplay="index === 0" loop>
<p> 您的浏览器不支持 video 标签</p>
</video>
<div class="float" @click="togglePlayVideo($event)">

0
src/components/message/Message.vue Normal file → Executable file
View File

0
src/components/user/Me.vue Normal file → Executable file
View File

0
src/components/user/Other.vue Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
import Vue from 'vue'
// import Vue from 'vue'
import App from './App.vue'
import VueRouter from 'vue-router'
import './assets/scss/index.scss'

0
src/tools/抖音滑动效果v2.html Normal file → Executable file
View File