Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
61a01f83
Commit
61a01f83
authored
Jul 02, 2025
by
田争光
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*):登录页样式修改
parent
f40f1227
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1484 additions
and
13 deletions
+1484
-13
package-lock.json
package-lock.json
+1448
-1
bg.png
src/assets/bg.png
+0
-0
style.css
src/style.css
+9
-0
index.vue
src/views/login/index.vue
+27
-12
No files found.
package-lock.json
View file @
61a01f83
This diff is collapsed.
Click to expand it.
src/assets/bg.png
0 → 100644
View file @
61a01f83
This diff is collapsed.
Click to expand it.
src/style.css
View file @
61a01f83
...
...
@@ -23,4 +23,13 @@
.el-button--primary
{
background-color
:
#2182a0
!important
;
border-color
:
#2182a0
!important
;
}
.login-container
.el-form-item
{
background
:
transparent
!important
;
border
:
unset
!important
;
}
.login-container
.el-input__wrapper
{
background
:
#181d21
!important
;
border-radius
:
0
!important
;
}
\ No newline at end of file
src/views/login/index.vue
View file @
61a01f83
...
...
@@ -1164,8 +1164,10 @@ $light_gray: #eee;
.login-container
{
min-height
:
100vh
;
width
:
100%
;
background-image
:
url("../../assets/bg.jpg")
;
background-size
:
cover
;
background
:
url("../../assets/bg.png")
no-repeat
;
background-size
:
100%
500px
;
background-position
:
calc
(
50%
-
640px
)
center
;
background-color
:
#000
;
overflow
:
hidden
;
.login-container-title
{
...
...
@@ -1173,30 +1175,38 @@ $light_gray: #eee;
.title
{
font-size
:
38px
;
color
:
#fff
;
text-align
:
right
;
padding-right
:
4%
;
}
}
.login-old
{
width
:
457px
;
height
:
500px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
15px
30px
0px
rgba
(
0
,
85
,
183
,
0
.15
);
// background: rgba(255, 255, 255, 1);
background
:
#191c21
;
box-shadow
:
0px
15px
30px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
padding
:
40px
;
position
:
absolute
;
right
:
10%
;
top
:
15%
;
// transform: translateY(-50%);
border-radius
:
20px
;
right
:
4%
;
top
:
calc
(
50%
-
250px
);
border-radius
:
4px
;
.el-checkbox-group
label
{
margin-top
:
20px
;
}
button
{
width
:
100%
;
margin-top
:
40px
;
background
:
#2182a0
;
background
:
#181d21
!
important
;
color
:
#36f1cd
!
important
;
border
:
1px
solid
#2a2a2a
!
important
;
height
:
40px
;
transition
:
border
0
.5s
ease
;
}
button
:hover
{
border
:
1px
solid
rgba
(
54
,
241
,
205
,
0
.7
)
!
important
;
}
img
{
...
...
@@ -1220,6 +1230,11 @@ $light_gray: #eee;
.el-checkbox-group
label
{
margin-top
:
20px
;
}
.el-form-item
{
border-bottom
:
0
!
important
;
background
:
transparent
!
important
;
}
.login-btn
{
width
:
100%
;
...
...
@@ -1268,11 +1283,11 @@ $light_gray: #eee;
.title
{
font-size
:
26px
;
display
:
inline-block
;
color
:
#
2182a0
;
color
:
#
36f1cd
;
}
span
{
color
:
#
d4d4d4
;
color
:
#
29ad93
;
margin-left
:
10px
;
}
}
...
...
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