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
dc5ed2b2
Commit
dc5ed2b2
authored
May 13, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转发更改
parent
6e2d0939
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
58 deletions
+68
-58
layout.less
src/assets/theme/layout.less
+56
-1
index.vue
src/pages/about/index.vue
+0
-55
index.vue
src/pages/index.vue
+12
-2
No files found.
src/assets/theme/layout.less
View file @
dc5ed2b2
...
...
@@ -2955,7 +2955,62 @@ line-height: 48px;
}
//我们是谁 about页面
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
top: 140px;
left: 100px;
h4 {
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #ffffff;
opacity: 1;
margin-bottom: 30px;
}
p {
width: 470px;
height: 42px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #ffffff;
opacity: 1;
}
}
}
.about-us {
margin-bottom: 80px;
.about-us-p {
height: 97px;
text-indent: 24px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 24px;
color: #232323;
opacity: 1;
}
.about-us-flex {
display: flex;
div {
padding-left: 60px;
p {
text-indent: 28px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 30px;
color: #232323;
opacity: 1;
}
}
}
}
//加入我们 about页面
.join-us{
.join{
...
...
src/pages/about/index.vue
View file @
dc5ed2b2
...
...
@@ -85,60 +85,5 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
top: 140px;
left: 100px;
h4 {
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #ffffff;
opacity: 1;
margin-bottom: 30px;
}
p {
width: 470px;
height: 42px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #ffffff;
opacity: 1;
}
}
}
.about-us {
margin-bottom: 80px;
.about-us-p {
height: 97px;
text-indent: 24px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 24px;
color: #232323;
opacity: 1;
}
.about-us-flex {
display: flex;
div {
padding-left: 60px;
p {
text-indent: 28px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 30px;
color: #232323;
opacity: 1;
}
}
}
}
</
style
>
src/pages/index.vue
View file @
dc5ed2b2
...
...
@@ -566,8 +566,18 @@
<
script
>
import
Config
from
"@/config"
;
export
default
{
head
:
{
title
:
"德天博城"
,
head
()
{
return
{
title
:
"德天博城"
,
meta
:[
{
hid
:
"description"
,
name
:
"description"
,
content
:
this
.
dataList
.
all
}
]
}
},
//
middleware
(
context
)
{
...
...
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