打开/关闭搜索
搜索
打开/关闭菜单
26
6675
46
1.2万
OGAS数据中枢
导航
首页
最近更改
随机页面
特殊页面
上传文件
少女前线
简介
战术人形
装备图鉴
BGM
任务
少前2:追放
逆向坍塌:面包房行动
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
注册
登录
查看“︁User:弃权者/Template:追放信息/styles.css”︁的源代码
来自OGAS数据中枢
更多操作
←
User:弃权者/Template:追放信息/styles.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
管理员
您可以查看和复制此页面的源代码。
.xb { background-image: url('/wiki/Special:FilePath/背景.jpg'); background-size: cover; background-position: center; padding: 20px; font-family: sans-serif; } .xb-card { border: 1px solid rgba(180,200,255,0.1); border-radius: 14px; overflow: hidden; max-width: 100%; margin: 0 auto; display: flex; } .xb-illust { position: relative; width: 300px; aspect-ratio: 1 / 1; flex-shrink: 0; overflow: hidden; } .xb-img-area { width: 100%; height: 100%; } .xb-img-item { display: none; width: 100%; height: 100%; } .xb-img-item.on { display: block; } .xb-img-item img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; } .xb-skin-btn { position: absolute; top: 10px; left: 10px; z-index: 10; width: 30px; height: 30px; border-radius: 8px; background-color: rgba(8,12,24,0.72); border: 1px solid rgba(180,200,255,0.18); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.15s, color 0.15s, background-color 0.15s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238099b8' d='M20.38 3.46L16 2a4 4 0 0 0-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.57a1 1 0 0 0 .99.84H6v10a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.57a2 2 0 0 0-1.34-2.23z'/%3E%3C/svg%3E"); background-size: 16px; background-repeat: no-repeat; background-position: center; } .xb-skin-btn:hover, .xb-skin-btn.open { border-color: #4a8fff; background-color: rgba(74,143,255,0.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237eb8ff' d='M20.38 3.46L16 2a4 4 0 0 0-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.57a1 1 0 0 0 .99.84H6v10a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.57a2 2 0 0 0-1.34-2.23z'/%3E%3C/svg%3E"); } .xb-overlay { position: absolute; top: 0; bottom: 0; left: 0; width: 70%; z-index: 9; background: rgba(8,12,24,0.8); backdrop-filter: blur(4px); display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.18s, visibility 0.18s; } .xb-overlay.open { opacity: 1; visibility: visible; } .xb-overlay-title { padding: 12px 14px 8px 44px; font-size: 11px; color: #4a5a6e; letter-spacing: 0.05em; border-bottom: 1px solid rgba(255,255,255,0.05); flex-shrink: 0; } .xb-skin-list { flex: 1; overflow-y: auto; padding: 6px 0; } .xb-skin-item { display: flex; align-items: center; padding: 8px 14px; cursor: pointer; transition: background 0.12s; border-left: 2px solid transparent; } .xb-skin-item:hover { background: rgba(74,143,255,0.08); } .xb-skin-item.on { border-left-color: #4a8fff; background: rgba(74,143,255,0.12); } .xb-skin-item-name { font-size: 13px; color: #9ab0c8; line-height: 1.3; } .xb-skin-item.on .xb-skin-item-name { color: #c8dcf0; } .xb-cur-name { position: absolute; bottom: 10px; left: 10px; padding: 4px 10px; background: rgba(8,12,24,0.75); border-radius: 6px; border: 1px solid rgba(180,200,255,0.15); backdrop-filter: blur(4px); } .xb-cur-text { font-size: 12px; color: #eaeef5; font-weight: 500; } .xb-right { flex: 1; min-width: 0; padding: 16px 18px; display: flex; flex-direction: column; } .xb-name-row { display: flex; align-items: center; gap: 7px; margin-bottom: 3px; flex-wrap: wrap; } .xb-name { font-size: 22px; font-weight: 500; color: #eaeef5; } .xb-job { font-size: 10px; border: 1px solid rgba(167,139,250,0.45); border-radius: 4px; padding: 1px 7px; color: #a78bfa; } .xb-rarity { font-size: 10px; border: 1px solid rgba(201,168,76,0.4); border-radius: 4px; padding: 1px 7px; color: #c9a84c; margin-left: auto; } .xb-desc { font-size: 11.5px; color: #5e7080; line-height: 1.7; margin: 8px 0 12px; border-left: 2px solid rgba(74,143,255,0.35); padding-left: 9px; } .xb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 10px; } .xb-field { display: flex; flex-direction: column; gap: 1px; } .xb-fl { font-size: 10px; color: #3c4a5a; } .xb-fv { font-size: 12.5px; color: #a0b0c4; font-weight: 500; } .xb-hr { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 10px 0; } .xb-intro { flex: 1; } .xb-intro-label { font-size: 10px; color: #3c4a5a; margin-bottom: 4px; } .xb-intro-text { font-size: 11.5px; color: #5a6a7a; line-height: 1.65; min-height: 2em; } .xb-intro-item { display: none; } .xb-intro-item.on { display: block; } @media (max-width: 520px) { .xb-card { flex-direction: column; } .xb-illust { width: 100%; aspect-ratio: 1 / 1; } }
返回
User:弃权者/Template:追放信息/styles.css
。
查看“︁User:弃权者/Template:追放信息/styles.css”︁的源代码
来自OGAS数据中枢