首先感谢苏晓晴的随机二次元图片API接口
https://www.toubiec.cn/164.html

代码

将body更换随机动漫背景,并固定住,不随鼠标滚轮滑动而滚动。

1
2
3
4
5
6
body {
background-image: url(https://acg.toubiec.cn/acgurl?cid=acg&return=ssl);//随机API接口
background-repeat: no-repeat; /*不平铺*/
background-attachment: fixed; /*北景图片固定*/
background-position: center 0px; /*居中*/
}

预览地址

http://tools.kaygb.top/parts/images.php

评论