Fork me on GitHub
瞬间的惊奇真是种确幸,每种确幸都是支玄妙的俳句。吊桥抬起,退回到内心幽静的花园,邂逅的还是那种熟悉的冷冷清清又轰轰烈烈的美妙质感。这真令人欢喜。

博客园背景切换

下面列举一些获取随机图片的API接口:

http://lorempixel.com/1600/900
https://unsplash.it/1600/900?random(国内加载略慢)

https://uploadbeta.com/api/pictures/random/?key=BingEverydayWallpaperPicture【返回必应图片】

环境背景:

https(推荐):
https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302
http(更快,快一点点,不安全,可能会被劫持):
http://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302

 

人物背景:

https(推荐):
https://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302
http(更快,快一点点,不安全,可能会被劫持):
http://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302

 

 

页面定制CSS代码:

body {

      font-size:15px;
       padding:0;
       margin:0;
     font-family:"微软雅黑","宋体",Arial;
       background:#205424 url(http://api.3ewl.cc/acg/img.php) no-repeat top center fixed;
       min-width:1200px;
  }

 

posted @ 2018-12-20 11:27  干嘛那么贪睡  阅读(570)  评论(0)    收藏  举报