|
|
@@ -20,7 +20,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"><div class="grid-content bg-purple-light"></div> |
|
|
|
<el-card class="box-card" shadow="never" style="margin: 0 10px; position: relative;" :body-style="{ padding: '0px',height:'418px' }"> |
|
|
|
<img :src="imgObj.aboutImg"/> |
|
|
|
<img :src="imgObj.aboutImgUrl"/> |
|
|
|
<div class="img_info"> |
|
|
|
<span class="img_text">{{imgObj.title}}</span> |
|
|
|
</div> |
|
|
@@ -50,7 +50,7 @@ |
|
|
|
<router-link :to='"/detail?id="+hangDamic.id'>{{hangDamic.title}}</router-link> |
|
|
|
</h2> |
|
|
|
<p v-html="hangDamic.content"></p> |
|
|
|
<img :src="hangDamic.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="hangDamic.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
@@ -85,7 +85,7 @@ |
|
|
|
<router-link :to='"/detail?id="+item.id'><span style="flex: 1">{{item.title}}</span></router-link> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="item.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@@ -104,7 +104,7 @@ |
|
|
|
<router-link :to='"/detail?id="+item.id'>{{item.title}}</router-link> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="item.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@@ -122,7 +122,7 @@ |
|
|
|
<h2><router-link :to='"/detail?id="+item.id'>{{item.title}}</router-link> |
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="item.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@@ -187,7 +187,7 @@ |
|
|
|
|
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="item.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
@@ -206,7 +206,7 @@ |
|
|
|
|
|
|
|
</h2> |
|
|
|
<p v-html="item.content"></p> |
|
|
|
<img :src="item.aboutImg" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
<img :src="item.aboutImgUrl" style="border-radius: 10px;margin: 10px 0" width="100%"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
</el-col> |
|
|
@@ -222,7 +222,7 @@ |
|
|
|
</div> |
|
|
|
<div v-for="(item, index) in huiyuanQiList" :key="index" |
|
|
|
style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center"> |
|
|
|
<img :src="item.aboutImgUrl"/> |
|
|
|
<img :src="item.aboutImgUrlUrl"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|