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
ae7ad5ad
Commit
ae7ad5ad
authored
May 20, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
了解更多页面
parent
c6fa351a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
64 additions
and
2 deletions
+64
-2
index.vue
src/pages/index.vue
+1
-2
index.vue
src/pages/more/index.vue
+63
-0
more1.jpg
src/static/image/more/more1.jpg
+0
-0
more2.jpg
src/static/image/more/more2.jpg
+0
-0
more3.jpg
src/static/image/more/more3.jpg
+0
-0
No files found.
src/pages/index.vue
View file @
ae7ad5ad
...
@@ -49,8 +49,7 @@
...
@@ -49,8 +49,7 @@
</li>
</li>
</ul>
</ul>
<div
class=
"more"
>
<div
class=
"more"
>
<!--
<a
href=
"/about"
>
了解更多
</a>
待开发-->
<a
href=
"/more"
>
了解更多
</a>
<a
href=
"/"
>
了解更多
</a>
</div>
</div>
</div>
</div>
<div
class=
"about-right"
>
<div
class=
"about-right"
>
...
...
src/pages/more/index.vue
0 → 100644
View file @
ae7ad5ad
<
template
>
<div
class=
"pc2"
>
<div
class=
"pc2-flex"
>
<div
class=
"pc1-more-top"
>
<div>
{{
more
.
title1
}}
</div>
<img
:src=
"more.url1"
alt=
""
/>
</div>
<div
class=
"pc1-more-top"
>
<div>
{{
more
.
title2
}}
</div>
<img
:src=
"more.url2"
alt=
""
/>
</div>
<div
class=
"pc1-more-top"
>
<div>
{{
more
.
title3
}}
</div>
<img
:src=
"more.url3"
alt=
""
/>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
more
:
{
title1
:
"现代各行业中,越来越高的客户期望值和不断增加的项目复杂性使得竞争越来越激烈。随着人工智能、大数据、云平台等计算机互联网信息技术的不断发展,在协作式创新平台上采用新方法来概念化、设计、制造、测试、认证和维护企业项目,让提高公司供应链效率、生产灵活性和继续推进创新边界成为可能。"
,
url1
:
"/image/more/more1.jpg"
,
title2
:
"丰富的产品内容可满足CAD、CAE、CAM和PLM等管理需求,结合公司原有管理系统通过技术团队二次开发和集成可顺利无缝迁移到定制化企业协同平台,使之连接人员、流程和数据。为企业的策略制定、数字化研发、制造规划和业务运营转型等提供技术保障。"
,
url2
:
"/image/more/more2.jpg"
,
title3
:
"依托丰富的行业实施经验向企业提供优质的解决方案,可覆盖企业管理、项目管理和产品的设计生产制造管理等领域,助理企业智能化升级。"
,
url3
:
"/image/more/more3.jpg"
}
};
}
};
</
script
>
<
style
lang=
"less"
scoped
>
.pc2 {
width: 100%;
.pc2-flex {
width: 80%;
margin:100px auto;
.pc1-more-top {
margin-bottom: 110px;
// border: 1px solid #000;
div {
padding-top: 40px;
font-size: 18px;
font-weight: 400;
color: #232323;
opacity: 1;
padding-bottom: 40px;
}
img {
width: 100%;
}
}
}
}
</
style
>
src/static/image/more/more1.jpg
0 → 100644
View file @
ae7ad5ad
392 KB
src/static/image/more/more2.jpg
0 → 100644
View file @
ae7ad5ad
491 KB
src/static/image/more/more3.jpg
0 → 100644
View file @
ae7ad5ad
380 KB
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