Commit e239488f authored by maliang's avatar maliang

上传bug修复

parent 79fefcae
...@@ -14,8 +14,28 @@ body,html{ ...@@ -14,8 +14,28 @@ body,html{
overflow:hidden; overflow:hidden;
} }
body{ body{
background:url(../img/login/bg.png) no-repeat center; background:url(../img/login/bg2.jpg) no-repeat center;
background-size: cover; 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{ a{
color:#27A9E3; color:#27A9E3;
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
</head> </head>
<body> <body>
<div id="bg">
<div class="login"> <div class="login">
<div class="message">蓝湾博阅书籍结算平台</div> <div class="message">蓝湾博阅书籍结算平台</div>
<div id="darkbannerwrap"></div> <div id="darkbannerwrap"></div>
...@@ -33,6 +35,8 @@ ...@@ -33,6 +35,8 @@
<div style="text-align:center;"> <div style="text-align:center;">
<div>Copyright © 2020 <a href="http://www.baidu.com">lwby.com</a> 版权所有</div> <div>Copyright © 2020 <a href="http://www.baidu.com">lwby.com</a> 版权所有</div>
</div> </div>
</div>
</body> </body>
<script src="js/libs/jquery-2.1.1.min.js"></script> <script src="js/libs/jquery-2.1.1.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment