注册(右键在新窗口打开) 登录
轻之国度 返回首页

夏月閑花的个人空间 https://obsolete.lightnovel.us/?315586 [收藏] [复制] [分享] [RSS]

统计信息

已有 103 人来访过

  • 暂无资料项或无权查看

查看全部个人资料

自写CSS分享:用户组挂件背景化
.favatar > .tns ~ p,
.favatar > .tns ~ font,
.favatar > .tns ~ dl,
.favatar > .tns ~ ul {
position: relative;
}

.favatar > .tns + p > a {
pointer-events: none;
}

.favatar > .tns + p > a > img {
position: absolute;
opacity: 0.25;
}
自写CSS分享:帖子内勋章展开收合
.favatar > .md_ctrl,
.favatar > font > .md_ctrl {
--medal-height: 55px;
max-height: calc(var(--medal-height) * 1.5);
transition: max-height 0.5s ease-out;
}

.favatar:hover > .md_ctrl,
.favatar:hover > font > .md_ctrl {
max-height: calc(var(--medal-height) * 20);
transition: max-height 0.5s ease-in;
}

.tip.tip_4[id^="md_"] {
pointer-events: none;
}

现在还没有好友

最近访客

现在还没有访客

手机版|Archiver|轻之国度

JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

  

GMT+8, 2024-5-15 08:12

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

返回顶部