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
3a960505
Commit
3a960505
authored
Jan 25, 2021
by
喻春霖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
fb9470b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
163 additions
and
132 deletions
+163
-132
ds.css
eden-authcenter-agent/src/main/resources/static/css/ds.css
+162
-131
ds.html
eden-authcenter-agent/src/main/resources/templates/ds.html
+1
-1
No files found.
eden-authcenter-agent/src/main/resources/static/css/ds.css
100644 → 100755
View file @
3a960505
...
...
@@ -41,7 +41,7 @@
display
:
flex
;
}
.ds-content-city
>
p
{
width
:
100px
;
width
:
90px
;
color
:
white
;
font-size
:
20px
;
line-height
:
42px
;
...
...
@@ -55,7 +55,7 @@
display
:
flex
;
}
.ds-content-district
>
p
{
width
:
100px
;
width
:
90px
;
color
:
white
;
font-size
:
20px
;
line-height
:
52px
;
...
...
@@ -129,3 +129,34 @@
margin
:
0
;
margin-bottom
:
6px
;
}
@media
screen
and
(
max-width
:
960px
)
{
.ds-header-img
{
height
:
80px
;
}
.ds-content-title
{
padding
:
30px
0
0
0
;
margin
:
10px
0
10px
0
;
font-size
:
25px
;
}
.ds-content-city
{
width
:
90%
;
margin
:
0
auto
;
display
:
flex
;
}
.ds-content-city
>
p
{
font-size
:
18px
;
}
.ds-content-district
{
width
:
90%
;
margin
:
0
auto
;
display
:
flex
;
}
.ds-content-district
>
p
{
font-size
:
18px
;
}
.idp-btn
{
width
:
114px
;
height
:
42px
;
}
}
\ No newline at end of file
eden-authcenter-agent/src/main/resources/templates/ds.html
View file @
3a960505
...
...
@@ -100,7 +100,7 @@
<p
class=
"ds-content-text"
>
点击图标前往所属认证源 · · ·
</p>
<div
class=
"szjc-login"
>
<p>
如果您曾经参与上海市中小学数字教材试验项目,
</p>
<p><a
style=
"color: red;"
onclick=
"toLogin('szjc')"
>
请
点击此处使用数字教材账号登录>>
</a></p>
<p><a
style=
"color: red;"
onclick=
"toLogin('szjc')"
>
可以
点击此处使用数字教材账号登录>>
</a></p>
</div>
</div>
</div>
...
...
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