博客园背景切换
下面列举一些获取随机图片的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;
}
-----------------------------------------------------------------
作者:干嘛那么贪睡
----------------------------------------------------------------
如果觉得这篇文章对您有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!
本文版权归作者和博客园共有,欢迎转载哦;如博文中有任何错误,欢迎博客们留言或联系本人,本人尽快修改。
谢谢大家支持! ! !


------------------------------------------------------------------