Commit 692c3c94 authored by guoyou's avatar guoyou

细节修改

parent 0fcd570f
......@@ -896,7 +896,7 @@ li {
}
.flex-aic-jcb-warp .right li a {
color: #666;
color: #333;
font-size: 16px;
}
......
......@@ -218,9 +218,8 @@ h2{
z-index: 8;
}
.more-container a:hover{
right: -30px;
/* right: -30px; */
color: #1bbb9f;
/* box-shadow: 5px 5px 5px #888888; */
}
.more-container a img{
......
......@@ -148,6 +148,7 @@
margin: 0 auto;
background-color: #fff;
height: 50px;
box-shadow: 0 1px 1px rgba(245,245,245);
}
.users {
......
......@@ -166,7 +166,7 @@
<!-- <li>
<nuxt-link to="/" :class="router== '/aboutXx'?'active':''">招商加盟</nuxt-link>
</!-->
<li style="position: relative" class="news-msg">
<li style="position: relative;padding-bottom:50px" class="news-msg">
<!-- <nuxt-link to="/activity" :class="router== '/activity' || router== '/news' ?'active':''"> -->
<nuxt-link
to="/activity"
......@@ -494,16 +494,15 @@ export default {
}
.news-msg:hover .select-news {
display: block;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15);
}
.select-product,
.select-news {
position: absolute;
top: 42px;
left: 10px;
top: 46px;
left: 8px;
background: #fff;
/* padding: 10px 24px; */
display: none;
/* border: 1px solid #e5e5e5; */
text-align: center;
padding: 0;
}
......
......@@ -20,6 +20,7 @@ module.exports = {
// { rel: 'stylesheet', href: 'https://mgmt.dfangche.com/xxfccn/css/pc/goTop.css' },
// { rel: 'stylesheet', href: 'https://mgmt.dfangche.com/xxfccn/css/pc/swiper.min.css' },
// { rel: 'stylesheet', href: 'https://www.xxfangche.com/xxfccn/css/pc/el/index.css' }
{ rel: 'icon', type: 'image/x-icon', href: 'https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png' },
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic' },
{ rel: 'stylesheet', href: 'https://xxtest.upyuns.com/xxfccn/css/pc/main.css' },
......@@ -31,8 +32,6 @@ module.exports = {
{ rel: 'stylesheet', href: 'https://xxtest.upyuns.com/xxfccn/css/pc/swiper.min.css' },
{ rel: 'stylesheet', href: 'https://xxtest.upyuns.com/xxfccn/css/pc/el/index.css' }
],
// http://xxtest.upyuns.com
//https://mgmt.dfangche.com/xxfccn
script: [
{ src: 'https://dev.dfangche.com/h5/appHtml/js/util.js' },
],
......
......@@ -27,10 +27,10 @@
<h3>新闻资讯</h3>
<ul>
<li>
<nuxt-link to="/news" style="color:#1bbb9f">欣新活动</nuxt-link>
<nuxt-link to="/activity" style="color:#1bbb9f">欣新活动</nuxt-link>
</li>
<li>
<nuxt-link to="/activity">新闻动态</nuxt-link>
<nuxt-link to="/news">新闻动态</nuxt-link>
</li>
</ul>
</div>
......
......@@ -449,9 +449,9 @@
<li v-for="(val,key) in item.slice(1)" :key="key">
<nuxt-link :to="'activityList/'+val.id">
<h3>{{val.title}}</h3>
</nuxt-link>
<p>活动时间:{{val.startTime}} - {{val.endTime}}</p>
<p>活动地点:{{val.province}}{{val.city}}{{val.town}}{{val.address}}</p>
</nuxt-link>
</li>
</ul>
</div>
......@@ -526,11 +526,11 @@
</div>
<!-- 城市覆盖区域 -->
<div class="map-container" style='height:580px'>
<div class="map-container" style="height:580px">
<div class="city-covers">
<div class="introduce">
<h3>欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3>
<p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适,便捷,轻松,快乐的房车生活。</p>
<h3>欣新房车是一家专业从事房车销售,房车租赁房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。</h3>
<p>将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。</p>
<p>欣新房车全国覆盖</p>
<ul>
<li>
......@@ -549,7 +549,9 @@
</nuxt-link>
</span>
</div>
<div style="display:inline-block"><img src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg" alt/></div>
<div style="display:inline-block;max-width:65%">
<img src="https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg" alt />
</div>
</div>
</div>
......
......@@ -27,10 +27,10 @@
<h3>新闻资讯</h3>
<ul>
<li>
<nuxt-link to='/news'>欣新活动</nuxt-link>
<nuxt-link to='/activity'>欣新活动</nuxt-link>
</li>
<li>
<nuxt-link to='/activity' style="color:#1bbb9f">新闻动态</nuxt-link>
<nuxt-link to='/news' style="color:#1bbb9f">新闻动态</nuxt-link>
</li>
</ul>
</div>
......
......@@ -19,11 +19,7 @@
</div>
</div>
<div
id="fixContainer"
style="float:left;width:300px;background-color:#fff;text-align:center"
>
<div id="fixContainer" style="float:left;width:300px;background-color:#fff;text-align:center">
<div
style="width: 300px;background:#fff;text-align:center"
id="campsiteHotId"
......@@ -47,7 +43,6 @@
</nuxt-link>
</div>
</div>
</div>
</div>
<go-top></go-top>
......@@ -114,7 +109,7 @@ export default {
document.body.scrollTop
this.$nextTick(function() {
var menuTop = document.querySelector('#campsiteHotId')
console.log(menuTop.offsetTop);
console.log(menuTop.offsetTop)
//滑动到指定位置菜单吸顶
if (scrollTop > menuTop.offsetTop - 120) {
......
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