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
45025599
Commit
45025599
authored
Aug 30, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
94aafe11
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1882 additions
and
637 deletions
+1882
-637
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
+35
-13
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
...ger-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
+1847
-624
No files found.
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
View file @
45025599
*
{
margin
:
0
;
padding
:
0
;
}
*
{
margin
:
0
;
padding
:
0
;
}
:root
{
--base-font-size
:
0.0625rem
;
}
...
...
@@ -55,7 +46,24 @@ body::-webkit-scrollbar {
.e-icon-box
{
position
:
absolute
;
top
:
50%
;
top
:
48%
;
left
:
50%
;
transform-origin
:
50%
50%
;
width
:
1200rem
;
height
:
500rem
;
transform
:
translate
(
-50%
,
-100rem
);
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
250rem
);
grid-gap
:
30rem
;
grid-auto-rows
:
200rem
;
justify-content
:
center
;
align-content
:
center
;
z-index
:
10
;
}
/* .e-icon-box {
position: absolute;
top: 48%;
left: 50%;
transform-origin: 50% 50%;
width: 1200rem;
...
...
@@ -65,13 +73,27 @@ body::-webkit-scrollbar {
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
a
{
display
:
flex
;
width
:
100%
;
height
:
100%
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
color
:
#ffffff
;
}
.e-icon
span
{
margin-top
:
20px
;
font-size
:
20px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
bold
;
color
:
#ffffff
;
}
.e-icon-box-bg
{
position
:
absolute
;
width
:
100%
;
...
...
@@ -81,7 +103,7 @@ body::-webkit-scrollbar {
.e-icon
{
position
:
relative
;
background-color
:
#0089ff
;
/* background-color: #0089ff; */
border-radius
:
10rem
;
}
.title
{
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
View file @
45025599
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