Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
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
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
ab7d7db2
Commit
ab7d7db2
authored
Nov 29, 2018
by
lisb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Fixed a bug.Fixed login style
parent
a20c2e88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
index.vue
src/page/login/index.vue
+13
-15
No files found.
src/page/login/index.vue
View file @
ab7d7db2
...
...
@@ -120,7 +120,7 @@ export default {
left
:
0
;
width
:
100%
;
height
:
500px
;
margin-top
:
-2
2
0px
;
margin-top
:
-2
0
0px
;
}
.
login-container
:
:
before
{
z-index
:
-1024
;
...
...
@@ -140,8 +140,9 @@ export default {
}
.login-logo
{
position
:
absolute
;
top
:
10px
;
right
:
30px
;
top
:
0
;
left
:
0
;
padding-top
:
50px
;
font-size
:
24px
;
color
:
#333
;
}
...
...
@@ -167,9 +168,6 @@ export default {
width
:
50%
;
box-sizing
:
border-box
;
}
.login-select
{
display
:
inline-block
;
}
.login-main
>
h3
{
margin-bottom
:
20px
;
}
...
...
@@ -193,24 +191,24 @@ export default {
}
}
.login-index
{
margin-top
:
40px
;
margin-top
:
40px
!
important
;
width
:
180px
;
height
:
48px
;
text-align
:
center
;
border-radius
:
50px
;
background
:
transparent
;
color
:
#333
;
font-size
:
16px
;
border-radius
:
50px
!
important
;
background
:
transparent
!
important
;
color
:
#333
!
important
;
font-size
:
16px
!
important
;
border
:
1px
solid
rgb
(
152
,
22
,
244
);
}
.login-submit
{
display
:
block
;
margin
:
40px
auto
10px
auto
;
display
:
block
!
important
;
margin
:
40px
auto
10px
auto
!
important
;
width
:
200px
;
height
:
48px
;
font-size
:
14px
;
font-size
:
14px
!
important
;
text-align
:
center
;
border-radius
:
50px
;
border-radius
:
50px
!
important
;
border
:
0px
;
box-shadow
:
rgba
(
152
,
22
,
244
,
0
.19
)
0px
5px
10px
2px
;
}
...
...
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