我的博客美化

一代

效果预览:

博客皮肤:SimpleMemory

代码高亮:

页面定制CSS代码

勾选禁用模版默认CSS代码

#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}

页首 HTML 代码

<div id="loading"><div class="loader-inner"></div></div>

页脚 HTML 代码

<script>
  window.opts = {
    theme: {
      avatar: 'https://discourse.xinyoudui.com/user_avatar/discourse.xinyoudui.com/%E5%86%AF%E4%BF%8A%E9%AA%81/144/27440_2.png',
    },
    signature: {
      enable: true,
      contents: [
        "This theme is from <b style='color:#ff6b81'>Cnblog Labs</b>. 🔬",
        'Welcome to use! 🙌',
        "<b>console.log('🍁');</b>",
      ],
    },
  }
</script>
<script src="https://blog-static.cnblogs.com/files/guangzan/geek.js"></script>

其他设置

posted @ 2025-09-07 20:32  fengjunxiao2014  阅读(18)  评论(1)    收藏  举报