Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
ministers
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
viitto
ministers
Commits
641a5bf9
Commit
641a5bf9
authored
Apr 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c85f6d46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.vue
src/pages/index.vue
+6
-4
No files found.
src/pages/index.vue
View file @
641a5bf9
...
...
@@ -1056,7 +1056,8 @@ export default {
}
}
.threebox
{
width
:
100%
;
width
:
100vw
;
overflow
:
hidden
;
padding-top
:
calc
(
1080
/
1920
*
100%
);
position
:
relative
;
z-index
:
1
!
important
;
...
...
@@ -1154,11 +1155,12 @@ export default {
z-index
:
0
;
}
.fourbox
{
width
:
100%
;
// width: 100vw
;
padding-top
:
calc
(
2377
/
1920
*
100%
);
position
:
relative
;
overflow
:
hidden
;
.subFourBox
{
width
:
100vw
;
//
width: 100vw;
height
:
100%
;
background-image
:
url("../assets/images/index/work_serve_bg.png")
;
background-repeat
:
no-repeat
;
...
...
@@ -1222,7 +1224,7 @@ export default {
}
}
.fivebox
{
width
:
100vw
;
//
width: 100vw;
height
:
56
.25vw
;
position
:
relative
;
background-image
:
url("../assets/images/index/chairman_bg.png")
;
...
...
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