Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs_vsofpm
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
wuhao
cs_vsofpm
Commits
0d880026
Commit
0d880026
authored
Dec 06, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
799408e1
Pipeline
#6192
passed with stages
in 4 minutes and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
12 deletions
+16
-12
hd.jpg
public/assets/hd.jpg
+0
-0
index.jsx
src/layouts/login/index.jsx
+7
-2
index.less
src/layouts/login/index.less
+9
-10
No files found.
public/assets/hd.jpg
0 → 100644
View file @
0d880026
This diff is collapsed.
Click to expand it.
src/layouts/login/index.jsx
View file @
0d880026
...
...
@@ -6,7 +6,11 @@ import "./index.less";
function
LoginLayout
()
{
return
(
<
div
className=
"wrap"
>
<
div
className=
"wrap"
style=
{
{
backgroundImage
:
"url(./assets/hd.jpg)"
,
}
}
>
<
div
className=
"cover"
></
div
>
<
Container
component=
"main"
maxWidth=
"xs"
...
...
@@ -17,10 +21,11 @@ function LoginLayout() {
padding
:
0
,
borderRadius
:
12
,
overflow
:
"hidden"
,
backdropFilter
:
"blur(4px)"
}
}
borderRadius=
{
2
}
>
<
Box
className=
"right"
sx=
{
{
...
...
src/layouts/login/index.less
View file @
0d880026
...
...
@@ -15,17 +15,16 @@ body {
justify-content: center;
width: 100vw;
height: 100vh;
background-image: linear-gradient(
145deg,
#f7f7f7 0%,
#f0f0f0 25%,
#c9c9c9 50%,
#f0f0f0 75%,
#f7f7f7 100%
);
background-size: 400% 400%;
animation: bgmove 20s linear 0s infinite alternate forwards;
background-position-y: -6px;
.cover{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
pointer-events: none;
}
}
@keyframes bgmove {
0% {
background-position: 0% 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