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
ae27cc4f
Commit
ae27cc4f
authored
Jan 28, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计及登录页面优化
parent
6f4c79e9
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
243 additions
and
100 deletions
+243
-100
ds.css
eden-authcenter-agent/src/main/resources/static/css/ds.css
+10
-4
Rlogo.png
...-authcenter-agent/src/main/resources/static/img/Rlogo.png
+0
-0
center-bg-1.png
...enter-agent/src/main/resources/static/img/center-bg-1.png
+0
-0
center-bg-2.png
...enter-agent/src/main/resources/static/img/center-bg-2.png
+0
-0
center-bg-3.png
...enter-agent/src/main/resources/static/img/center-bg-3.png
+0
-0
center-bg-4.png
...enter-agent/src/main/resources/static/img/center-bg-4.png
+0
-0
ds.html
eden-authcenter-agent/src/main/resources/templates/ds.html
+1
-1
statistics.html
...center-agent/src/main/resources/templates/statistics.html
+232
-95
No files found.
eden-authcenter-agent/src/main/resources/static/css/ds.css
View file @
ae27cc4f
html
{
height
:
100vh
;
}
.ds
{
max-width
:
1900px
;
margin
:
0
auto
;
...
...
@@ -5,12 +8,13 @@
overflow
:
hidden
;
}
.ds-header-img
{
margin
:
2vh
0
;
margin-left
:
10%
;
height
:
10
vh
;
height
:
5
vh
;
}
.ds-content
{
width
:
100%
;
height
:
7
5
vh
;
height
:
7
9
vh
;
background
:
url("../img/bg.png")
no-repeat
center
center
;
background-size
:
100%
100%
;
overflow
:
hidden
;
...
...
@@ -31,7 +35,7 @@
}
.ds-footer
{
width
:
100%
;
height
:
1
6
vh
;
height
:
1
3
vh
;
overflow
:
hidden
;
background
:
white
url("../img/Login-b.jpg")
no-repeat
center
center
;
}
...
...
@@ -53,10 +57,11 @@
padding-right
:
10px
;
height
:
100%
;
flex-grow
:
1
;
display
:
flex
;
justify-content
:
flex-end
;
}
.ds-content-city-float
{
width
:
300px
;
float
:
right
;
}
.ds-content-city-float
>
p
{
width
:
90px
;
...
...
@@ -157,6 +162,7 @@
.ds-content-source
{
display
:
flex
;
height
:
calc
(
100%
-
60px
);
max-width
:
700px
;
}
.ds-content-title
{
padding
:
10px
0
0
0
;
...
...
eden-authcenter-agent/src/main/resources/static/img/Rlogo.png
0 → 100644
View file @
ae27cc4f
27.4 KB
eden-authcenter-agent/src/main/resources/static/img/center-bg-1.png
0 → 100644
View file @
ae27cc4f
13 KB
eden-authcenter-agent/src/main/resources/static/img/center-bg-2.png
0 → 100644
View file @
ae27cc4f
17.3 KB
eden-authcenter-agent/src/main/resources/static/img/center-bg-3.png
0 → 100644
View file @
ae27cc4f
14.5 KB
eden-authcenter-agent/src/main/resources/static/img/center-bg-4.png
0 → 100644
View file @
ae27cc4f
13.1 KB
eden-authcenter-agent/src/main/resources/templates/ds.html
View file @
ae27cc4f
...
...
@@ -30,7 +30,7 @@
<!-- Add your site or application content here -->
<div
class=
"ds"
>
<div
class=
"ds-header"
>
<img
class=
"ds-header-img"
th:src=
"@{/static/img/Rlogo.
jp
g}"
alt=
""
/>
<img
class=
"ds-header-img"
th:src=
"@{/static/img/Rlogo.
pn
g}"
alt=
""
/>
</div>
<div
class=
"ds-content"
>
<div
class=
"ds-content-mask"
>
...
...
eden-authcenter-agent/src/main/resources/templates/statistics.html
View file @
ae27cc4f
This diff is collapsed.
Click to expand it.
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