打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

首页:修订间差异

来自jzyfate
Jzyfate留言 | 贡献
无编辑摘要
标签手工回退 已被回退
Jzyfate留言 | 贡献
无编辑摘要
标签手工回退 已被回退
第30行: 第30行:
<div id="jzy-game-info" class="jzy-game-info">
<div id="jzy-game-info" class="jzy-game-info">
<style>
<style>
.jzy-game-info{background:#070b14;color:#f4f7fb;padding:8px 26px 36px;font-family:"Microsoft YaHei",Arial,sans-serif}
.jzy-game-info{
  background:
    radial-gradient(circle at 12% 8%,rgba(110,220,190,.18),transparent 28%),
    radial-gradient(circle at 85% 18%,rgba(242,199,107,.15),transparent 24%),
    linear-gradient(135deg,rgba(4,31,49,.94),rgba(10,82,88,.90) 48%,rgba(35,83,53,.92));
  color:#f6fbf7;
  padding:18px 26px 40px;
  border:1px solid rgba(190,241,220,.22);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(2,18,28,.35),inset 0 1px 0 rgba(255,255,255,.10);
  font-family:"Microsoft YaHei",Arial,sans-serif;
  overflow:hidden;
}
.jzy-game-info *{box-sizing:border-box}
.jzy-game-info *{box-sizing:border-box}
.jzy-game-shell{max-width:1120px;margin:0 auto}
.jzy-game-shell{max-width:1120px;margin:0 auto}
.jzy-tabs{width:max-content;max-width:100%;margin:0 auto 20px;padding:4px;display:flex;gap:18px;flex-wrap:wrap;justify-content:center;background:#0b101a;border:1px solid #3a4351;border-radius:20px}
.jzy-tabs{
.jzy-tab{min-width:106px;height:60px;border:0;border-radius:16px;background:transparent;color:#bfc5cf;font-size:20px;font-weight:700;cursor:pointer}
  width:max-content;
.jzy-tab.is-active{background:#132638;color:#66e6ff;box-shadow:inset 0 -3px 0 #69dfff}
  max-width:100%;
.jzy-heading{height:56px;margin:0 0 30px;border:1px solid #3a4351;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}
  margin:0 auto 22px;
.jzy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px;padding:0 24px}
  padding:5px;
.jzy-card{min-height:138px;padding:18px 24px 18px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#1b222c;border:1px solid rgba(255,255,255,.04);border-radius:15px;box-shadow:0 6px 0 #323944;color:#f4f7fb!important;text-decoration:none!important;font-size:22px;font-weight:900;transition:transform .16s ease,background .16s ease,color .16s ease}
  display:flex;
.jzy-card:hover{transform:translateY(-2px);background:#212a36;color:#7eeaff!important}
  gap:12px;
.jzy-icon{width:124px;height:96px;display:flex;align-items:center;justify-content:center;flex:0 0 124px}
  flex-wrap:wrap;
  justify-content:center;
  background:rgba(2,24,38,.58);
  border:1px solid rgba(196,241,230,.28);
  border-radius:20px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(4px);
}
.jzy-tab{
  min-width:106px;
  height:56px;
  border:0;
  border-radius:15px;
  background:transparent;
  color:#d6eee6;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
  letter-spacing:.02em;
}
.jzy-tab:hover{color:#fff4c7;background:rgba(255,255,255,.08)}
.jzy-tab.is-active{
  background:linear-gradient(180deg,#fff4c7,#f4cf78);
  color:#164554;
  box-shadow:0 5px 16px rgba(244,207,120,.24),inset 0 -3px 0 rgba(141,102,31,.24);
}
.jzy-heading{
  height:58px;
  margin:0 0 30px;
  border:1px solid rgba(210,244,235,.34);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  color:#fffaf0;
  background:rgba(4,29,43,.35);
  box-shadow:inset 0 -3px 0 rgba(242,199,107,.36);
  text-shadow:0 2px 3px rgba(0,0,0,.35);
}
.jzy-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px 14px;
  padding:0 24px;
}
.jzy-card{
  min-height:138px;
  padding:18px 24px 18px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  border:1px solid rgba(207,246,229,.22);
  border-radius:16px;
  box-shadow:0 7px 0 rgba(12,52,64,.66),0 14px 24px rgba(3,18,26,.22);
  color:#f7fbf6!important;
  text-decoration:none!important;
  font-size:22px;
  font-weight:900;
  transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease;
}
.jzy-card:hover{
  transform:translateY(-2px);
  background:linear-gradient(145deg,rgba(255,244,199,.18),rgba(99,211,182,.10));
  border-color:rgba(244,207,120,.58);
  color:#fff1b8!important;
}
.jzy-icon{
  width:124px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 124px;
}
.jzy-icon img{max-width:104px;max-height:96px}
.jzy-icon img{max-width:104px;max-height:96px}
.jzy-fallback{display:none;width:74px;height:74px;align-items:center;justify-content:center;border-radius:14px;background:#263241;color:#76e5ff;font-size:30px;font-weight:900}
.jzy-fallback{
.jzy-name{text-align:right;line-height:1.2}
  display:none;
  width:74px;
  height:74px;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(145deg,#e8cc7b,#75d5bd);
  color:#073647;
  border:2px solid rgba(255,255,255,.38);
  font-size:30px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(0,0,0,.20);
}
.jzy-name{text-align:right;line-height:1.2;text-shadow:0 2px 3px rgba(0,0,0,.35)}
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2}
.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:2}
@media(max-width:900px){.jzy-grid{grid-template-columns:repeat(2,1fr);padding:0}.jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto}}
@media(max-width:900px){
@media(max-width:560px){.jzy-game-info{padding:8px 12px 28px}.jzy-tabs{gap:6px}.jzy-tab{min-width:82px;height:46px;font-size:16px}.jzy-heading{font-size:22px}.jzy-grid{grid-template-columns:1fr}.jzy-card{min-height:110px;font-size:20px}.jzy-icon{width:92px;flex-basis:92px}}
  .jzy-grid{grid-template-columns:repeat(2,1fr);padding:0}
  .jzy-card:nth-last-child(1):nth-child(3n+1){grid-column:auto}
}
@media(max-width:560px){
  .jzy-game-info{padding:14px 12px 30px;border-radius:14px}
  .jzy-tabs{gap:6px}
  .jzy-tab{min-width:82px;height:46px;font-size:16px}
  .jzy-heading{font-size:22px}
  .jzy-grid{grid-template-columns:1fr}
  .jzy-card{min-height:110px;font-size:20px}
  .jzy-icon{width:92px;flex-basis:92px}
}
</style>
</style>


第75行: 第188行:
   function pageUrl(title) {
   function pageUrl(title) {
     title = String(title || "").trim().replace(/\s+/g, "_");
     title = String(title || "").trim().replace(/\s+/g, "_");
    if (window.mw && mw.util && mw.util.getUrl) {
      return mw.util.getUrl(title);
    }
     if (window.wgArticlePath) {
     if (window.wgArticlePath) {
       return window.wgArticlePath.replace("$1", encodeURIComponent(title));
       return window.wgArticlePath.replace("$1", encodeURIComponent(title));

2026年7月17日 (五) 04:55的版本


江中缘 Wiki

海岛经营 · MMORPG · 多人社区
《我的世界》网易Java游戏版服务器官方百科

关于江中缘

江中缘是一款历经四年精心打造的《我的世界:网易Java版》海岛经营结合高版本特性的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 10000+ 全新物品道具,一步步打造属于自己的商业版图。

服务器融合了类似 Hypixel Skyblock 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款自研游戏,随时与好友来一场轻松的对决或合作。

服务器特色:

10000+
全新道具
多人联机
趣味互动
随机地牢
挑战宝藏
自研游戏
独家玩法

游戏资讯

游戏基础

核心玩法

海岛经营

从废弃度假庄园启程,打造商业帝国

随机地牢

挑战隐秘地牢,获取稀有装备

技能成长

采集资源提升技能,深度成长乐趣

自研游戏

多款自研游戏,与好友对决合作

内容导航

庄园系统 - 建筑、装饰、经营

物品图鉴 - 10000+种物品道具

属性系统 - 核心、战斗、采集属性

岛屿探索 - 海岛、地牢、首领

NPC角色 - 商人、任务、互动

技能系统 - 采集、制作、战斗

自研游戏 - 多款独家小游戏

快速入门

  1. 加入服务器 - 网易Java版,搜索「江中缘」
  2. 领取海岛 - 前往中心岛,与NPC对话
  3. 开始经营 - 布置庄园,接待旅客
  4. 探索冒险 - 挑战地牢,获取宝藏

热门页面

庄园系统 物品图鉴 属性系统 岛屿探索

Wiki 统计

0
页面总数
0
总编辑次数

社区

开始你的江中缘之旅

连接服务器,打造属于你的梦想海岛庄园

网易Java版 · 搜索「江中缘」

🌐 www.mcjzy.net | 💬 QQ群:744097204 | 📺 B站:江西中缘我的世界

江中缘 Wiki — 由社区维护的非官方百科全书
本站内容基于《江中缘》的我的世界游戏,与 Mojang Studios、Microsoft、网易 无关