|
@@ -12,10 +12,17 @@
|
|
|
<div class="w_1200">
|
|
|
<el-col :span="6" class="con">
|
|
|
<el-col :span="24" class="one">
|
|
|
- <el-col :span="24" v-for="(item, index) in tpxw1" :key="index" style="width:100%; height:100%">
|
|
|
+ <!-- <el-col :span="24" v-for="(item, index) in tpxw1" :key="index" style="width:100%; height:100%">
|
|
|
<el-image :src="item.picture" style="width:100%; height:100%"></el-image>
|
|
|
<p>{{ item.brief }}</p>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
+ <el-carousel height="340px">
|
|
|
+ <el-carousel-item v-for="(item, index) in tpxw1" :key="index">
|
|
|
+ <el-image :src="item.picture" style="width:100%; height:100%"></el-image>
|
|
|
+ <p>{{ item.brief }}</p>
|
|
|
+ <!-- <h3 class="small">{{ item }}</h3> -->
|
|
|
+ </el-carousel-item>
|
|
|
+ </el-carousel>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
<el-col :span="24" class="title">
|
|
@@ -277,4 +284,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+/deep/.el-carousel__indicator--horizontal {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
</style>
|