Commit 1b407129 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-修改

parent 73781103
<template> <template>
<div class="home-container"> <div class="home-container">
<div class="bannerImg"> <div class="bannerImg">
<el-carousel :height="bannerHeight+'px'"> <el-carousel :height="bannerHeight+'px'" :arrow="bannerlist.length>1?'hover':'never'">
<el-carousel-item :key="index" v-for="(item,index) in bannerlist"> <el-carousel-item :key="index" v-for="(item,index) in bannerlist">
<img :src="item.url" class="small" style="width: 100%;"/> <img :src="item.url" class="small" style="width: 100%;"/>
</el-carousel-item> </el-carousel-item>
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
.search_back { .search_back {
color: #cccccc; color: #cccccc;
background-color: #fff; background-color: #fff;
padding: 22px 22px 6px 22px; padding: 15px 15px 6px 15px;
width: 60%; width: 60%;
.search_input { .search_input {
......
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