Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
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
赵啸非
smart_gov_platform
Commits
9ad8b2b7
Commit
9ad8b2b7
authored
Aug 30, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
045a2007
94aafe11
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2507 additions
and
4 deletions
+2507
-4
portal-manager-ui/admin/src/assets/images/siteArrange/logo-pingtai.png
...r-ui/admin/src/assets/images/siteArrange/logo-pingtai.png
+0
-0
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+2
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
+107
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes copy.vue
...i/admin/src/views/thePlatformIsSet/setPlatformes copy.vue
+478
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
...ger-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
+1920
-3
No files found.
portal-manager-ui/admin/src/assets/images/siteArrange/logo-pingtai.png
0 → 100644
View file @
9ad8b2b7
5.21 KB
portal-manager-ui/admin/src/views/home/home.vue
View file @
9ad8b2b7
...
...
@@ -196,6 +196,7 @@ export default {
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
.logo {
width: 40px;
}
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
0 → 100644
View file @
9ad8b2b7
*
{
margin
:
0
;
padding
:
0
;
}
*
{
margin
:
0
;
padding
:
0
;
}
:root
{
--base-font-size
:
0.0625rem
;
}
@media
screen
and
(
max-width
:
1440px
)
{
:root
{
--base-font-size
:
0.069vw
;
}
}
html
{
font-size
:
var
(
--base-font-size
);
}
body
::-webkit-scrollbar
{
display
:
none
;
}
.effect-content
{
/* height: 200vh;
min-height: 1864rem; */
overflow-y
:
hidden
;
}
.effect-box
{
position
:
sticky
;
top
:
0
;
/* height: 100vh; */
min-height
:
932rem
;
background-color
:
#031233
;
perspective
:
800px
;
overflow
:
hidden
;
}
.e-square
{
position
:
absolute
;
transform-origin
:
50%
50%
;
border-radius
:
10%
;
}
.e-logo
{
position
:
absolute
;
transform-origin
:
50%
50%
;
border-radius
:
10rem
;
}
.e-icon-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform-origin
:
50%
50%
;
width
:
1200rem
;
height
:
500rem
;
transform
:
translate
(
-50%
,
-100rem
);
display
:
grid
;
grid-template-columns
:
repeat
(
7
,
120rem
);
grid-gap
:
80rem
30rem
;
grid-auto-rows
:
120rem
;
justify-content
:
center
;
align-content
:
center
;
z-index
:
10
;
}
.e-icon-box-bg
{
position
:
absolute
;
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
5
,
30
,
75
,
0.66
);
}
.e-icon
{
position
:
relative
;
background-color
:
#0089ff
;
border-radius
:
10rem
;
}
.title
{
position
:
absolute
;
width
:
100%
;
height
:
64px
;
font-size
:
53px
;
font-family
:
FZZhengHeiS-EB-GB
;
font-weight
:
600
;
color
:
#ffffff
;
line-height
:
64px
;
text-align
:
center
;
}
.desc
{
position
:
absolute
;
width
:
100%
;
height
:
34px
;
font-size
:
22px
;
font-family
:
Source
Han
Sans
CN
;
color
:
#ffffff
;
line-height
:
34px
;
text-align
:
center
;
}
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes copy.vue
0 → 100644
View file @
9ad8b2b7
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
View file @
9ad8b2b7
This diff is collapsed.
Click to expand it.
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