Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
341dca9a
Commit
341dca9a
authored
Nov 17, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
76936927
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
9 deletions
+21
-9
login-rj.jpg
src/assets/images/login-rj.jpg
+0
-0
login.vue
src/views/login.vue
+21
-9
No files found.
src/assets/images/login-rj.jpg
0 → 100644
View file @
341dca9a
788 KB
src/views/login.vue
View file @
341dca9a
<
template
>
<
template
>
<div
class=
"login"
>
<div
class=
"login"
>
<!--
<div
class=
"newTitle"
>
</div>
-->
<vue-particles
<vue-particles
class=
"login-bg"
class=
"login-bg"
color=
"#3
9AFFD
"
color=
"#3
4a4ea
"
:particleOpacity=
"0.
5
"
:particleOpacity=
"0.
8
"
:particlesNumber=
"1
2
"
:particlesNumber=
"1
9
"
shapeType=
"
edg
e"
shapeType=
"
circl
e"
:particleSize=
"5"
:particleSize=
"5"
linesColor=
"#8DD1FE"
linesColor=
"#8DD1FE"
:linesWidth=
"1"
:linesWidth=
"1"
:lineLinked=
"true"
:lineLinked=
"true"
:lineOpacity=
"0.4"
:lineOpacity=
"0.4"
:linesDistance=
"150"
:linesDistance=
"150"
:moveSpeed=
"
3
"
:moveSpeed=
"
1
"
:hoverEffect=
"
tru
e"
:hoverEffect=
"
fals
e"
hoverMode=
"repulse"
hoverMode=
"repulse"
:clickEffect=
"false"
:clickEffect=
"false"
clickMode=
"push"
clickMode=
"push"
...
@@ -177,6 +180,13 @@ export default {
...
@@ -177,6 +180,13 @@ export default {
</
script
>
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
>
.newTitle
{
position
:
absolute
;
top
:
0px
;
height
:
160px
;
width
:
100%
;
background-color
:
#fff
;
}
.login-bg
{
.login-bg
{
height
:
98vh
;
height
:
98vh
;
width
:
100vw
;
width
:
100vw
;
...
@@ -184,10 +194,10 @@ export default {
...
@@ -184,10 +194,10 @@ export default {
}
}
.login
{
.login
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
right
;
align-items
:
center
;
align-items
:
center
;
height
:
100%
;
height
:
100%
;
background-image
:
url("../assets/images/login-
background
.jpg")
;
background-image
:
url("../assets/images/login-
rj
.jpg")
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.title
{
.title
{
...
@@ -197,6 +207,8 @@ export default {
...
@@ -197,6 +207,8 @@ export default {
}
}
.login-form
{
.login-form
{
margin-top
:
50px
;
margin-right
:
250px
;
border-radius
:
6px
;
border-radius
:
6px
;
background
:
#ffffff
;
background
:
#ffffff
;
width
:
400px
;
width
:
400px
;
...
...
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