master
xiaoz 2019-06-06 10:26:07 +08:00
parent 2eb41c5269
commit 8b17b8a110
4 changed files with 6 additions and 6 deletions

View File

@ -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">

View File

@ -1 +1 @@
v2.3-20190605
v2.3-20190606

View File

@ -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')");
// });

View File

@ -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;*/