首页:修订间差异
来自jzyfate
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的3个中间版本) | |||
| 第4行: | 第4行: | ||
<html> | <html> | ||
<style> | <style> | ||
.mw-body{ | .mw-body{ | ||
background:transparent!important; | background:transparent!important; | ||
| 第246行: | 第245行: | ||
text-shadow:0 2px 3px rgba(0,0,0,.35); | text-shadow:0 2px 3px rgba(0,0,0,.35); | ||
} | } | ||
.jzy-grid{ | #jzy-game-info .jzy-grid{ | ||
display:grid; | display:grid; | ||
grid-template-columns:repeat(3,minmax(0,1fr)); | grid-template-columns:repeat(3,minmax(0,1fr)); | ||
| 第252行: | 第251行: | ||
padding:0 24px; | padding:0 24px; | ||
} | } | ||
.jzy-card{ | #jzy-game-info .jzy-card{ | ||
min-height: | min-height:132px; | ||
padding:18px 24px 18px | padding:18px 24px 18px 26px; | ||
display: | display:grid; | ||
grid-template-columns:122px minmax(0,1fr) 48px; | |||
align-items:center; | align-items:center; | ||
justify-content: | justify-content:stretch; | ||
gap: | column-gap:12px; | ||
background:linear-gradient(145deg,rgba(255,255,255,. | background: | ||
linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.052)), | |||
radial-gradient(circle at 22% 50%,rgba(111,226,212,.14),transparent 42%); | |||
border:1px solid rgba(207,246,229,.22); | border:1px solid rgba(207,246,229,.22); | ||
border-radius:16px; | border-radius:16px; | ||
| 第267行: | 第269行: | ||
font-size:22px; | font-size:22px; | ||
font-weight:900; | font-weight:900; | ||
overflow:hidden; | |||
transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease; | transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease; | ||
} | } | ||
.jzy-card:hover{ | #jzy-game-info .jzy-card:hover{ | ||
transform:translateY(-2px); | transform:translateY(-2px); | ||
background:linear-gradient(145deg,rgba(255,244,199,.18),rgba(99,211,182,.10)); | background: | ||
linear-gradient(145deg,rgba(255,244,199,.18),rgba(99,211,182,.10)), | |||
radial-gradient(circle at 22% 50%,rgba(255,236,157,.18),transparent 44%); | |||
border-color:rgba(244,207,120,.58); | border-color:rgba(244,207,120,.58); | ||
color:#fff1b8!important; | color:#fff1b8!important; | ||
} | } | ||
.jzy-icon{width: | #jzy-game-info .jzy-icon{ | ||
.jzy-icon img{width: | width:104px; | ||
.jzy-fallback{ | height:92px; | ||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
justify-self:start; | |||
border-radius:18px; | |||
background:radial-gradient(circle at 50% 42%,rgba(143,244,223,.16),rgba(8,39,51,.05) 68%); | |||
} | |||
#jzy-game-info .jzy-icon img{ | |||
width:auto; | |||
height:auto; | |||
max-width:86px; | |||
max-height:86px; | |||
object-fit:contain; | |||
display:block; | |||
filter:drop-shadow(0 7px 10px rgba(0,0,0,.28)); | |||
} | |||
#jzy-game-info .jzy-fallback{ | |||
display:none; | display:none; | ||
width:74px; | width:74px; | ||
| 第291行: | 第313行: | ||
box-shadow:0 8px 18px rgba(0,0,0,.20); | box-shadow:0 8px 18px rgba(0,0,0,.20); | ||
} | } | ||
.jzy-name{text-align: | #jzy-game-info .jzy-name{ | ||
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2} | min-width:0; | ||
grid-column:2; | |||
justify-self:center; | |||
text-align:center; | |||
white-space:nowrap; | |||
transform:translateX(6px); | |||
line-height:1.15; | |||
letter-spacing:0; | |||
text-shadow:0 2px 3px rgba(0,0,0,.35); | |||
} | |||
#jzy-game-info .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2} | |||
@media(max-width:1480px){ | @media(max-width:1480px){ | ||
.jzy-page-shell{max-width:calc(100vw - 500px)} | .jzy-page-shell{max-width:calc(100vw - 500px)} | ||
| 第303行: | 第335行: | ||
@media(max-width:900px){ | @media(max-width:900px){ | ||
.jzy-card-table{border-spacing:8px!important} | .jzy-card-table{border-spacing:8px!important} | ||
.jzy-grid{grid-template-columns:repeat(2,1fr);padding:0} | #jzy-game-info .jzy-grid{grid-template-columns:repeat(2,1fr);padding:0} | ||
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto} | #jzy-game-info .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto} | ||
} | } | ||
@media(max-width:560px){ | @media(max-width:560px){ | ||
| 第311行: | 第343行: | ||
.jzy-tab{min-width:82px;height:46px;font-size:16px} | .jzy-tab{min-width:82px;height:46px;font-size:16px} | ||
.jzy-heading{font-size:22px} | .jzy-heading{font-size:22px} | ||
.jzy-grid{grid-template-columns:1fr} | #jzy-game-info .jzy-grid{grid-template-columns:1fr} | ||
.jzy-card{min-height: | #jzy-game-info .jzy-card{min-height:104px;padding:14px 16px;font-size:20px;grid-template-columns:88px minmax(0,1fr) 28px;column-gap:8px} | ||
.jzy-icon{width: | #jzy-game-info .jzy-icon{width:78px;height:76px;border-radius:15px} | ||
#jzy-game-info .jzy-icon img{max-width:66px;max-height:66px} | |||
} | } | ||
</style> | </style> | ||
2026年7月18日 (六) 08:31的最新版本
江中缘 Wiki
海岛经营 · MMORPG · 多人社区
《我的世界》网易Java游戏版服务器官方百科
关于江中缘
|
江中缘是一款历经四年精心打造的《我的世界:网易Java版》海岛经营结合高版本特性的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 10000+ 全新物品道具,一步步打造属于自己的商业版图。 服务器融合了类似 Hypixel Skyblock 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款自研游戏,随时与好友来一场轻松的对决或合作。 |
服务器特色:
| 10000+ 全新道具 |
多人联机 趣味互动 |
随机地牢 挑战宝藏 |
自研游戏 独家玩法 |
游戏资讯
游戏基础
核心玩法
| 🏝️ 海岛经营 从废弃度假庄园启程 打造商业帝国 |
⚔️ 随机地牢 挑战隐秘地牢 获取稀有装备 |
🌱 技能成长 采集资源提升技能 深度成长乐趣 |
🎮 自研游戏 多款自研游戏 与好友对决合作 |
内容导航
| 🏡 庄园系统 — 建筑、装饰、经营 | 🎒 物品图鉴 — 10000+种物品道具 |
| 📊 属性系统 — 核心、战斗、采集属性 | 🗺️ 岛屿探索 — 海岛、地牢、首领 |
| 👤 NPC角色 — 商人、任务、互动 | ⚡ 技能系统 — 采集、制作、战斗 |
| 🕹️ 自研游戏 — 多款独家小游戏 | |
快速入门
| 1 加入服务器 网易Java版 搜索「江中缘」 |
2 领取海岛 前往中心岛 与NPC对话 |
3 开始经营 布置庄园 接待旅客 |
4 探索冒险 挑战地牢 获取宝藏 |
热门页面
| 庄园系统 | 物品图鉴 | 属性系统 | 岛屿探索 |
Wiki 统计
| 0 页面总数 |
0 总编辑次数 |
社区
| 📝 编辑指南 | 👥 社区指南 | 📋 模板文档 | 🔧 特殊页面 |
开始你的江中缘之旅
|
连接服务器,打造属于你的梦想海岛庄园 |
|
江中缘 Wiki — 由社区维护的非官方百科全书 |