mirror of https://github.com/helloxz/imgurl
v2.3
parent
2eb41c5269
commit
8b17b8a110
|
@ -6,7 +6,7 @@
|
|||
<div class="layui-col-lg3">
|
||||
<div id="page-sidebar">
|
||||
<div class = "sidebar">
|
||||
<a href="https://e.aiguobit.com/?from=xiaoz" target="_blank" rel="nofollow noopener"><img src = 'https://i.bmp.ovh/imgs/2019/03/009e7ca037f6a1a2.png' /></a>
|
||||
<a href="https://e.aiguobit.com/?from=xiaoz" target="_blank" rel="nofollow noopener"><img src = 'https://i.bmp.ovh/imgs/2019/05/e35a8c54260c8410.jpg' /></a>
|
||||
</div>
|
||||
<div class = "sidebar">
|
||||
<a href="https://dwz.ovh/tencent" target="_blank" rel="nofollow">
|
||||
|
|
|
@ -1 +1 @@
|
|||
v2.3-20190605
|
||||
v2.3-20190606
|
|
@ -272,6 +272,6 @@ function createAndDownloadFile(fileName, content) {
|
|||
}
|
||||
|
||||
//改用jquery异步加载背景图
|
||||
$(document).ready(function(){
|
||||
$("body").css("background-image","url('/static/images/bg.jpg')");
|
||||
});
|
||||
// $(document).ready(function(){
|
||||
// $("body").css("background-image","url('/static/images/bg.jpg')");
|
||||
// });
|
|
@ -1,5 +1,5 @@
|
|||
body{
|
||||
/*background-image:url('/static/images/bg.jpg');*/
|
||||
background-image:url('/static/images/bg.jpg');
|
||||
background-size: cover;
|
||||
/*width: 100%;
|
||||
color:#232323;*/
|
||||
|
|
Loading…
Reference in New Issue