惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
The Cloudflare Blog
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
S
SegmentFault 最新的问题
量子位
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
I
InfoQ
人人都是产品经理
人人都是产品经理
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta

大佬论坛

52161.com 六一特价 500 易名 天涯这波是小作坊捞钱的吗,感觉很不专业的样子,居然连cdn都不用! 新天涯社区,卡爆了进不去啊! 20万拍到的域名,现在能涨到200万了吧 慢讯 关于天涯社区恢复访问进展的情况说明 新米 Gooey.cn 单词域名 1万左右收单字符域名,最好带V或者S,后缀最多不超过2位数 who.cx 现在已经不如 hu.is 好用了,这是怎么了? 最后几个四字母了,1588一个任选~ AI 做的图床真好看 用Discourse做论坛快到半个月了 兄弟们,我刚注册了域名 yin.hu 阴户 怎么样? 腾讯周年是啥时候 岛链壁纸主题开源 观星步入测试阶段 618和双十一哪个更火爆 nodebb.cc flarum.cc 出两个CC 天涯论坛明天回归了我感觉有压力 真正的天涯即将回归 你一定会用到的网站-WOCAONI.MA 上线 终于想到域名能做什么项目了。不容易啊。 沐雨云襄阳云服务器,性价比拉满 新米cdpc.cc niubi.ren 收一千五以内的单字符有木有 全国入户调查明天开始。。。 快快快!!Colocrossing洛杉矶补货补货了特供3c4g款20刀/年小鸡! 【开源自荐】耗费了几百亿token,我写了一个可以在浏览器运行的仿安卓系统 组合米,米表+交易站,打包888 5月满签记录记录!!! 小米御7 miyu7.com 只需288
分享WHO.CX自定义CSS - 流畅 灵动 极具艺术感 - 大佬论坛
if · 2026-06-18 · via 大佬论坛

每一个悬停、每一次聚焦,都像是书页轻轻翻开,安静而富有仪式感。

.search_box {
    background: url("https://img0.baidu.com/it/u=2260621792,3841037312&fm=253&fmt=auto&app=138&f=JPEG?w=1200&h=800");
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}
.search_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.search_box:hover::after {
    width: 100%;
}
.search_box:hover {
    transform: translateX(4px);
}

#result {
    background: url("https://img0.baidu.com/it/u=4269801729,3144187284&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1227");
    background-size: cover;
    background-position: center;
    position: relative;
}
#result::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
#result:hover::after {
    width: 100%;
}

#main, #text {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.4s ease, backdrop-filter 0.4s ease;
    position: relative;
}
#main::before, #text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    transition: width 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    pointer-events: none;
}
#main:hover::before, #text:hover::before {
    width: 100%;
}
#main:hover, #text:hover {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#text, #text a {
    color: #dddddd;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}
#text a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #dddddd;
    transition: width 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
#text a:hover::after {
    width: 100%;
}
#text a:hover {
    color: #ffffff;
}

#search_button {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
#search_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    transition: left 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
#search_button:hover::before {
    left: 0%;
}
#search_button:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-1px);
}
#search_button:active {
    transform: scale(0.97);
}

#search_input {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
}
#search_input:focus {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
    outline: none;
    transform: translateX(4px);
}
#search_input::placeholder {
    transition: transform 0.4s ease, opacity 0.4s ease;
}
#search_input:focus::placeholder {
    transform: translateX(8px);
    opacity: 0.5;
}

@media screen and (min-width: 630px) {
    .background {
        background: url("https://img.hk/i/2024/06/02/665c511151e06.png");
        background-size: cover;
        background-position: center;
        animation: slideInBg 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
    }
    @keyframes slideInBg {
        0% {
            background-position: 100% center;
            filter: brightness(0.7);
        }
        100% {
            background-position: center;
            filter: brightness(1);
        }
    }
}

.search_box,
#result,
#main,
#text,
#search_button,
#search_input {
    opacity: 0;
    animation: slideFromLeft 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}
.search_box { animation-delay: 0.02s; }
#result { animation-delay: 0.06s; }
#main { animation-delay: 0.10s; }
#text { animation-delay: 0.14s; }
#search_button { animation-delay: 0.18s; }
#search_input { animation-delay: 0.22s; }

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-18px) scale(0.98);
        clip-path: inset(0 100% 0 0);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        clip-path: inset(0 0% 0 0);
    }
}

.divider-line {
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    transition: width 0.7s cubic-bezier(0.2, 0.85, 0.4, 1);
}
.divider-line.animate {
    width: 100% !important;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}

另外 @阿呆 HU.IS什么时候添加自定义CSS功能表情