在pc端网页的登入界面能够正常显示,同时显示视频背景和登入框架。
可是如果在移动端中只能单独播放视频,想删掉也不行。
怎么解决
<v-container fluid bg fill-height grid-list-md text-xs-center>
<video muted="muted" autoplay="autoplay" width="100%" loop style="position: fixed;right: 0px;bottom: 0px;min-width: 100%;min-height: 100%;">
<source src="../../assets/videoplayback.mp4" type="video/mp4" />
</video>
<v-row class="h-100 w-100">
<v-col class="d-flex justify-center align-center">
<LoginCard
:user="user"
:text="text"
@click="onsubmit"
/>
</v-col>
</v-row>
用
@media
单独处理一下呗。看上去你也没用响应式布局。