侧边栏壁纸
博主头像
Xw'Blog 博主等级

羌笛何须怨杨柳,春风不度玉门关。

  • 累计撰写 41 篇文章
  • 累计创建 9 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

[Sunny3] 部分css使用

Xw
Xw
2024-07-19 / 0 评论 / 0 点赞 / 43 阅读 / 0 字 / 正在检测是否收录...
温馨提示:
本文最后更新于2024-07-19,若内容或图片失效,请留言反馈。 部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

视频背景

主题设置-自定义body标签

 <video autoplay muted loop style="opacity: 0.5;position: fixed;right: 0;bottom: 0;min-width: 100%;min-height: 100%;z-index: -1;"><source src="https://xxx.mp4" type="video/mp4"></video>

顶部视频

主题设置-自定义JS

$('.cat_top').prepend('<video autoplay muted loop style="position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; z-index: -1; border-radius: var(--radius);"><source src="https://xxx.mp4" type="video/mp4"></video>');

菜单和分类添加emoji图标

主题设置-自定义CSS

.goto_indexpage .title:before {
    content: "🏠";
}
.category_menu .title:before {
    content: "🍰";
}

评论区