|
|
@@ -2,6 +2,9 @@
|
|
|
<el-row>
|
|
|
<el-row class="movie-list">
|
|
|
<el-col :md="12">
|
|
|
+ <el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
+ <site-notice style="height: 270px;" />
|
|
|
+ </el-row>
|
|
|
<el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
<el-carousel :interval="3000" height="300px">
|
|
|
<el-carousel-item v-for="(item, index) in carouselList" :key="index">
|
|
|
@@ -11,9 +14,6 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
</el-row>
|
|
|
- <el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
- <site-notice style="height: 300px;" />
|
|
|
- </el-row>
|
|
|
</el-col>
|
|
|
<el-col :md="12">
|
|
|
<!--电影列表,与推荐列表-->
|