Commit 7da032b2 authored by guoyou's avatar guoyou

兼容修复

parent 692c3c94
...@@ -942,17 +942,18 @@ li { ...@@ -942,17 +942,18 @@ li {
margin-left: -565px; */ margin-left: -565px; */
} }
.introduce { .regional {
width: 465px; width: 50%;
background: #fff; background: #fff;
display: inline-block; display: inline-block;
/* height: 380px; */
/* margin-top: 13px; */
padding: 30px 30px 0 30px; padding: 30px 30px 0 30px;
position: relative; position: relative;
top: -156px; text-align: left;
/* right: 0; */ }
text-align: left;
.introduce {
width: 465px;
float: right;
} }
.introduce h3 { .introduce h3 {
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
</div> </div>
<div style="width:917px"> <div style="width:917px">
<!-- <div class="total-div">{{totalCount}}个活动</div> --> <!-- <div class="total-div">{{totalCount}}个活动</div> -->
<div class="total-div"> <!-- <div class="total-div">
<news /> <news />
</div> </div> -->
<ul class="campsiteDetail clearfix"> <ul class="campsiteDetail clearfix">
<li v-for="item in dataDetail" :key="item.id" class="activity-item"> <li v-for="item in dataDetail" :key="item.id" class="activity-item">
<nuxt-link :to="'/activityList/'+item.id"> <nuxt-link :to="'/activityList/'+item.id">
......
...@@ -528,28 +528,34 @@ ...@@ -528,28 +528,34 @@
<!-- 城市覆盖区域 --> <!-- 城市覆盖区域 -->
<div class="map-container" style="height:580px"> <div class="map-container" style="height:580px">
<div class="city-covers"> <div class="city-covers">
<div class="introduce"> <div class="regional">
<h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3> <div class="introduce">
<p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。</p> <!-- <div style="width:465px;float: right;">
<p>欣新房车全国覆盖</p>
<ul> </div>-->
<li> <h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3>
<p>{{cityNum}}+</p> <p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。</p>
<p>城市</p> <p>欣新房车全国覆盖</p>
</li> <ul>
<li> <li>
<p>{{comppanyNum}}+</p> <p>{{cityNum}}+</p>
<p>子公司</p> <p>城市</p>
</li> </li>
</ul> <li>
<span class="look-info"> <p>{{comppanyNum}}+</p>
<nuxt-link to="company" style="color:#fff"> <p>子公司</p>
查看详情 </li>
<i class="iconfont iconsingle_arrow" style="position: relative;left: 5px;top: 2px;"></i> </ul>
</nuxt-link> <span class="look-info">
</span> <nuxt-link to="company" style="color:#fff">
查看详情
<i class="iconfont iconsingle_arrow" style="position: relative;left: 5px;top: 2px;"></i>
</nuxt-link>
</span>
</div>
</div> </div>
<div style="display:inline-block;max-width:65%">
<div style="display:inline-block;width:50%;">
<img src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg" alt /> <img src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg" alt />
</div> </div>
</div> </div>
...@@ -997,7 +1003,8 @@ export default { ...@@ -997,7 +1003,8 @@ export default {
this.isTourActives = 'first' this.isTourActives = 'first'
break break
case 2: case 2:
this.isTourActives = 'second' // this.isTourActives = 'second'
this.isTourActives = 'fourth'
break break
case 3: case 3:
this.isTourActives = 'third' this.isTourActives = 'third'
......
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