异环百科 | 公测启程
<>
: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; }
}
>
世界重启:公测新纪元
《异环》(Neverness to Everness) 现已结束测试,于全平台正式公测。由完美世界旗下Hotta Studio研发的都市开放世界RPG,基于虚幻引擎5,带来次世代"异能都市"体验。
▌ 公测全新内容
- 地图扩展:主城"海特洛市"新增东部工业区、天际线商业区两大可探索区域。
- 剧情推进:主线剧情更新至第三章"阈限回响",揭露"异象"起源秘辛。
- 玩法深化:"房产经营"系统全面开放,可自定义店铺并接入全球玩家经济网络。
- 技术升级:全面支持光线追踪与DLSS 3.5,画面表现力提升。
核心
开发团队寄语
感谢所有鉴定师的等待。公测版本是我们对"都市奇幻"理解的完全体,期待与您在霓虹与异象交织的海特洛市相遇。
Hotta Studio 全体敬上
特色
公测专属特色
无缝地图加载、GTA式自由驾驶与深度模拟经营融合,定义二次元开放世界新标尺。
公测角色图鉴
SSR
娜娜莉
「你好!要加入柯林斯家族吗?」「收下这枚家族信物,以后你就是我的小弟啦!」「喂喂……不准嫌弃它是饮料瓶盖做的……」
暗属性 · 爆发刺客
SR
白藏
新增常驻角色。冷静理性的异象管理局高级探员,专精"构造系"异能,能够具现化并操控机械设备作战。
物理属性 · 远程召唤
零 (玩家本体)
可自定义性别的主角,古董店"伊波恩"的核心成员,其特殊的异象亲和体质在公测剧情中逐步觉醒真相。
自适应 · 全能成长
薄荷
公测版本技能模组升级,新增连携奥义。依旧是那位情报通天的蓝发猫娘,你值得信赖的向导。
风属性 · 近战速攻
公测核心系统迭代
🏙️ 全域探索 2.0
公测开放全地图无缝衔接,包含:
- 主城「海特洛市」9大行政区
- 动态世界事件「异潮涌动」
- 团队挑战「阈限深渊」
⚔️ 多维战斗
策略深度升级:
- 「倾陷值」破防机制优化
- 新增"异能连锁"反应
- 3人小队即时无CD切换
🏪 全球经营网络
公测全新玩法:
- 购买并个性化装修任意店铺
- 上架商品与全球玩家交易
- 建立你的商业帝国