首页

阅读

    

2026-04-24更新

    

最新编辑:超究极的玉玉

阅读:

  

更新日期:2026-04-24

  

最新编辑:超究极的玉玉

来自异环WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
页面贡献者 :
超究极的玉玉
千杯不醉的茶
菊花已凋谢
一元夜宵

异环百科 | 公测启程 <> :root { --title-color: #ff2d78; --a-color: #00B0FF; --a-hover-color: #ff2d78; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-systemBlinkMacSystemFont"Segoe UI"RobotoHelveticaArialsans-serif; line-height: 1.6; color: #e0e0e0; } html { font-size: 18px; } plispan.article-card-content.announcement-content.article-content { color: #fff !important; font-size: 1.1rem; } /* 链接样式 - 确保字体风格接近 */ a { color: var(--a-color#00B0FF) !important; text-decoration: none; font-weight: bold !important; font-size: 1.1rem; } a:hovera:focus { color: var(--a-hover-color#ff2d78) !important; text-decoration: underline; font-weight: bold !important; } a:activea:visited { color: var(--a-hover-color#ff2d78) !important; font-weight: bold !important; } .nte-wiki-body { padding: 20px 15px; max-width: 1400px; margin: 0 auto; background: rgba(0000.7); border-radius: 8px; border: 1px solid #333; backdrop-filter: blur(5px); } /* 主标题 - 增大字体 */ .nte-header { font-family: 'Impact'sans-serif; font-size: 2.8rem; font-: italic; font-weight: 900; letter-spacing: -1px; color: #fff; border-bottom: 3px solid var(--title-color#ff2d78); margin-bottom: 25px; padding-bottom: 10px; display: flex; justify-content: space-between; align-items: flex-end; } .nte-header-sub { font-size: 1rem; color: var(--title-color#ff2d78); margin-bottom: 5px; } /* 主布局 */ .main-layout { display: flex; flex-wrap: wrap; gap: 25px; } .sidebar { flex: 0 0 280px; } .content-main { flex: 1; min-width: 300px; } /* 内容区块 */ .nte-filter-section.featured-section.announcement-box { background: rgba(0000.7); border: 1px solid #333; padding: 20px; margin-bottom: 25px; border-radius: 8px; backdrop-filter: blur(5px); } /* 分类导航 */ .category-title { font-size: 1.4rem; font-weight: bold; margin-bottom: 15px; color: var(--title-color#ff2d78); padding-bottom: 8px; border-bottom: 1px solid rgba(255451200.3); } .category-list { list-: none; } .category-item a { display: block; padding: 12px 15px; color: var(--a-color#00B0FF) !important; text-decoration: none; border-radius: 4px; margin-bottom: 5px; transition: all 0.3s; border-left: 3px solid transparent; font-weight: bold !important; font-size: 1.1rem; } .category-item a:hover { background: rgba(255451200.1); color: #fff !important; border-left-color: var(--title-color#ff2d78); } /* 区域标题 */ .section-title { font-size: 1.8rem; font-weight: 900; font-: italic; color: #fff; margin-bottom: 20px; display: flex; align-items: center; } .section-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90degvar(--title-color#ff2d78)transparent); margin-left: 15px; } /* 赛博风卡片 */ .article-card { background: #111; border: 1px solid #333; position: relative; transition: 0.3s cubic-bezier(0.180.890.321.28); overflow: hidden; border-radius: 4px; } .article-card:hover { border-color: var(--title-color#ff2d78); transform: translateY(-8px) skewX(-1.5deg); box-shadow: -10px 10px 0px rgba(255451200.4); } .nte-rarity-bar { position: absolute; top: 10px; right: -30px; background: var(--title-color#ff2d78); color: #fff; padding: 2px 40px; transform: rotate(45deg); font-size: 0.8rem; font-weight: bold; z-index: 2; } .article-card-content { padding: 20px; } .article-card h3 { font-size: 1.5rem; font-weight: 900; font-: italic; color: #fff; margin-bottom: 10px; } .article-card p.article-card li { color: #ccc; font-size: 1.05rem; line-height: 1.5; } .article-card .meta { font-size: 0.9rem; color: #888; margin-top: 10px; padding-top: 10px; border-top: 1px solid #333; } /* 网格布局 */ .article-grid { display: grid; grid-template-columns: repeat(auto-fillminmax(250px1fr)); gap: 20px; } /* 公告样式 */ .announcement-title { font-size: 1.6rem; color: var(--title-color#ff2d78); margin-bottom: 15px; display: flex; align-items: center; } .announcement-title .icon { margin-right: 10px; } /* 公告列表项 - 改为与侧边栏统一的样式 */ .announcement-content { list-: none; padding: 0; margin: 0; } .announcement-list-item { display: block; padding: 12px 15px; color: var(--a-color#00B0FF) !important; text-decoration: none; border-radius: 4px; margin-bottom: 5px; transition: all 0.3s; border-left: 3px solid transparent; font-weight: bold !important; font-size: 1.1rem; } .announcement-list-item:hover { background: rgba(255451200.1); color: #fff !important; border-left-color: var(--title-color#ff2d78); } .announcement-list-item .date { font-size: 0.9rem; color: #888; margin-right: 15px; display: inline-block; min-width: 80px; } /* 页脚 */ .footer-public { width: 100%; margin: auto; background: none !important; } } /* 响应式设计 */ @media (max-width: 900px) { .main-layout { flex-direction: column; } .sidebar { flex: none; width: 100%; } } @media (max-width: 600px) { html { font-size: 16px; } .article-grid { grid-template-columns: 1fr; } .nte-header { font-size: 2.2rem; flex-direction: column; align-items: flex-start; } .section-title { font-size: 1.6rem; } .announcement-title { font-size: 1.4rem; } .category-title { font-size: 1.3rem; } }