打开/关闭搜索
搜索
打开/关闭菜单
26
6679
46
1.2万
OGAS数据中枢
导航
首页
最近更改
随机页面
特殊页面
上传文件
少女前线
简介
战术人形
装备图鉴
BGM
任务
少前2:追放
逆向坍塌:面包房行动
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
注册
登录
查看“︁User:弃权者/首页/styles.css”︁的源代码
来自OGAS数据中枢
更多操作
←
User:弃权者/首页/styles.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
管理员
您可以查看和复制此页面的源代码。
#gf-homepage { width: 100%; margin: 0 auto; margin-top: -1rem; } #gf-hero-wrap { position: relative; width: 100%; height: 400px; overflow: hidden; } .gf-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s ease; } .gf-hero-slide.active { opacity: 1; } /* 底层:模糊放大背景,铺满全宽 */ .gf-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; filter: blur( 18px ); transform: scale( 1.05 ); } /* 上层:原图居中,最大1200px,不拉伸 */ .gf-hero-fg { position: absolute; inset: 0; margin: 0 auto; max-width: 1200px; left: 50%; transform: translateX( -50% ); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; } /* 下方渐隐 */ #gf-hero-fade-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; pointer-events: none; z-index: 2; } #gf-switcher { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem; padding: 1rem 0 1.25rem; position: relative; z-index: 5; margin-top: -2.5rem; } .gf-tab { display: inline-block; padding: 0.45rem 1.4rem; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.03em; cursor: pointer; border-radius: 2em; border: 1.5px solid rgba( 255, 255, 255, 0.25 ); background: rgba( 30, 32, 38, 0.72 ); color: #e8e8e8; transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.15s; outline: none; user-select: none; } .gf-tab:hover { background: rgba( 60, 65, 80, 0.85 ); border-color: #6ea7e0; } .gf-tab.active { background: #3d78c4; border-color: #3d78c4; color: #fff; transform: scale( 1.04 ); } .gf-tab:focus { box-shadow: 0 0 0 3px rgba( 61, 120, 196, 0.45 ); } #gf-content-wrap { position: relative; min-height: 200px; } .gf-content-panel { display: none; animation: gfFadeIn 0.35s ease; } .gf-content-panel.active { display: block; } @keyframes gfFadeIn { from { opacity: 0; transform: translateY( 10px ); } to { opacity: 1; transform: translateY( 0 ); } } @media ( max-width: 720px ) { #gf-hero-wrap { height: 220px; } .gf-tab { font-size: 0.78rem; padding: 0.35rem 0.9rem; } #gf-switcher { gap: 0.35rem; padding: 0.75rem 0 1rem; margin-top: -1.8rem; } }
返回
User:弃权者/首页/styles.css
。
查看“︁User:弃权者/首页/styles.css”︁的源代码
来自OGAS数据中枢