如题,我试了,就算设置了 Gravatar 邮箱头像也没效果,还有自定义 css 代码只有自己能看见😭,是暂时关闭了吗
顺便贴下我的代码: @import url("//jkjoke.b0.upaiyun.com/css/v2ex.css"); body { background-color: #efefef; background-image: url( https://i.v2ex.co/6I8TG2g8.jpeg); background-repeat: no-repeat; background-attachment: fixed; background-position: center 0; background-size: cover; } #Wrapper{ background-color: transparent; animation-delay: 1s; -webkit-animation-delay: 1s; animation: fadein 2s; -webkit-animation: fadein 2s; } @-webkit-keyframes fadein { from { background-color: rgba(239, 239, 239, 255); } to { background-color: rgba(239, 239, 239, 0); } } @keyframes fadein { from { background-color: rgba(239, 239, 239, 255); } to { background-color: rgba(239, 239, 239, 0); } } #Main, #Top, #Rightbar { opacity: 0.95; }
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.