Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-ds
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
李良停
sh-ds
Commits
8f9cc4fb
Commit
8f9cc4fb
authored
Jan 29, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登陆页面调整
parent
02ba8992
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
ds.css
eden-authcenter-agent/src/main/resources/static/css/ds.css
+8
-10
No files found.
eden-authcenter-agent/src/main/resources/static/css/ds.css
View file @
8f9cc4fb
html
,
body
{
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
}
...
...
@@ -9,14 +10,14 @@ html, body {
overflow
:
hidden
;
}
.ds-header-img
{
margin
:
2
vh
0
;
margin-left
:
10
%
;
height
:
5
vh
;
margin
:
2
%
0
;
margin-left
:
5
%
;
height
:
5
%
;
max-height
:
40px
;
}
.ds-content
{
width
:
100%
;
height
:
79
vh
;
height
:
79
%
;
background
:
url("../img/bg.png")
no-repeat
center
center
;
background-size
:
100%
100%
;
overflow
:
hidden
;
...
...
@@ -37,7 +38,7 @@ html, body {
}
.ds-footer
{
width
:
100%
;
height
:
13
vh
;
height
:
13
%
;
overflow
:
hidden
;
background
:
white
url("../img/Login-b.jpg")
no-repeat
center
center
;
}
...
...
@@ -148,10 +149,7 @@ html, body {
width
:
2px
;
margin
:
10px
20px
;
height
:
40vh
;
background
:
-webkit-linear-gradient
(
left
,
rgba
(
251
,
251
,
251
,
0.09
),
rgba
(
251
,
251
,
251
,
0.59
),
rgba
(
251
,
251
,
251
,
0.09
));
/* Safari 5.1 - 6.0 */
background
:
-o-linear-gradient
(
right
,
rgba
(
251
,
251
,
251
,
0.09
),
rgba
(
251
,
251
,
251
,
0.59
),
rgba
(
251
,
251
,
251
,
0.09
));
/* Opera 11.1 - 12.0 */
background
:
-moz-linear-gradient
(
right
,
rgba
(
251
,
251
,
251
,
0.09
),
rgba
(
251
,
251
,
251
,
0.59
),
rgba
(
251
,
251
,
251
,
0.09
));
/* Firefox 3.6 - 15 */
background
:
linear-gradient
(
to
right
,
rgba
(
251
,
251
,
251
,
0.09
),
rgba
(
251
,
251
,
251
,
0.59
),
rgba
(
251
,
251
,
251
,
0.09
));
background-color
:
rgba
(
255
,
255
,
255
,
0.795
);
}
.szjc-login
{
width
:
80%
;
...
...
@@ -210,7 +208,7 @@ html, body {
.idp-btn
{
width
:
110px
;
height
:
40px
;
margin
:
6px
5
px
;
margin
:
6px
1
px
;
}
.ds-divide-line
{
width
:
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