增加首页视频

This commit is contained in:
klausY
2021-08-28 13:31:32 +08:00
parent a70b2b67ac
commit 9a32684dc9
3 changed files with 87 additions and 83 deletions

View File

@@ -86,7 +86,9 @@
<div class="bottom">
<el-row :gutter="32">
<el-col :xs="24" :sm="24" :lg="12">
<div class="chart-player" />
<div class="chart-player">
<iframe src="//player.bilibili.com/player.html?aid=504048096&bvid=BV1Rg411u7xH&cid=367498785&page=1" framespacing="0" class="iPlayer" allowfullscreen="false"> </iframe>
</div>
</el-col>
<el-col :xs="24" :sm="24" :lg="12">
<div class="chart-player" />
@@ -198,6 +200,10 @@ export default {
padding: 10px;
background-color: #fff;
}
.iPlayer{
width: 100%;
height: 100%;
}
}
}
</style>