Commit 7da032b2 authored by guoyou's avatar guoyou

兼容修复

parent 692c3c94
...@@ -942,19 +942,20 @@ li { ...@@ -942,19 +942,20 @@ 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;
/* right: 0; */
text-align: left; text-align: left;
} }
.introduce {
width: 465px;
float: right;
}
.introduce h3 { .introduce h3 {
font-size: 16px; font-size: 16px;
margin-bottom: 20px; margin-bottom: 20px;
......
...@@ -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,7 +528,11 @@ ...@@ -528,7 +528,11 @@
<!-- 城市覆盖区域 --> <!-- 城市覆盖区域 -->
<div class="map-container" style="height:580px"> <div class="map-container" style="height:580px">
<div class="city-covers"> <div class="city-covers">
<div class="regional">
<div class="introduce"> <div class="introduce">
<!-- <div style="width:465px;float: right;">
</div>-->
<h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3> <h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3>
<p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。</p> <p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。</p>
<p>欣新房车全国覆盖</p> <p>欣新房车全国覆盖</p>
...@@ -549,7 +553,9 @@ ...@@ -549,7 +553,9 @@
</nuxt-link> </nuxt-link>
</span> </span>
</div> </div>
<div style="display:inline-block;max-width:65%"> </div>
<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