Commit d7dd597d authored by 杨梦雪's avatar 杨梦雪

首页

parent 94023585
<template> <template>
<div class="com-container home-container"> <div class="home-container">
<div> <div>
<el-carousel height="300px"> <el-carousel height="300px">
<el-carousel-item :key="index" v-for="(item,index) in bannerlist"> <el-carousel-item :key="index" v-for="(item,index) in bannerlist">
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
</div> </div>
<div class="com-container home_content">
<!-- 热门活动 --> <!-- 热门活动 -->
<div> <div >
<div class="home_title"> <div class="home_title">
热门活动 热门活动
</div> </div>
...@@ -79,6 +80,8 @@ ...@@ -79,6 +80,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
...@@ -384,11 +387,12 @@ ...@@ -384,11 +387,12 @@
} }
.home-container { .home-container {
padding: 50px;
color: #333333; color: #333333;
font-family: "PingFang SC"; font-family: "PingFang SC";
} }
.home_content{
padding: 50px;
}
.line { .line {
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment