Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
company-portal-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
company-portal-ui
Commits
b17ed814
Commit
b17ed814
authored
Mar 11, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导航
parent
ff0e9e2f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
15 deletions
+21
-15
admin/src/assets/css/product.css
admin/src/assets/css/product.css
+9
-5
admin/src/views/portal/AboutView.vue
admin/src/views/portal/AboutView.vue
+11
-9
admin/src/views/portal/ProductDetailsView.vue
admin/src/views/portal/ProductDetailsView.vue
+1
-1
No files found.
admin/src/assets/css/product.css
View file @
b17ed814
...
...
@@ -14,11 +14,12 @@
.about-background
{
/*height: 304px;*/
/*width: 100%;*/
width
:
100%
;
height
:
700px
;
height
:
810px
;
background-image
:
url(../images/about_back.png)
;
background-repeat
:
no-repeat
;
background-position
:
top
;
background-position
:
center
center
;
}
...
...
@@ -27,10 +28,13 @@
/*width: 100%;*/
width
:
100%
;
height
:
550px
;
background-image
:
url(../images/develop.png)
;
background-repeat
:
no-repeat
;
background-position
:
top
;
background-size
:
100%
550px
;
background-position
:
center
center
;
background-size
:
cover
;
}
...
...
admin/src/views/portal/AboutView.vue
View file @
b17ed814
...
...
@@ -6,9 +6,9 @@
</div>
</div>
<div
class=
"section"
style=
"width: 100%;margin-top: -100px"
>
<div
class=
"about-background"
style=
"width: 100%"
>
<div
style=
"width: 5
00px;margin-left: 100px
"
>
<div
class=
"section"
style=
"width: 100%;margin-top: -100px
;
"
>
<div
class=
"about-background"
style=
"width: 100%
;
"
>
<div
style=
"width: 5
60px;margin-left: 10%;
"
>
<br/>
<br/>
<br/>
...
...
@@ -25,17 +25,19 @@
</div>
<div
class=
"section"
style=
"width: 100% ;margin-top: 100px"
>
<div
class=
"about-background_bottom"
style=
"width: 100%"
>
<div
class=
"section--header"
style=
"margin-top: -120px"
>
<div
class=
"section"
style=
"width: 100% ;margin-top: 100px;"
>
<div
class=
"about-background_bottom"
style=
"width: 100%;background-color: red"
>
<div
class=
"section--header"
>
<h5
class=
"section--title"
>
<strong
style=
"font-size: 40px"
>
发展历程
</strong></h5>
<p
class=
"section--description"
style=
"margin-top: -10px"
>
DEVELOPMENT HISTORY
</p>
</div>
</div>
<!--
<img
src=
"@/assets/images/develop.png"
style=
"width: 100%;z-index: 1;margin-top: -100px"
alt=
""
>
-->
</div>
</div>
...
...
admin/src/views/portal/ProductDetailsView.vue
View file @
b17ed814
...
...
@@ -32,7 +32,7 @@
:src=
"photo"
@
click=
"activePhoto = index"
:class=
"
{'active': activePhoto === index}"
:style="'background-image: url('+photo+')'">
:style="'background-image: url('+photo+')
;width:90%;object-fit: cover;
'">
</div>
</div>
</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