Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sup-server
Project
Project
Details
Activity
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
Administrator
sup-server
Commits
0bba2423
Commit
0bba2423
authored
Oct 09, 2022
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
13242a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
6 deletions
+45
-6
login.vue
dsk-srm-server/src/login.vue
+45
-6
No files found.
dsk-srm-server/src/login.vue
View file @
0bba2423
...
...
@@ -5,6 +5,7 @@
<source
src=
"@/assets/background.mp4"
type=
"video/mp4"
>
</video>
</div>
<img
class=
"logo"
src=
"@/assets/images/logo.png"
>
<img
class=
"righttop"
src=
"@/assets/images/ico01.png"
>
<div
class=
"login"
>
<img
class=
"logintop"
src=
"@/assets/images/ico02.png"
>
...
...
@@ -16,12 +17,12 @@
<input
placeholder=
"请输入账号密码"
>
</div>
<div
class=
"inputs"
>
<input
placeholder=
"
请输入账号密码
"
>
<input
placeholder=
"
"
class=
"small
"
>
<div
class=
"login-code"
>
<img
:src=
"codeUrl"
@
click=
"getCode"
class=
"login-code-img"
/>
</div>
</div>
<
button
class=
"loginin"
>
登录
</button
>
<
div
class=
"loginin"
>
登录
</div
>
<img
class=
"loginbot"
src=
"@/assets/images/ico03.png"
>
</div>
<footers/>
...
...
@@ -66,6 +67,12 @@
position
:
fixed
;
bottom
:
0
;
left
:
0
;}
.logo
{
position
:
absolute
;
left
:
16px
;
top
:
16px
;
}
.righttop
{
position
:
absolute
;
right
:
16px
;
...
...
@@ -95,24 +102,56 @@
text-align
:
center
;
margin-top
:
60px
;
margin-bottom
:
40px
;
line-height
:
17px
;
}
.inputs
{
margin-bottom
:
24px
;
text-align
:
center
;
padding
:
0
43px
;
input
{
width
:
3
40
px
;
height
:
4
8
px
;
width
:
3
38
px
;
height
:
4
6
px
;
background
:
#F8F8F8
;
border-radius
:
8px
;
border
:
1px
solid
#F4F4F4
;
padding-lef
t
:
16px
;
text-inden
t
:
16px
;
outline
:
none
;
font-size
:
14px
;
padding
:
0
;
}
input
:
:-
webkit-input-placeholder
,
textarea
::-
webkit-input-placeholder
{
color
:
#9E9E9E
;
}
.small
{
width
:
191px
;
}
.login-code
{
float
:
right
;
width
:
131px
;
height
:
46px
;
background
:
#FFFFFF
;
border-radius
:
8px
;
border
:
1px
solid
#F1F1F1
;
}
}
.loginin
{
width
:
340px
;
height
:
48px
;
background
:
#0081FF
;
border-radius
:
8px
;
margin
:
0
auto
;
line-height
:
48px
;
font-size
:
16px
;
font-family
:
Microsoft
YaHei-Bold
,
Microsoft
YaHei
;
font-weight
:
bold
;
color
:
#FFFFFF
;
text-align
:
center
;
}
.loginbot
{
position
:
absolute
;
bottom
:
32px
;
left
:
169px
;
}
}
}
...
...
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