Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
love_飞影
Neos
Commits
0df22e5a
Commit
0df22e5a
authored
Jul 29, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: small 2
parent
679c2d85
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
src/ui/Layout/index.module.scss
src/ui/Layout/index.module.scss
+3
-3
src/ui/Start/index.module.scss
src/ui/Start/index.module.scss
+5
-3
No files found.
src/ui/Layout/index.module.scss
View file @
0df22e5a
...
...
@@ -5,13 +5,13 @@
display
:
flex
;
flex-wrap
:
wrap
;
align-content
:
center
;
padding
:
0
1
rem
;
padding
:
0
2
rem
;
gap
:
1rem
;
box-sizing
:
border-box
;
.logo
{
height
:
100%
;
width
:
60px
;
filter
:
brightness
(
1
.5
);
margin-right
:
-10px
;
// 以后删除这个,现在这么写是因为图片边框有点大
transform
:
translateY
(
-1px
);
}
a
{
color
:
white
;
...
...
src/ui/Start/index.module.scss
View file @
0df22e5a
...
...
@@ -28,14 +28,16 @@ body * {
.neos-pic
{
max-width
:
100%
;
max-height
:
100%
;
z-index
:
1
;
// z-index: 1;
filter
:
drop-shadow
(
0
0
2rem
#ffffff
2a
)
drop-shadow
(
0
0
0
.1rem
#373737
c6
);
}
.neos-logo
{
filter
:
brightness
(
2
)
drop-shadow
(
0
0
0
.75rem
#ffffff
b8
)
drop-shadow
(
0
0
0
.1rem
#373737
c6
);
position
:
absolute
;
bottom
:
0%
;
width
:
100%
;
bottom
:
10%
;
width
:
70%
;
height
:
fit-content
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
...
...
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