打开/关闭菜单
26
6675
46
1.2万
OGAS数据中枢
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

User:弃权者/Template:追放信息/styles.css

来自OGAS数据中枢
弃权者留言 | 贡献2026年5月27日 (三) 20:17的版本 (创建页面,内容为“.xb { background: #080b12; background-image: url('/wiki/Special:FilePath/背景.jpg'); background-size: cover; background-position: center; padding: 20px; font-family: sans-serif; } .xb-card { background: rgba(8,11,20,0.9); border: 1px solid rgba(180,200,255,0.1); border-radius: 14px; overflow: hidden; max-width: 600px; margin: 0 auto; display: flex; } .xb-illust { position: relative; width: 240px; flex-shrink: 0; background: #0c0f1a; overflow: hidden; min-heig…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.xb { background: #080b12; background-image: url('/wiki/Special:FilePath/背景.jpg'); background-size: cover; background-position: center; padding: 20px; font-family: sans-serif; }
.xb-card { background: rgba(8,11,20,0.9); border: 1px solid rgba(180,200,255,0.1); border-radius: 14px; overflow: hidden; max-width: 600px; margin: 0 auto; display: flex; }
.xb-illust { position: relative; width: 240px; flex-shrink: 0; background: #0c0f1a; overflow: hidden; min-height: 420px; }
.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: rgba(8,12,24,0.72); border: 1px solid rgba(180,200,255,0.18); color: #8099b8; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.xb-skin-btn:hover, .xb-skin-btn.open { border-color: #4a8fff; color: #7eb8ff; background: rgba(74,143,255,0.18); }
.xb-skin-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.xb-overlay { position: absolute; inset: 0; z-index: 9; background: rgba(5,7,14,0.92); display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity 0.18s; }
.xb-overlay.open { opacity: 1; pointer-events: all; }
.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; scrollbar-width: thin; scrollbar-color: rgba(74,143,255,0.2) transparent; }
.xb-skin-item { display: flex; align-items: center; gap: 10px; 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: 0; left: 0; right: 0; pointer-events: none; padding: 28px 12px 10px; background: linear-gradient(transparent, rgba(5,7,14,0.75)); }
.xb-cur-label { font-size: 10px; color: #3c4e62; }
.xb-cur-text { font-size: 12px; color: #a0b4c8; 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%; min-height: unset; aspect-ratio: 3/4; }
}