Commit 7f3beb72 authored by 陈毅's avatar 陈毅

取消未开发完成 按钮

parent d5a7f80a
......@@ -1548,9 +1548,9 @@ a.news {
// transition: all .4s ease;
}
.about .about-content .about-left .more a:hover {
box-shadow: 5px 5px 30px #0880e2;
}
// .about .about-content .about-left .more a:hover {
// box-shadow: 5px 5px 30px #0880e2;
// }
.productt {
width: 100%;
......@@ -1879,7 +1879,7 @@ a.news {
margin: 0 auto;
margin-bottom: 75px;
border: 2px solid #294982;
border-top: 4px solid #294982;
opacity: 1;
}
......
......@@ -68,12 +68,15 @@
</a>
</div>
<div class="menu" v-show="menuShow">
<nuxt-link
<!-- <nuxt-link
to="/product/expe"
:class="{ cur: $nuxt.$route.path.indexOf('/product') === 0 }"
>产品
</nuxt-link
>
> 待开发-->
<nuxt-link to="/product/fabric" :class="{ cur: $nuxt.$route.path.indexOf('/product') === 0}">
产品
</nuxt-link>
</div>
<div class="menu" v-show="menuShow">
<nuxt-link
......
......@@ -48,7 +48,8 @@
</li>
</ul>
<div class="more">
<a href="/about">了解更多</a>
<!-- <a href="/about">了解更多</a> 待开发-->
<a href="/">了解更多</a>
</div>
</div>
<div class="about-right">
......@@ -331,7 +332,7 @@
<div class="service bg">
<div class="main">
<h2>行业解决方案</h2>
<div class="line" style="width:60px;height:0px;border: 2px solid #294982;"></div>
<div class="line" style="width:60px;height:0px;border-top: 4px solid #294982;"></div>
<Carousel
autoplay
v-model="value2"
......@@ -390,14 +391,19 @@
<div style="width:74px;height:3px;background:#294982;margin-top:4px"></div>
</h5>
<div v-for="(item, index) in list" :key="index">
<nuxt-link target="_blank" :to="{ path: '/news/' + item.id }">
<!-- <nuxt-link target="_blank" :to="{ path: '/news/' + item.id }">待开发
<p>{{ item.name }}</p>
<span>{{ item.note }}</span>
</nuxt-link> -->
<nuxt-link to="/">
<p>{{item.name}}</p>
<span>{{item.note}}</span>
</nuxt-link>
</div>
<nuxt-link to="/news">
<!-- <nuxt-link to="/news">待开发
<div class="see-more">查看更多>></div>
</nuxt-link>
</nuxt-link> -->
<nuxt-link to="/"><div class="see-more">查看更多</div></nuxt-link>
</div>
</div>
<!-- <div class="main custom">
......@@ -428,6 +434,7 @@
<div class="center">
<div class="more">
<!-- <a href="/">查看更多</a>待开发 -->
<a href="/">查看更多</a>
</div>
</div>
......
<template>
<div class="pc1">
待开发。。。。。。
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
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