博客园背景切换

下面列举一些获取随机图片的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;
   }

 

你可能感兴趣的:(博客园背景切换)