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
2a327d23
Commit
2a327d23
authored
Jun 02, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目案例
parent
0642318e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
+17
-11
layout.less
src/assets/theme/layout.less
+14
-2
index.vue
src/pages/index.vue
+3
-9
No files found.
src/assets/theme/layout.less
View file @
2a327d23
...
...
@@ -2022,11 +2022,22 @@ a.news {
}
.customer .customer-content {
max-width: 1200px;
max-width: 1400px;
min-width: 1100px;
width: 80%;
margin: 0 auto;
text-align: center;
}
.customer-content .img7{
display: flex;
flex-wrap: wrap;
justify-content: center;
img{
width: 25%;
padding: 10px 60px 80px;
}
}
.customer .customer-content .customer-title {
text-align: center;
padding-top: 50px;
...
...
@@ -2135,7 +2146,7 @@ opacity: 1;
width: 100%;
display: flex;
justify-content: space-around;
margin-bottom:
5
0px;
margin-bottom:
8
0px;
}
.customer-content .more {
// text-align: center;
...
...
@@ -4115,6 +4126,7 @@ line-height: 48px;
}
}
}
@import url("./phone");
@import url("./extra");
@import url("./product");
...
...
src/pages/index.vue
View file @
2a327d23
...
...
@@ -273,16 +273,10 @@
<h2>
项目案例
</h2>
<div
class=
"line"
></div>
</div>
<div
class=
"logo_div"
>
<img
v-for=
"(item, index) in logo"
:key=
"index"
:src=
"item.img1"
alt=
""
/>
</div>
<div
class=
"img7"
>
<img
:src=
"item.img1"
v-for=
"(item,index) in logo"
:key=
"index"
alt=
""
>
</div>
<div
class=
"center"
>
<div
class=
"more"
>
<!--
<a
href=
"/"
>
查看更多
</a>
待开发 -->
...
...
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