bf
@ -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
|
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
|
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
|
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
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
0
src/assets/img/icon/pause.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
0
src/assets/img/icon/person.svg
Normal file → Executable 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
|
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
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
0
src/assets/img/poster/src1-bg.png
Normal file → Executable file
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -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
0
src/components/user/Me.vue
Normal file → Executable file
0
src/components/user/Other.vue
Normal file → Executable 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'
|
||||
|
||||