Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lwby_copyright_book_data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
maliang
lwby_copyright_book_data
Commits
e239488f
Commit
e239488f
authored
Jun 10, 2020
by
maliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传bug修复
parent
79fefcae
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
1 deletion
+25
-1
login.css
src/main/resources/static/css/login.css
+21
-1
bg1.jpg
src/main/resources/static/img/login/bg1.jpg
+0
-0
bg2.jpg
src/main/resources/static/img/login/bg2.jpg
+0
-0
bg3.jpg
src/main/resources/static/img/login/bg3.jpg
+0
-0
login.html
src/main/resources/static/login.html
+4
-0
No files found.
src/main/resources/static/css/login.css
View file @
e239488f
...
...
@@ -14,8 +14,28 @@ body,html{
overflow
:
hidden
;
}
body
{
background
:
url(../img/login/bg
.pn
g)
no-repeat
center
;
background
:
url(../img/login/bg
2.jp
g)
no-repeat
center
;
background-size
:
cover
;
animation
:
frams
8s
infinite
;
}
/*#bg{*/
/*width: 100%;*/
/*height:100%;*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*background-size: cover;*/
/*background-attachment:fixed;*/
/*background-image: url(../img/login/bg2.jpg);*/
/*animation:frams 10s infinite;*/
/*}*/
@keyframes
frams
{
0
%
{
background-image
:
url(../img/login/bg2.jpg)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
background-attachment
:
fixed
;
}
100
%
{
background-image
:
url(../img/login/bg3.jpg)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
background-attachment
:
fixed
;
}
}
a
{
color
:
#27A9E3
;
...
...
src/main/resources/static/img/login/bg1.jpg
0 → 100644
View file @
e239488f
66.7 KB
src/main/resources/static/img/login/bg2.jpg
0 → 100644
View file @
e239488f
381 KB
src/main/resources/static/img/login/bg3.jpg
0 → 100644
View file @
e239488f
212 KB
src/main/resources/static/login.html
View file @
e239488f
...
...
@@ -10,6 +10,8 @@
</head>
<body>
<div
id=
"bg"
>
<div
class=
"login"
>
<div
class=
"message"
>
蓝湾博阅书籍结算平台
</div>
<div
id=
"darkbannerwrap"
></div>
...
...
@@ -33,6 +35,8 @@
<div
style=
"text-align:center;"
>
<div>
Copyright © 2020
<a
href=
"http://www.baidu.com"
>
lwby.com
</a>
版权所有
</div>
</div>
</div>
</body>
<script
src=
"js/libs/jquery-2.1.1.min.js"
></script>
<script
type=
"text/javascript"
>
...
...
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