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

首页

parent 94023585
<template>
<div class="com-container home-container">
<div class="home-container">
<div>
<el-carousel height="300px">
<el-carousel-item :key="index" v-for="(item,index) in bannerlist">
......@@ -7,8 +7,9 @@
</el-carousel-item>
</el-carousel>
</div>
<div class="com-container home_content">
<!-- 热门活动 -->
<div>
<div >
<div class="home_title">
热门活动
</div>
......@@ -79,6 +80,8 @@
</div>
</div>
</div>
</div>
</template>
<script>
......@@ -384,11 +387,12 @@
}
.home-container {
padding: 50px;
color: #333333;
font-family: "PingFang SC";
}
.home_content{
padding: 50px;
}
.line {
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