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
e91316e7
Commit
e91316e7
authored
May 24, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
news about
parent
0728db0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
136 additions
and
122 deletions
+136
-122
layout.less
src/assets/theme/layout.less
+134
-120
index.vue
src/pages/about/index.vue
+1
-1
index.vue
src/pages/news/index.vue
+1
-1
No files found.
src/assets/theme/layout.less
View file @
e91316e7
...
...
@@ -2943,127 +2943,10 @@ line-height: 48px;
}
}
}
//下载页面
.download{
margin-top: 180px;
div{
width: 100%;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
padding-top: 32px;
span{
margin-left: 14px;
}
span:hover{
border-bottom: 1px solid #294982;
cursor: pointer;
}
}
}
//我们是谁 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{
display: flex;
justify-content: center;
.join-layout{
width: 170px;
text-align: center;
.join-recruit{
h4{
margin-top: 40px;
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #294982;
opacity: 1;
margin-bottom: 20px;
}
.join-recruit-flex{
margin-top: 20px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
display: flex;
justify-content: space-evenly;
.join-recruit-flex-left{
flex: 1;
text-align-last: justify;
// text-align: justify;
// text-justify: distribute-all-lines;
word-break: break-all;
text-justify: distribute;
}
}
}
}
}
}
}
...
...
@@ -3900,8 +3783,139 @@ line-height: 48px;
margin-bottom: 60px
}
}
.pc11{
max-width: 1400px;
min-width: 1100px;
width: 80%;
margin:100px auto;
//我们是谁 about页面
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
width: 480px;
height: 115px;
top: 0;
left: 100px;
right: 0;
bottom: 0;
margin: auto 0;
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页面
.join-us{
.join{
display: flex;
justify-content: center;
.join-layout{
width: 170px;
text-align: center;
.join-recruit{
h4{
margin-top: 40px;
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #294982;
opacity: 1;
margin-bottom: 20px;
}
.join-recruit-flex{
margin-top: 20px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
display: flex;
justify-content: space-evenly;
.join-recruit-flex-left{
flex: 1;
text-align-last: justify;
// text-align: justify;
// text-justify: distribute-all-lines;
word-break: break-all;
text-justify: distribute;
}
}
}
}
}
}
.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;
}
}
}
}
//下载页面
.download{
margin-top: 180px;
div{
width: 100%;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
padding-top: 32px;
span{
margin-left: 14px;
}
span:hover{
border-bottom: 1px solid #294982;
cursor: pointer;
}
}
}
}
@import url("./phone");
@import url("./extra");
@import url("./product");
...
...
src/pages/about/index.vue
View file @
e91316e7
<
template
>
<div
class=
"pc1"
>
<div
class=
"pc1
1
"
>
<div
class=
"about1"
>
<img
:src=
"product.url"
width=
"100%"
alt=
""
/>
<div>
...
...
src/pages/news/index.vue
View file @
e91316e7
<
template
>
<div
class=
"pc1 mt"
style=
"height:auto;"
>
<div
class=
"pc1
1
mt"
style=
"height:auto;"
>
<Menu
mode=
"horizontal"
style=
"z-index:0"
...
...
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