Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Jun 6, 2019
1 parent 2eb41c5 commit 8b17b8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/views/user/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion data/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3-20190605
v2.3-20190606
6 changes: 3 additions & 3 deletions static/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')");
// });
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
@@ -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;*/
Expand Down

0 comments on commit 8b17b8a

Please sign in to comment.