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
27bf15b2
Commit
27bf15b2
authored
Jun 06, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
5d4fae94
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
108 additions
and
30 deletions
+108
-30
layout.less
src/assets/theme/layout.less
+34
-3
default.vue
src/layouts/default.vue
+10
-4
index.vue
src/pages/news/index.vue
+34
-5
catia.vue
src/pages/product/catia.vue
+5
-3
delmia.vue
src/pages/product/delmia.vue
+5
-3
dvia.vue
src/pages/product/dvia.vue
+5
-3
enovia.vue
src/pages/product/enovia.vue
+5
-3
expe.vue
src/pages/product/expe.vue
+5
-3
simulia.vue
src/pages/product/simulia.vue
+5
-3
No files found.
src/assets/theme/layout.less
View file @
27bf15b2
...
...
@@ -589,7 +589,7 @@ h3 {
// height: 100vh;
width: 100%;
overflow: hidden;
min-width: 1100px;
.pr {
position: relative;
width: 100%;
...
...
@@ -716,8 +716,29 @@ h3 {
}
}
}
@media (max-width:1100px) {
.pa{
top: 232px;
.kouhao{
.k1{
font-size: 35px ;
height: 46px;
}
img{
width: 554px !important;
}
.k3{
margin-top: 231px;
span{
font-size: 21px;
}
}
}
}
}
@media (min-width:1524px) {
.pa{
.kouhao{
.k1{
font-size: 48px;
...
...
@@ -863,6 +884,7 @@ h3 {
// padding-top: 65px;
background-color: #e9edef;
padding-bottom: 80px;
min-width: 1100px;
.main{
max-width: 1400px;
min-width: 1100px;
...
...
@@ -1061,6 +1083,7 @@ h3 {
padding-top: 30px;
padding-bottom: 20px;
width: 100%;
min-width: 1100px;
h5 {
font-size: 20px;
font-family: Microsoft YaHei;
...
...
@@ -1073,15 +1096,22 @@ h3 {
.main {
width: 80%;
max-width: 1400px;
min-width: 1100px;
.pt40 {
padding-top: 40px;
}
.main-bottom{
max-width:400px;
min-width:250px;
width:28.57%
}
.flex {
width: 100%;
flex-shrink: 0;
align-content: space-between;
justify-content: space-
around
;
justify-content: space-
between
;
.about {
p {
...
...
@@ -1472,6 +1502,7 @@ a.news {
// }
.about {
width: 100%;
min-width: 1100px;
// height: 760px;
height: 880px;
background: #EEEEEE;
...
...
src/layouts/default.vue
View file @
27bf15b2
...
...
@@ -196,10 +196,16 @@
<div
class=
"pt50"
></div>
</div>
<div
class=
"foot_line"
></div>
<div
class=
"main ac ba"
style=
"font-size: 12px; color: #c0bfbf;display:flex;justify-content:center"
>
<div
style=
"width:480px;margin-left:0px"
>
<!--Copyright © 2021
{{
config
.
company
}}
-->
Copyright © 2000-2018京ICP备13034660号-1
版权所有:北京德天博诚科技有限公司
</div
>
<div
class=
"main ac ba"
style=
"font-size: 12px; color: #c0bfbf;display:flex;justify-content: space-between;"
>
<div
style=
"display:flex;width:50%"
>
<div
class=
"main-bottom"
>
</div>
<div>
Copyright © 2000-2018京ICP备13034660号-1
</div>
</div>
<div
style=
"display:flex;width:50%"
>
<div>
版权所有:北京德天博诚科技有限公司
</div>
<div
class=
"main-bottom"
>
</div>
</div>
<!--
<a
style=
"color: #c0bfbf"
href=
"https://beian.miit.gov.cn/"
>
{{
config
.
icp
}}
</a
>
-->
...
...
src/pages/news/index.vue
View file @
27bf15b2
...
...
@@ -7,10 +7,10 @@
active-name=
"1"
@
on-select=
"change"
>
<MenuItem
name=
"1"
style=
"width:50%;text-align:center;"
>
<MenuItem
name=
"1"
:class=
"kai"
style=
"width:50%;text-align:center;"
>
在线咨询
</MenuItem>
<MenuItem
name=
"2"
style=
"width:50%;"
>
<MenuItem
name=
"2"
:class=
"guan"
style=
"width:50%;"
>
下载支持
</MenuItem>
</Menu>
...
...
@@ -307,7 +307,10 @@ export default {
{
label
:
"邮箱"
,
prop
:
"email"
}
],
xx
:
[
"telephone"
,
"email"
],
i
:
0
i
:
0
,
kai
:
"kai"
,
guan
:
"guan"
,
switch
:
true
,
};
},
created
()
{},
...
...
@@ -318,10 +321,20 @@ export default {
if
(
name
==
1
)
{
this
.
flag1
=
true
;
this
.
flag2
=
false
;
this
.
switch
=
true
}
else
if
(
name
==
2
)
{
this
.
flag1
=
false
;
this
.
flag2
=
true
;
this
.
switch
=
false
}
if
(
this
.
switch
==
true
){
this
.
kai
=
`kai`
this
.
guan
=
`guan`
}
else
{
this
.
kai
=
`guan`
this
.
guan
=
`kai`
}
},
handleSubmit
(
name
)
{
this
.
$refs
[
name
].
validate
(
valid
=>
{
...
...
@@ -472,7 +485,23 @@ export default {
opacity: 1;
}
}
.btn-sum:hover{
background: #294982 !important;
.kai{
font-size: 20px !important;
font-family: Microsoft YaHei !important;
font-weight: bold !important;
color: #294982 !important;
opacity: 1;
border-bottom: 4px solid #294982 !important;
}
.guan{
font-size: 20px !important;
font-family: Microsoft YaHei !important;
font-weight: bold !important;
color: #B5B5B5 !important;
opacity: 1;
border-bottom:1px solid #B5B5B5 !important;
}
</
style
>
src/pages/product/catia.vue
View file @
27bf15b2
...
...
@@ -29,9 +29,11 @@
</div>
<div
class=
"pc1-head1-2 pc1-head"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"7"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"10"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
span=
"7"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"24px"
></Col>
<Col
flex=
"none"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
flex=
"24px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
<!--
<div
class=
"pc1-head-left"
></div>
<h4
id=
"pc1-head-middle"
>
{{
product
[
i
].
top
}}
</h4>
...
...
src/pages/product/delmia.vue
View file @
27bf15b2
...
...
@@ -26,9 +26,11 @@
</div>
<div
class=
"pc1-head pc1-head1-2"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"6"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"12"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
span=
"6"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"none"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
</div>
<!-- 产品简介 -->
...
...
src/pages/product/dvia.vue
View file @
27bf15b2
...
...
@@ -25,9 +25,11 @@
</div>
<div
class=
"pc1-head pc1-head1-2"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"6"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"12"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
span=
"6"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"none"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
</div>
<!-- 产品简介 -->
...
...
src/pages/product/enovia.vue
View file @
27bf15b2
...
...
@@ -27,9 +27,11 @@
</div>
<div
class=
"pc1-head pc1-head1-2"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"6"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"12"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
span=
"6"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"none"
><h4
>
{{
product
[
i
].
top
}}
</h4></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
</div>
<!-- 产品简介 -->
...
...
src/pages/product/expe.vue
View file @
27bf15b2
...
...
@@ -25,11 +25,13 @@
</div>
<div
class=
"pc1-head pc1-head1-2"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"9"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"5"
<Col
flex=
"auto"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"45px"
></Col>
<Col
flex=
"none"
><h4>
{{
product
[
i
].
top
}}
</h4></Col
>
<Col
span=
"9"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"45px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
</div>
<!-- 产品简介 -->
...
...
src/pages/product/simulia.vue
View file @
27bf15b2
...
...
@@ -42,11 +42,13 @@
</div>
<div
class=
"pc1-head pc1-head1-2"
>
<Row
align=
"middle"
class-name=
"row"
>
<Col
span=
"6"
><div
class=
"pc1-head-left1"
></div></Col>
<Col
span=
"12"
<Col
flex=
""
auto
><div
class=
"pc1-head-left1"
></div></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"none"
><h4>
{{
product
[
i
].
top
}}
</h4></Col
>
<Col
span=
"6"
><div
class=
"pc1-head-right1"
></div></Col>
<Col
flex=
"48px"
></Col>
<Col
flex=
"auto"
><div
class=
"pc1-head-right1"
></div></Col>
</Row>
</div>
<!-- 产品简介 -->
...
...
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