首页:修订间差异
来自jzyfate
更多操作
无编辑摘要 标签:手工回退 |
无编辑摘要 标签:已被回退 |
||
| 第4行: | 第4行: | ||
<html> | <html> | ||
<style> | <style> | ||
/* | @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&display=swap"); | ||
@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai:wght@400;700&display=swap"); | |||
/* ===== 全局字体与渲染 ===== */ | |||
.mw-parser-output, | |||
.jzy-page-shell, | |||
.jzy-game-info, | |||
.jzy-side-toc{ | |||
font-family:"LXGW WenKai","Noto Sans SC","Microsoft YaHei","PingFang SC","Hiragino Sans GB","Source Han Sans SC","WenQuanYi Micro Hei",Arial,sans-serif; | |||
-webkit-font-smoothing:antialiased; | |||
-moz-osx-font-smoothing:grayscale; | |||
text-rendering:optimizeLegibility; | |||
} | |||
/* ===== 页面级修正 ===== */ | |||
.mw-body{ | .mw-body{ | ||
background:transparent!important; | background:transparent!important; | ||
| 第24行: | 第38行: | ||
box-shadow:0 0 16px rgba(120,216,240,.22); | box-shadow:0 0 16px rgba(120,216,240,.22); | ||
} | } | ||
/* ===== 侧边导航 ===== */ | |||
.jzy-side-toc{ | .jzy-side-toc{ | ||
position:fixed; | position:fixed; | ||
| 第37行: | 第53行: | ||
box-shadow:0 14px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.11); | box-shadow:0 14px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.11); | ||
z-index:60; | z-index:60; | ||
transform:translateY(-50%); | transform:translateY(-50%); | ||
display:block; | display:block; | ||
| 第50行: | 第63行: | ||
font-weight:900; | font-weight:900; | ||
text-align:center; | text-align:center; | ||
letter-spacing:.06em; | |||
border-bottom:1px solid rgba(244,207,120,.28); | border-bottom:1px solid rgba(244,207,120,.28); | ||
} | } | ||
| 第62行: | 第76行: | ||
font-weight:800; | font-weight:800; | ||
line-height:1.2; | line-height:1.2; | ||
letter-spacing:.03em; | |||
background:rgba(255,255,255,.045); | background:rgba(255,255,255,.045); | ||
border:1px solid rgba(255,255,255,.055); | border:1px solid rgba(255,255,255,.055); | ||
| 第73行: | 第88行: | ||
} | } | ||
span[id^="jzy-"]{scroll-margin-top:96px} | span[id^="jzy-"]{scroll-margin-top:96px} | ||
/* ===== 面板与卡片表格 ===== */ | |||
.jzy-home-panel, | .jzy-home-panel, | ||
.jzy-card-table{ | .jzy-card-table{ | ||
| 第91行: | 第108行: | ||
color:#eef8fb; | color:#eef8fb; | ||
line-height:1.88; | line-height:1.88; | ||
letter-spacing:.02em; | |||
} | } | ||
.jzy-card-table{border-spacing:10px!important} | .jzy-card-table{border-spacing:10px!important} | ||
/* ===== 功能卡片通用 ===== */ | |||
.jzy-feature, | .jzy-feature, | ||
.jzy-play, | .jzy-play, | ||
| 第126行: | 第146行: | ||
.jzy-stat{padding:22px 16px;width:50%;text-align:center;font-weight:800} | .jzy-stat{padding:22px 16px;width:50%;text-align:center;font-weight:800} | ||
.jzy-nav-card{padding:15px 18px;width:50%;font-weight:700;border-left:4px solid rgba(120,216,240,.78)} | .jzy-nav-card{padding:15px 18px;width:50%;font-weight:700;border-left:4px solid rgba(120,216,240,.78)} | ||
/* ===== 色彩主题 ===== */ | |||
.jzy-blue{background:rgba(8,74,88,.48);color:#dffbff;border-bottom:3px solid #16c3d0} | .jzy-blue{background:rgba(8,74,88,.48);color:#dffbff;border-bottom:3px solid #16c3d0} | ||
.jzy-green{background:rgba(18,70,42,.48);color:#d7f8e2;border-bottom:3px solid #5ab878} | .jzy-green{background:rgba(18,70,42,.48);color:#d7f8e2;border-bottom:3px solid #5ab878} | ||
| 第137行: | 第159行: | ||
.jzy-nav-card.jzy-rose{border-left-color:#d95b91} | .jzy-nav-card.jzy-rose{border-left-color:#d95b91} | ||
.jzy-nav-card.jzy-violet{border-left-color:#8c78da} | .jzy-nav-card.jzy-violet{border-left-color:#8c78da} | ||
/* ===== 步骤徽章 ===== */ | |||
.jzy-step-badge{ | .jzy-step-badge{ | ||
display:inline-block; | display:inline-block; | ||
| 第153行: | 第177行: | ||
.jzy-step-badge-gold{background:linear-gradient(135deg,#d4a848,#8b6508)} | .jzy-step-badge-gold{background:linear-gradient(135deg,#d4a848,#8b6508)} | ||
.jzy-step-badge-rose{background:linear-gradient(135deg,#d95b91,#7a2050)} | .jzy-step-badge-rose{background:linear-gradient(135deg,#d95b91,#7a2050)} | ||
/* ===== CTA 区域 ===== */ | |||
.jzy-cta{ | .jzy-cta{ | ||
width:100%; | width:100%; | ||
| 第182行: | 第208行: | ||
line-height:1.75; | line-height:1.75; | ||
} | } | ||
/* ===== 游戏资讯面板 ===== */ | |||
#jzy-game-info{ | #jzy-game-info{ | ||
background: | background: | ||
| 第192行: | 第220行: | ||
border-radius:18px; | border-radius:18px; | ||
box-shadow:0 14px 32px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12); | box-shadow:0 14px 32px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12); | ||
overflow:hidden; | 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{ | .jzy-tabs{ | ||
width:max-content; | width:max-content; | ||
| 第223行: | 第250行: | ||
font-weight:800; | font-weight:800; | ||
cursor:pointer; | cursor:pointer; | ||
letter-spacing:. | letter-spacing:.04em; | ||
transition:color .18s ease,background .18s ease; | |||
} | } | ||
.jzy-tab:hover{color:#fff4c7;background:rgba(255,255,255,.08)} | .jzy-tab:hover{color:#fff4c7;background:rgba(255,255,255,.08)} | ||
| 第231行: | 第259行: | ||
box-shadow:0 5px 16px rgba(244,207,120,.24),inset 0 -3px 0 rgba(141,102,31,.24); | box-shadow:0 5px 16px rgba(244,207,120,.24),inset 0 -3px 0 rgba(141,102,31,.24); | ||
} | } | ||
/* ===== 标题栏 ===== */ | |||
.jzy-heading{ | .jzy-heading{ | ||
height:58px; | height:58px; | ||
| 第241行: | 第271行: | ||
font-size:28px; | font-size:28px; | ||
font-weight:900; | font-weight:900; | ||
letter-spacing:.06em; | |||
color:#fffaf0; | color:#fffaf0; | ||
background:rgba(4,29,43,.30); | background:rgba(4,29,43,.30); | ||
| 第246行: | 第277行: | ||
text-shadow:0 2px 3px rgba(0,0,0,.35); | text-shadow:0 2px 3px rgba(0,0,0,.35); | ||
} | } | ||
/* ===== 游戏卡片网格 ===== */ | |||
#jzy-game-info .jzy-grid{ | #jzy-game-info .jzy-grid{ | ||
display:grid; | display:grid; | ||
| 第270行: | 第303行: | ||
font-size:22px; | font-size:22px; | ||
font-weight:900; | font-weight:900; | ||
letter-spacing:.03em; | |||
overflow:hidden; | 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; | ||
| 第322行: | 第356行: | ||
transform:none; | transform:none; | ||
line-height:1.15; | line-height:1.15; | ||
letter-spacing: | letter-spacing:.04em; | ||
text-shadow:0 2px 3px rgba(0,0,0,.35); | 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} | #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)} | ||
| 第342行: | 第378行: | ||
#jzy-game-info{padding:14px 12px 30px;border-radius:14px} | #jzy-game-info{padding:14px 12px 30px;border-radius:14px} | ||
.jzy-tabs{gap:6px} | .jzy-tabs{gap:6px} | ||
.jzy-tab{min-width:82px;height:46px;font-size:16px} | .jzy-tab{min-width:82px;height:46px;font-size:16px;letter-spacing:.02em} | ||
.jzy-heading{font-size:22px} | .jzy-heading{font-size:22px;letter-spacing:.04em} | ||
#jzy-game-info .jzy-grid{grid-template-columns:1fr} | #jzy-game-info .jzy-grid{grid-template-columns:1fr} | ||
#jzy-game-info .jzy-card{min-height:104px;padding:14px 16px;font-size:20px;grid-template-columns:88px minmax(0,1fr);column-gap:8px} | #jzy-game-info .jzy-card{min-height:104px;padding:14px 16px;font-size:20px;grid-template-columns:88px minmax(0,1fr);column-gap:8px;letter-spacing:.02em} | ||
#jzy-game-info .jzy-icon{width:78px;height:76px;border-radius:15px} | #jzy-game-info .jzy-icon{width:78px;height:76px;border-radius:15px} | ||
#jzy-game-info .jzy-icon img{max-width:66px;max-height:66px} | #jzy-game-info .jzy-icon img{max-width:66px;max-height:66px} | ||
} | } | ||
/* | /* ===== 首页背景 ===== */ | ||
body{ | body{ | ||
background:url("https://wiki.mcjzy.net/images/4/46/%E6%B2%99%E6%BB%A9%E8%83%8C%E6%99%AF.png") no-repeat fixed center center / cover!important; | background:url("https://wiki.mcjzy.net/images/4/46/%E6%B2%99%E6%BB%A9%E8%83%8C%E6%99%AF.png") no-repeat fixed center center / cover!important; | ||
| 第360行: | 第396行: | ||
} | } | ||
/* | /* ===== 页脚清理 ===== */ | ||
#citizen-footer.jzy-footer-ready, | #citizen-footer.jzy-footer-ready, | ||
.citizen-footer.jzy-footer-ready, | .citizen-footer.jzy-footer-ready, | ||
| 第380行: | 第416行: | ||
#jzy-official-footer{padding-top:28px!important} | #jzy-official-footer{padding-top:28px!important} | ||
/* ===== | /* ===== 大字号与文字清晰化 ===== */ | ||
.jzy-page-shell{ | .jzy-page-shell{ | ||
font-size:18px; | font-size:18px; | ||
| 第390行: | 第426行: | ||
font-size:42px!important; | font-size:42px!important; | ||
line-height:1.2!important; | line-height:1.2!important; | ||
letter-spacing:.05em; | |||
text-shadow:0 3px 10px rgba(0,20,30,.72)!important; | text-shadow:0 3px 10px rgba(0,20,30,.72)!important; | ||
} | } | ||
| 第395行: | 第432行: | ||
font-size:30px!important; | font-size:30px!important; | ||
line-height:1.3!important; | line-height:1.3!important; | ||
letter-spacing:.04em; | |||
text-shadow:0 3px 9px rgba(0,20,30,.70)!important; | text-shadow:0 3px 9px rgba(0,20,30,.70)!important; | ||
} | } | ||
| 第404行: | 第442行: | ||
font-size:18px; | font-size:18px; | ||
line-height:2!important; | line-height:2!important; | ||
letter-spacing:.02em; | |||
text-shadow:0 2px 5px rgba(0,17,27,.78); | text-shadow:0 2px 5px rgba(0,17,27,.78); | ||
} | } | ||
| 第421行: | 第460行: | ||
font-size:18px; | font-size:18px; | ||
line-height:1.55; | line-height:1.55; | ||
letter-spacing:.02em; | |||
text-shadow:0 2px 5px rgba(0,17,27,.76); | text-shadow:0 2px 5px rgba(0,17,27,.76); | ||
} | } | ||
| 第436行: | 第476行: | ||
.jzy-step-badge{font-size:20px} | .jzy-step-badge{font-size:20px} | ||
.jzy-side-toc-title{font-size:17px} | .jzy-side-toc-title{font-size:17px} | ||
.jzy-side-toc a{font-size:14px;line-height:1.3;text-shadow:0 1px 3px rgba(0,17,27,.72)} | .jzy-side-toc a{font-size:14px;line-height:1.3;letter-spacing:.03em;text-shadow:0 1px 3px rgba(0,17,27,.72)} | ||
#jzy-game-info .jzy-card{font-size:24px;text-shadow:0 3px 7px rgba(0,14,24,.82)} | #jzy-game-info .jzy-card{font-size:24px;letter-spacing:.03em;text-shadow:0 3px 7px rgba(0,14,24,.82)} | ||
#jzy-game-info .jzy-name{text-shadow:0 3px 7px rgba(0,14,24,.82)} | #jzy-game-info .jzy-name{text-shadow:0 3px 7px rgba(0,14,24,.82);letter-spacing:.04em} | ||
#jzy-game-info .jzy-tab{font-size:21px;text-shadow:0 2px 4px rgba(0,14,24,.68)} | #jzy-game-info .jzy-tab{font-size:21px;letter-spacing:.04em;text-shadow:0 2px 4px rgba(0,14,24,.68)} | ||
#jzy-game-info .jzy-heading{font-size:30px;text-shadow:0 3px 7px rgba(0,14,24,.80)} | #jzy-game-info .jzy-heading{font-size:30px;letter-spacing:.06em;text-shadow:0 3px 7px rgba(0,14,24,.80)} | ||
@media(max-width:560px){ | @media(max-width:560px){ | ||
.jzy-page-shell{font-size:16px} | .jzy-page-shell{font-size:16px} | ||
| 第498行: | 第538行: | ||
<html> | <html> | ||
<div id="jzy-game-info"> | <div id="jzy-game-info"> | ||
<style> | |||
#jzy-game-info .jzy-grid{ | |||
display:grid; | |||
grid-template-columns:repeat(3,minmax(0,1fr)); | |||
gap:18px 14px; | |||
padding:0 24px; | |||
} | |||
#jzy-game-info .jzy-card{ | |||
min-height:132px; | |||
padding:18px 24px 18px 26px; | |||
display:grid; | |||
grid-template-columns:122px minmax(0,1fr); | |||
align-items:center; | |||
justify-content:stretch; | |||
column-gap:12px; | |||
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-radius:16px; | |||
box-shadow:0 7px 0 rgba(12,52,64,.58),0 12px 22px rgba(3,18,26,.18); | |||
color:#f7fbf6!important; | |||
text-decoration:none!important; | |||
font-size:22px; | |||
font-weight:900; | |||
letter-spacing:.03em; | |||
overflow:hidden; | |||
transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease; | |||
} | |||
#jzy-game-info .jzy-card:hover{ | |||
transform:translateY(-2px); | |||
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); | |||
color:#fff1b8!important; | |||
} | |||
#jzy-game-info .jzy-icon{ | |||
width:104px; | |||
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; | |||
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-game-info .jzy-name{ | |||
min-width:0; | |||
grid-column:2; | |||
justify-self:center; | |||
text-align:center; | |||
white-space:nowrap; | |||
transform:none; | |||
line-height:1.15; | |||
letter-spacing:.04em; | |||
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){ | |||
.jzy-page-shell{max-width:calc(100vw - 500px)} | |||
.jzy-side-toc{right:52px} | |||
} | |||
@media(max-width:1279px){ | |||
.jzy-page-shell{max-width:100%;margin:0} | |||
.jzy-side-toc{display:none} | |||
} | |||
@media(max-width:900px){ | |||
#jzy-game-info .jzy-grid{grid-template-columns:repeat(2,1fr);padding:0} | |||
#jzy-game-info .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-game-info .jzy-grid{grid-template-columns:1fr} | |||
#jzy-game-info .jzy-card{min-height:104px;padding:14px 16px;font-size:20px;grid-template-columns:88px minmax(0,1fr);column-gap:8px;letter-spacing:.02em} | |||
#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> | |||
<div class="jzy-game-shell"> | <div class="jzy-game-shell"> | ||
<div id="jzy-tabs" class="jzy-tabs"></div> | <div id="jzy-tabs" class="jzy-tabs"></div> | ||
| 第503行: | 第646行: | ||
<div id="jzy-grid" class="jzy-grid"></div> | <div id="jzy-grid" class="jzy-grid"></div> | ||
</div> | </div> | ||
<script> | <script> | ||
(function() { | (function() { | ||
| 第710行: | 第854行: | ||
footer.classList.add("jzy-footer-ready"); | footer.classList.add("jzy-footer-ready"); | ||
window.setTimeout(function () { | window.setTimeout(function () { | ||
removeFooterArtifacts(); | removeFooterArtifacts(); | ||
| 第729行: | 第872行: | ||
</script> | </script> | ||
<div style="width:100%; margin:22px 0 8px; text-align:center;"> | <div style="width:100%; margin:22px 0 8px; text-align:center;"> | ||
<a href="/index.php?title=%E9%A6%96%E9%A1%B5& | <a href="/index.php?title=%E9%A6%96%E9%A1%B5&action=edit" style="display:inline-flex; align-items:center; justify-content:center; min-width:150px; min-height:44px; padding:0 24px; border-radius:12px; background:linear-gradient(180deg,#fff4c7,#f4cf78); color:#164554 !important; text-decoration:none !important; font-size:16px; font-weight:900; border:1px solid rgba(255,255,255,.45); border-bottom:3px solid #d4a848; box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.55); text-shadow:none !important;">编辑入口</a> | ||
</div> | </div> | ||
</html> | </html> | ||
</div> | </div> | ||
2026年7月21日 (二) 06:32的版本
江中缘 Wiki
海岛经营 · MMORPG · 多人社区
《我的世界》网易Java游戏版服务器官方百科
关于江中缘
|
江中缘是一款历经四年精心打造的《我的世界:网易Java版》海岛经营结合高版本特性的社区趣味多人 MMORPG 服务器。玩家从一座废弃已久的海岛度假庄园启程,白手起家,解锁超过 10000+ 全新物品道具,一步步打造属于自己的商业版图。 服务器融合了类似 Hypixel Skyblock 的核心内容——采集资源、提升技能、挑战首领、开拓岛屿区域,享受深度成长的乐趣。此外,服务器内置了多款自研游戏,随时与好友来一场轻松的对决或合作。 |
服务器特色:
| 10000+ 全新道具 |
多人联机 趣味互动 |
随机地牢 挑战宝藏 |
自研游戏 独家玩法 |
游戏资讯
游戏基础
核心玩法
| 🏝️ 海岛经营 从废弃度假庄园启程 打造商业帝国 |
⚔️ 随机地牢 挑战隐秘地牢 获取稀有装备 |
🌱 技能成长 采集资源提升技能 深度成长乐趣 |
🎮 自研游戏 多款自研游戏 与好友对决合作 |
快速入门
| 1 加入服务器 网易Java版 搜索「江中缘」 |
2 领取海岛 前往中心岛 与NPC对话 |
3 开始经营 布置庄园 接待旅客 |
4 探索冒险 挑战地牢 获取宝藏 |