鹿泽鹿泽  2024-05-30 17:10:55 鹿泽笔记 隐藏边栏  1 

这个功能适用于喜欢一些二次元的朋友。

使用教程:

1.子比主题设置—>自定义代码—>自定义 CSS 样式:,添加以下 CSS 代码:

2.在代码 28 行 background: url()括号内填写需要显示的图片链接。

/*悬浮按钮美化开始
span.float-btn.more-btn.hover-show.nowave {
    margin-top: 0px
}
.float-right.round.position-bottom {
    background: #fff;
    border-radius: var(--main-radius);
    transition: 0s;
    right: 1px;
    bottom: 170px;
    border-radius: 20px 0 0 20px;
    box-shadow: -5px 3px 10px 0px rgb(5 5 5 / 15%)
}
.float-right.round .float-btn {
    border-radius: 8px 0px 0px 17px
}
.float-right .float-btn {
    background: #fff
}
.float-right.round.position-bottom::before {
    content: '';
    width: 30px;
    height: 60px;
    background: url(填写显示的图片链接);
    background-size: cover;
    display: block;
    margin: 5px 3px 0 7px;
}
.dark-theme .float-right.round.position-bottom {
    background: #414141;
    border: 1px solid #4a4a4a;
    transition: 0s
}
.dark-theme .float-right .float-btn {
    background: #414141
}
.dark-theme .float-right.round.position-bottom a:hover {
    background: #505255;
    --this-color: var(--muted-2-color)
}
.dark-theme .float-right.round.position-bottom span:hover {
    background: #505255;
    --this-color: var(--muted-2-color)
}
span.newadd-btns.hover-show.float-btn.add-btn .hover-show-con.dropdown-menu.drop-newadd>a:hover {
    background-color: #d8d8d836;
    border-radius: 8px
}
a.float-btn.ontop.fade {
    display: none
}
/*悬浮按钮美化结束*/
1、文章版权归作者所有,未经允许请勿转载。
2、本站所有文章,如无特殊说明或标注,均为本站原创发布。任何在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们邮箱:526009505@qq.com进行处理。
3、咨询请联系QQ:526009505