Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DTBPcompnay
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李堔
DTBPcompnay
Commits
7f3beb72
Commit
7f3beb72
authored
May 16, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消未开发完成 按钮
parent
d5a7f80a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
11 deletions
+36
-11
layout.less
src/assets/theme/layout.less
+4
-4
default.vue
src/layouts/default.vue
+5
-2
index.vue
src/pages/index.vue
+12
-5
fabric.vue
src/pages/product/fabric.vue
+15
-0
No files found.
src/assets/theme/layout.less
View file @
7f3beb72
...
...
@@ -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
: 2
px solid #294982;
border
-top: 4
px solid #294982;
opacity: 1;
}
...
...
src/layouts/default.vue
View file @
7f3beb72
...
...
@@ -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
...
...
src/pages/index.vue
View file @
7f3beb72
...
...
@@ -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
: 2
px solid #294982;"
></div>
<div
class=
"line"
style=
"width:60px;height:0px;border
-top: 4
px 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>
...
...
src/pages/product/fabric.vue
0 → 100644
View file @
7f3beb72
<
template
>
<div
class=
"pc1"
>
待开发。。。。。。
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment