V2EX 自定义 css,随机背景图片

2015-02-04 11:36:46 +08:00
 Pengg

每次刷新随机切换背景

截图:

图片资源来自: https://unsplash.it/

css代码:

html, body { height: 100%; }
body { background-color: #505770; background-image: url(https://unsplash.it/1600/900?random); background-repeat: no-repeat; background-attachment: fixed; background-position: center 0; background-size: cover; }
#Top{ position: fixed; top: 0; right: 0; left: 0; background: #fff; background: rgba(255,255,255,.94); box-shadow: 0 0 1px 0 rgba(0,0,0,.3),0 0 6px 2px rgba(0,0,0,.15); }
#Wrapper{ padding-top: 45px; background: none; }
.box{ border: none; border-radius: 2px; background: rgba(255,255,255,.98); box-shadow: 0 0 2px rgba(0,0,0,.2); }
#Bottom{ border: none; background: rgba(255,255,255,.94); box-shadow: 0 0 2px rgba(0,0,0,.2); }
7415 次点击
所在节点    分享创造
25 条回复
Pengg
2015-02-05 12:18:44 +08:00
Pengg
2015-02-05 12:20:24 +08:00
擦, 回复怎么没个预览
cnZary
2015-02-05 12:38:19 +08:00
@Pengg 刚睡醒不久呢...
romisanic
2015-02-05 13:50:53 +08:00
已用
不错~
DivivitYan
2015-07-10 10:42:48 +08:00
http://oss.so/blog/55.html
这个不知到有没有参考价值,抓去bing每天的无码高清大图

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/168131

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX