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

海岛大世界:修订间差异

来自江中缘
无编辑摘要
标签已被回退
无编辑摘要
标签已被回退
第1行: 第1行:
__NOTOC__
    1 <html>
__NOEDITSECTION__
    2 <style>
 
    3 /* ===== 江中缘 Wiki:海岛大世界页面 ===== */
<html>
    4 .mw-body{
<style>
    5  background:transparent!important;
/* ===== 江中缘 Wiki:海岛大世界页面 ===== */
    6  border-color:transparent!important;
.mw-body{
    7  box-shadow:none!important;
  background:transparent!important;
    8  backdrop-filter:none!important;
  border-color:transparent!important;
    9  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
  10 }
  backdrop-filter:none!important;
  11 .jzy-world{
  -webkit-backdrop-filter:none!important;
  12  max-width:min(1180px,calc(100vw - 560px));
}
  13  margin:0 auto;
.jzy-world{
  14  font-family:"Microsoft YaHei",Arial,sans-serif;
  max-width:min(1180px,calc(100vw - 560px));
  15  color:#eef8fb;
  margin:0 auto;
  16 }
  font-family:"Microsoft YaHei",Arial,sans-serif;
  17 .jzy-world *{
  color:#eef8fb;
  18  box-sizing:border-box;
}
  19 }
.jzy-world *{
  20 .jzy-world a{
  box-sizing:border-box;
  21  color:#98ecff!important;
}
  22  text-decoration:none!important;
.jzy-world a{
  23 }
  color:#98ecff!important;
  24 .jzy-world a:hover{
  text-decoration:none!important;
  25  color:#fff4c7!important;
}
  26  text-decoration:none!important;
.jzy-world a:hover{
  27 }
  color:#fff4c7!important;
  28 .jzy-anchor{
  text-decoration:none!important;
  29  display:block;
}
  30  scroll-margin-top:96px;
.jzy-anchor{
  31 }
  display:block;
  32 .jzy-hero{
  scroll-margin-top:96px;
  33  display:grid;
}
  34  grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);
.jzy-hero{
  35  gap:18px;
  display:grid;
  36  align-items:stretch;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);
  37  padding:30px;
  gap:18px;
  38  background:
  align-items:stretch;
  39    radial-gradient(circle at 12% 0%,rgba(120,216,240,.16),transparent 34%),
  padding:30px;
  40    radial-gradient(circle at 88% 8%,rgba(244,207,120,.18),transparent 30%),
  background:
  41    linear-gradient(135deg,rgba(4,31,49,.84),rgba(10,82,88,.72) 48%,rgba(35,83,53,.72));
    radial-gradient(circle at 12% 0%,rgba(120,216,240,.16),transparent 34%),
  42  border:1px solid rgba(190,241,220,.24);
    radial-gradient(circle at 88% 8%,rgba(244,207,120,.18),transparent 30%),
  43  border-radius:22px;
    linear-gradient(135deg,rgba(4,31,49,.84),rgba(10,82,88,.72) 48%,rgba(35,83,53,.72));
  44  box-shadow:0 16px 34px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12);
  border:1px solid rgba(190,241,220,.24);
  45  overflow:hidden;
  border-radius:22px;
  46 }
  box-shadow:0 16px 34px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12);
  47 .jzy-kicker{
  overflow:hidden;
  48  color:#fff4c7;
}
  49  font-size:14px;
.jzy-kicker{
  50  font-weight:900;
  color:#fff4c7;
  51  letter-spacing:.08em;
  font-size:14px;
  52 }
  font-weight:900;
  53 .jzy-title-row{
  letter-spacing:.08em;
  54  display:flex;
}
  55  align-items:center;
.jzy-title-row{
  56  gap:14px;
  display:flex;
  57  margin:10px 0 12px;
  align-items:center;
  58 }
  gap:14px;
  59 .jzy-title-icon,
  margin:10px 0 12px;
  60 .jzy-section-icon{
}
  61  flex:0 0 auto;
.jzy-title-icon,
  62  display:grid;
.jzy-section-icon{
  63  place-items:center;
  flex:0 0 auto;
  64  overflow:hidden;
  display:grid;
  65  background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92));
  place-items:center;
  66  border:2px solid rgba(190,255,235,.46);
  overflow:hidden;
  67  box-shadow:0 9px 18px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.24);
  background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92));
  68 }
  border:2px solid rgba(190,255,235,.46);
  69 .jzy-title-icon{
  box-shadow:0 9px 18px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.24);
  70  width:58px;
}
  71  height:58px;
.jzy-title-icon{
  72  border-radius:16px;
  width:58px;
  73  font-size:30px;
  height:58px;
  74  font-weight:900;
  border-radius:16px;
  75 
  font-size:30px;
  font-weight:900;
  color:#fff;
}
.jzy-section-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  font-size:22px;
  font-weight:900;
  color:#fff;
}
.jzy-title-icon img,
.jzy-section-icon img,
.jzy-card-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.jzy-title{
  margin:0;
  color:#fff;
  font-size:42px;
  font-weight:900;
  line-height:1.12;
  text-shadow:0 3px 10px rgba(0,0,0,.34);
}
.jzy-lead{
  max-width:820px;
  margin:0;
  color:#d6eee6;
  font-size:17px;
  line-height:1.9;
}
.jzy-hero-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.jzy-note{
  padding:12px;
  border-radius:14px;
  background:rgba(8,22,34,.26);
  border:1px solid rgba(126,204,218,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.jzy-note b{
  display:block;
  margin-bottom:4px;
  color:#fff4c7;
  font-size:15px

2026年7月22日 (三) 10:19的版本

   1 <html>
   2 <style>
   3 /* ===== 江中缘 Wiki:海岛大世界页面 ===== */
   4 .mw-body{
   5   background:transparent!important;
   6   border-color:transparent!important;
   7   box-shadow:none!important;
   8   backdrop-filter:none!important;
   9   -webkit-backdrop-filter:none!important;
  10 }
  11 .jzy-world{
  12   max-width:min(1180px,calc(100vw - 560px));
  13   margin:0 auto;
  14   font-family:"Microsoft YaHei",Arial,sans-serif;
  15   color:#eef8fb;
  16 }
  17 .jzy-world *{
  18   box-sizing:border-box;
  19 }
  20 .jzy-world a{
  21   color:#98ecff!important;
  22   text-decoration:none!important;
  23 }
  24 .jzy-world a:hover{
  25   color:#fff4c7!important;
  26   text-decoration:none!important;
  27 }
  28 .jzy-anchor{
  29   display:block;
  30   scroll-margin-top:96px;
  31 }
  32 .jzy-hero{
  33   display:grid;
  34   grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);
  35   gap:18px;
  36   align-items:stretch;
  37   padding:30px;
  38   background:
  39     radial-gradient(circle at 12% 0%,rgba(120,216,240,.16),transparent 34%),
  40     radial-gradient(circle at 88% 8%,rgba(244,207,120,.18),transparent 30%),
  41     linear-gradient(135deg,rgba(4,31,49,.84),rgba(10,82,88,.72) 48%,rgba(35,83,53,.72));
  42   border:1px solid rgba(190,241,220,.24);
  43   border-radius:22px;
  44   box-shadow:0 16px 34px rgba(2,18,28,.26),inset 0 1px 0 rgba(255,255,255,.12);
  45   overflow:hidden;
  46 }
  47 .jzy-kicker{
  48   color:#fff4c7;
  49   font-size:14px;
  50   font-weight:900;
  51   letter-spacing:.08em;
  52 }
  53 .jzy-title-row{
  54   display:flex;
  55   align-items:center;
  56   gap:14px;
  57   margin:10px 0 12px;
  58 }
  59 .jzy-title-icon,
  60 .jzy-section-icon{
  61   flex:0 0 auto;
  62   display:grid;
  63   place-items:center;
  64   overflow:hidden;
  65   background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92));
  66   border:2px solid rgba(190,255,235,.46);
  67   box-shadow:0 9px 18px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.24);
  68 }
  69 .jzy-title-icon{
  70   width:58px;
  71   height:58px;
  72   border-radius:16px;
  73   font-size:30px;
  74   font-weight:900;
  75   color:#fff;
  76 }
  77 .jzy-section-icon{
  78   width:42px;
  79   height:42px;
  80   border-radius:12px;
  81   font-size:22px;
  82   font-weight:900;
  83   color:#fff;
  84 }
  85 .jzy-title-icon img,
  86 .jzy-section-icon img,
  87 .jzy-card-icon img{
  88   width:100%;
  89   height:100%;
  90   object-fit:contain;
  91   display:block;
  92 }
  93 .jzy-title{
  94   margin:0;
  95   color:#fff;
  96   font-size:42px;
  97   font-weight:900;
  98   line-height:1.12;
  99   text-shadow:0 3px 10px rgba(0,0,0,.34);
 100 }
 101 .jzy-lead{
 102   max-width:820px;
 103   margin:0;
 104   color:#d6eee6;
 105   font-size:17px;
 106   line-height:1.9;
 107 }
 108 .jzy-hero-notes{
 109   display:grid;
 110   grid-template-columns:repeat(3,minmax(0,1fr));
 111   gap:10px;
 112   margin-top:18px;
 113 }
 114 .jzy-note{
 115   padding:12px;
 116   border-radius:14px;
 117   background:rgba(8,22,34,.26);
 118   border:1px solid rgba(126,204,218,.18);
 119   box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
 120 }
 121 .jzy-note b{
 122   display:block;
 123   margin-bottom:4px;
 124   color:#fff4c7;
 125   font-size:15px;
 126 }
 127 .jzy-note span{
 128   display:block;
 129   color:rgba(238,248,251,.78);
 130   font-size:12px;
 131   line-height:1.5;
 132 }
 133 .jzy-image-slot{
 134   position:relative;
 135   min-height:100%;
 136   border-radius:18px;
 137   overflow:hidden;
 138   border:1px solid rgba(126,204,218,.24);
 139   background:
 140     linear-gradient(135deg,rgba(8,43,58,.50),rgba(10,46,31,.36)),
 141     repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 10px,transparent 10px,transparent 20px);
 142   box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
 143 }
 144 .jzy-image-slot::before{
 145   content:"";
 146   position:absolute;
 147   inset:0;
 148   background:
 149     radial-gradient(circle at 30% 20%,rgba(120,216,240,.16),transparent 30%),
 150     radial-gradient(circle at 74% 70%,rgba(244,207,120,.16),transparent 32%);
 151   pointer-events:none;
 152 }
 153 .jzy-image-slot span{
 154   position:absolute;
 155   inset:auto 18px 18px 18px;
 156   padding:10px 12px;
 157   border-radius:12px;
 158   color:#dffbff;
 159   font-size:13px;
 160   font-weight:900;
 161   text-align:center;
 162   background:rgba(4,24,36,.46);
 163   border:1px solid rgba(126,204,218,.20);
 164 }
 165 .jzy-image-slot img,
 166 .jzy-island-img{
 167   width:100%;
 168   height:100%;
 169   min-height:210px;
 170   object-fit:cover;
 171   display:block;
 172 }
 173 .jzy-divider{
 174   height:3px;
 175   margin:26px 0;
 176   border-radius:999px;
 177   background:linear-gradient(90deg,#78d8f0,#5ab878,#f4cf78);
 178   box-shadow:0 0 16px rgba(120,216,240,.22);
 179 }
 180 .jzy-section-heading{
 181   display:flex;
 182   align-items:center;
 183   gap:12px;
 184   margin:0 0 14px;
 185 }
 186 .jzy-section-heading h2{
 187   margin:0!important;
 188   padding:0!important;
 189   border:0!important;
 190   color:#c7fff2!important;
 191   font-size:30px!important;
 192   font-weight:900!important;
 193   line-height:1.2!important;
 194   text-shadow:0 3px 10px rgba(0,0,0,.34)!important;
 195 }
 196 .jzy-section-heading h2::after{
 197   display:none!important;
 198 }
 199 .jzy-section-desc{
 200   margin:0 0 16px;
 201   color:#e5f5f1;
 202   line-height:1.85;
 203   text-shadow:0 2px 6px rgba(0,0,0,.24);
 204 }
 205 .jzy-glass{
 206   margin:18px 0;
 207   padding:22px 24px;
 208   background:
 209     radial-gradient(circle at 10% 0%,rgba(120,216,240,.10),transparent 34%),
 210     linear-gradient(135deg,rgba(8,43,58,.44),rgba(10,46,31,.30));
 211   border:1px solid rgba(126,204,218,.22);
 212   border-radius:18px;
 213   box-shadow:0 12px 26px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10);
 214   color:#eef8fb;
 215   line-height:1.86;
 216 }
 217 .jzy-grid-4,
 218 .jzy-grid-3,
 219 .jzy-island-grid,
 220 .jzy-point-grid,
 221 .jzy-route-grid{
 222   display:grid;
 223   gap:14px;
 224 }
 225 .jzy-grid-4{
 226   grid-template-columns:repeat(4,minmax(0,1fr));
 227 }
 228 .jzy-grid-3{
 229   grid-template-columns:repeat(3,minmax(0,1fr));
 230 }
 231 .jzy-island-grid{
 232   grid-template-columns:repeat(2,minmax(0,1fr));
 233 }
 234 .jzy-point-grid{
 235   grid-template-columns:repeat(2,minmax(0,1fr));
 236 }
 237 .jzy-route-grid{
 238   grid-template-columns:repeat(4,minmax(0,1fr));
 239 }
 240 .jzy-card{
 241   position:relative;
 242   overflow:hidden;
 243   padding:18px;
 244   border-radius:16px;
 245   background:rgba(8,43,58,.44);
 246   border:1px solid rgba(126,204,218,.20);
 247   box-shadow:0 10px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10);
 248 }
 249 .jzy-card::before{
 250   content:"";
 251   position:absolute;
 252   inset:0;
 253   background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 50%);
 254   pointer-events:none;
 255 }
 256 .jzy-card > *{
 257   position:relative;
 258 }
 259 .jzy-blue{background:rgba(8,74,88,.48);border-bottom:3px solid #16c3d0}
 260 .jzy-green{background:rgba(18,70,42,.48);border-bottom:3px solid #5ab878}
 261 .jzy-gold{background:rgba(98,67,20,.44);border-bottom:3px solid #d4a848}
 262 .jzy-rose{background:rgba(80,26,48,.44);border-bottom:3px solid #d95b91}
 263 .jzy-violet{background:rgba(42,30,80,.44);border-bottom:3px solid #8c78da}
 264 .jzy-card-title{
 265   margin:0 0 8px;
 266   color:#fff;
 267   font-size:18px;
 268   font-weight:900;
 269   line-height:1.35;
 270 }
 271 .jzy-card-text{
 272   margin:0;
 273   color:rgba(238,248,251,.82);
 274   font-size:14px;
 275   line-height:1.72;
 276 }
 277 .jzy-tag-row{
 278   display:flex;
 279   flex-wrap:wrap;
 280   gap:7px;
 281   margin:12px 0 0;
 282 }
 283 .jzy-tag{
 284   display:inline-flex;
 285   align-items:center;
 286   min-height:26px;
 287   padding:4px 9px;
 288   border-radius:999px;
 289   color:#dffbff;
 290   font-size:12px;
 291   font-weight:900;
 292   background:rgba(8,22,34,.34);
 293   border:1px solid rgba(126,204,218,.20);
 294 }
 295 .jzy-tag-open{
 296   color:#164554;
 297   background:linear-gradient(180deg,#c7fff2,#80e5e8);
 298 }
 299 .jzy-tag-locked{
 300   color:#4d3300;
 301   background:linear-gradient(180deg,#fff4c7,#f4cf78);
 302 }
 303 .jzy-island-card{
 304   display:grid;
 305   grid-template-columns:178px minmax(0,1fr);
 306   gap:16px;
 307   min-height:210px;
 308   padding:14px;
 309 }
 310 .jzy-island-media{
 311   position:relative;
 312   min-height:182px;
 313   border-radius:14px;
 314   overflow:hidden;
 315   background:
 316     linear-gradient(135deg,rgba(8,43,58,.54),rgba(10,46,31,.38)),
 317     repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 8px,transparent 8px,transparent 16px);
 318   border:1px solid rgba(126,204,218,.20);
 319 }
 320 .jzy-island-media span{
 321   position:absolute;
 322   left:12px;
 323   right:12px;
 324   bottom:12px;
 325   padding:8px 10px;
 326   border-radius:10px;
 327   color:#dffbff;
 328   font-size:12px;
 329   font-weight:900;
 330   text-align:center;
 331   background:rgba(4,24,36,.46);
 332   border:1px solid rgba(126,204,218,.20);
 333 }
 334 .jzy-island-body{
 335   align-self:center;
 336 }
 337 .jzy-island-top{
 338   display:flex;
 339   align-items:center;
 340   gap:12px;
 341   margin-bottom:8px;
 342 }
 343 .jzy-card-icon{
 344   flex:0 0 auto;
 345   display:grid;
 346   place-items:center;
 347   width:46px;
 348   height:46px;
 349   border-radius:13px;
 350   color:#fff;
 351   font-size:24px;
 352   font-weight:900;
 353   background:linear-gradient(180deg,rgba(78,206,185,.92),rgba(46,167,144,.92));
 354   border:2px solid rgba(190,255,235,.42);
 355   box-shadow:0 7px 15px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.22);
 356   overflow:hidden;
 357 }
 358 .jzy-island-title{
 359   margin:0;
 360   color:#fff;
 361   font-size:22px;
 362   font-weight:900;
 363   line-height:1.25;
 364   text-shadow:0 2px 8px rgba(0,0,0,.26);
 365 }
 366 .jzy-island-sub{
 367   margin:2px 0 0;
 368   color:#fff4c7;
 369   font-size:13px;
 370   font-weight:800;
 371 }
 372 .jzy-list{
 373   margin:10px 0 0;
 374   padding-left:0;
 375   list-style:none;
 376 }
 377 .jzy-list li{
 378   position:relative;
 379   margin:6px 0;
 380   padding-left:18px;
 381   color:rgba(238,248,251,.84);
 382   font-size:14px;
 383   line-height:1.62;
 384 }
 385 .jzy-list li::before{
 386   content:"";
 387   position:absolute;
 388   left:0;
 389   top:.68em;
 390   width:7px;
 391   height:7px;
 392   border-radius:50%;
 393   background:#78d8f0;
 394   box-shadow:0 0 8px rgba(120,216,240,.45);
 395 }
 396 .jzy-point-card{
 397   display:grid;
 398   grid-template-columns:44px minmax(0,1fr);
 399   gap:12px;
 400   align-items:start;
 401   padding:16px;
 402 }
 403 .jzy-point-icon{
 404   display:grid;
 405   place-items:center;
 406   width:44px;
 407   height:44px;
 408   border-radius:12px;
 409   color:#164554;
 410   font-size:18px;
 411   font-weight:900;
 412   background:linear-gradient(180deg,#fff4c7,#f4cf78);
 413   border:1px solid rgba(255,255,255,.26);
 414   box-shadow:0 7px 15px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.34);
 415   overflow:hidden;
 416 }
 417 .jzy-point-icon img{
 418   width:100%;
 419   height:100%;
 420   object-fit:contain;
 421   display:block;
 422 }
 423 .jzy-point-card h3{
 424   margin:0 0 6px!important;
 425   color:#c7fff2!important;
 426   font-size:17px!important;
 427   font-weight:900!important;
 428   line-height:1.3!important;
 429 }
 430 .jzy-point-card p{
 431   margin:0;
 432   color:rgba(238,248,251,.82);
 433   font-size:14px;
 434   line-height:1.66;
 435 }
 436 .jzy-gallery{
 437   display:grid;
 438   grid-template-columns:1.35fr .65fr;
 439   gap:14px;
 440 }
 441 .jzy-gallery .jzy-image-slot{
 442   min-height:250px;
 443 }
 444 .jzy-gallery-stack{
 445   display:grid;
 446   gap:14px;
 447 }
 448 .jzy-gallery-stack .jzy-image-slot{
 449   min-height:118px;
 450 }
 451 .jzy-step{
 452   padding:18px 16px;
 453 }
 454 .jzy-step-num{
 455   display:inline-grid;
 456   place-items:center;
 457   width:34px;
 458   height:34px;
 459   margin-bottom:10px;
 460   border-radius:11px;
 461   color:#164554;
 462   font-weight:900;
 463   background:linear-gradient(180deg,#fff4c7,#f4cf78);
 464   box-shadow:inset 0 1px 0 rgba(255,255,255,.34);
 465 }
 466 .jzy-side-toc{
 467   position:fixed;
 468   top:50%;
 469   right:64px;
 470   width:176px;
 471   padding:12px;
 472   background:
 473     radial-gradient(circle at 18% 0%,rgba(120,216,240,.14),transparent 36%),
 474     linear-gradient(145deg,rgba(8,43,58,.62),rgba(10,46,31,.46));
 475   border:1px solid rgba(126,204,218,.24);
 476   border-radius:16px;
 477   box-shadow:0 14px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.11);
 478   z-index:60;
 479   backdrop-filter:blur(4px) saturate(115%);
 480   -webkit-backdrop-filter:blur(4px) saturate(115%);
 481   transform:translateY(-50%);
 482 }
 483 .jzy-side-toc-title{
 484   margin:0 0 10px;
 485   padding-bottom:8px;
 486   color:#fff4c7;
 487   font-size:15px;
 488   font-weight:900;
 489   text-align:center;
 490   border-bottom:1px solid rgba(244,207,120,.28);
 491 }
 492 .jzy-side-toc a{
 493   display:block;
 494   margin:5px 0;
 495   padding:7px 9px;
 496   border-radius:10px;
 497   color:#d6eee6!important;
 498   text-decoration:none!important;
 499   font-size:12px;
 500   font-weight:800;
 501   line-height:1.2;
 502   background:rgba(255,255,255,.045);
 503   border:1px solid rgba(255,255,255,.055);
 504 }
 505 .jzy-side-toc a:hover{
 506   color:#fff4c7!important;
 507   background:rgba(244,207,120,.13);
 508   border-color:rgba(244,207,120,.30);
 509 }
 510 @media(max-width:1480px){
 511   .jzy-world{max-width:calc(100vw - 500px)}
 512   .jzy-side-toc{right:52px}
 513   .jzy-island-card{grid-template-columns:150px minmax(0,1fr)}
 514 }
 515 @media(max-width:1279px){
 516   .jzy-world{max-width:100%;margin:0}
 517   .jzy-side-toc{display:none}
 518 }
 519 @media(max-width:900px){
 520   .jzy-hero,
 521   .jzy-island-card,
 522   .jzy-gallery{
 523     grid-template-columns:1fr;
 524   }
 525   .jzy-grid-4,
 526   .jzy-grid-3,
 527   .jzy-island-grid,
 528   .jzy-point-grid,
 529   .jzy-route-grid{
 530     grid-template-columns:1fr;
 531   }
 532   .jzy-hero-notes{
 533     grid-template-columns:1fr;
 534   }
 535   .jzy-title{font-size:34px}
 536   .jzy-image-slot img,
 537   .jzy-island-img{
 538     min-height:180px;
 539   }
 540 }
 541 @media(max-width:560px){
 542   .jzy-hero,
 543   .jzy-glass{
 544     padding:20px 16px;
 545     border-radius:16px;
 546   }
 547   .jzy-title-row{
 548     align-items:flex-start;
 549   }
 550   .jzy-title-icon{
 551     width:48px;
 552     height:48px;
 553     border-radius:14px;
 554     font-size:24px;
 555   }
 556   .jzy-title{font-size:30px}
 557   .jzy-section-heading h2{font-size:24px!important}
 558 }
 559 </style>
 560

561

562
页面目录
 563   <a href="#world-top">页面顶部</a>
 564   <a href="#world-overview">世界总览</a>
 565   <a href="#world-home">个人海岛</a>
 566   <a href="#world-islands">岛屿图鉴</a>
 567   <a href="#world-jingcheng">璟城主城</a>
 568   <a href="#world-points">璟城点位</a>
 569   <a href="#world-gallery">地图图册</a>
 570   <a href="#world-route">探索路线</a>
571
 572

573

 574   
 575
 576   <section class="jzy-hero">
577
578
江中缘 Wiki · 游戏资讯
579
580

海岛大世界

581
582

583 海岛大世界是江中缘玩家探索、传送、成长与社交的主要舞台。玩家以个人海岛作为长期据点,从璟城完成整备与传送,再前往地下城和未来开放的主题岛屿,展开采集、战斗、交易、 建设与冒险。 584

585
586
个人据点建造、装饰、种植、储物与协作者管理。
587
主城枢纽传送、工坊、商店、任务与社区系统集中地。
588
探索区域地下城挑战与后续岛屿内容会逐步扩展。
589
590
591
 592       
 593       世界地图图片位置
594
 595   </section>
 596
597
 598
 599   
600
601

世界总览

602
603

604 海岛大世界不是单一地图,而是由个人海岛、璟城主城、地下城以及多个主题岛屿组成的区域网络。不同岛屿承担不同功能,有的负责新手成长与经营,有的承担交易与工坊,有的则用于探 索、战斗和资源获取。 605

 606
607
608
609

海岛经营

610

玩家从自己的海岛开始,逐步建设家园、整理资源,并把海岛打造成长期发展的据点。

611
612
613

主城交互

614

璟城承担传送、商贸、工坊、任务与玩家交流功能,是大多数冒险开始前的准备区。

615
616
617

区域探索

618

地下城和主题岛屿会提供不同环境、怪物、资源与挑战内容,形成持续探索目标。

619
620
621

成长循环

622

采集资源、提升技能、强化装备、完成挑战,再把收益投入到海岛与角色成长中。

623
624
 625
626
 627
 628   
629
630

个人海岛

631
632
 633     个人海岛是玩家进入江中缘后的长期据点,也是新手最先接触的经营区域。玩家可以在这里建造建筑、摆放装饰、整理仓储、规划功能区,并通过海岛菜单管理自己的岛屿权限与协作者。
 634     

635 对刚进入蓬莱世界的玩家来说,个人海岛可以作为熟悉系统的起点:先完成基础引导,学习如何回到海岛、如何使用菜单、如何整理资源,再逐步前往璟城和其他区域扩展玩法。
636
 637
638
639
640

建设与装饰

641

规划房屋、道路、仓库、农田与展示区,让自己的海岛逐渐形成独特风格。

642
643
644

资源整理

645

把采集、战斗、任务获得的物品集中存放,方便后续合成、交易和升级使用。

646
647
648

协作管理

649

可以邀请信任的玩家一起建设,但建议先确认权限,避免误操作造成损失。

650
651
 652
653
 654
 655   
656
657

岛屿图鉴

658
659

660 下方预留了每座岛屿的图片位置。后续如果你有岛屿截图、地图缩略图或专属图标,可以直接替换对应图片区域,让玩家更直观地认识每个区域。 661

 662
663
 664     <article class="jzy-card jzy-island-card jzy-blue">
665
 666         <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/7/70/%E4%B8%AA%E4%BA%BA%E6%B5%B7%E5%B2%9B.png?20260722052731" alt="个人海岛">
667
668
669
670
671

个人海岛

672

新手起点 · 长期据点

673
674
675

适合建造家园、整理资源、布置装饰、规划农田与邀请协作者。

676
已开放经营建设
677
 678     </article>
 679
 680     <article class="jzy-card jzy-island-card jzy-green">
681
 682         <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/0/0b/%E7%92%9F%E5%9F%8E.png?20260722052825" alt="璟城">
683
684
685
686
687

璟城

688

主城枢纽 · 旅程起点

689
690
691

群岛世界的起点,也是传送、商业、工坊、社区系统与玩家交汇的核心区域。

692
已开放主城传送
693
 694     </article>
 695
 696     <article class="jzy-card jzy-island-card jzy-violet">
697 700
701
702
703

地下城

704

副本挑战 · 隐藏房间

705
706
707

踏入神秘地下城,探索错综复杂的区域与隐藏房间,迎战守卫与首领,收集珍稀战利品。

708
挑战区域战斗奖励
709
 710     </article>
 711
 712     <article class="jzy-card jzy-island-card jzy-gold">
713
 714         <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/9/97/%E9%87%91%E6%B2%99%E5%B2%9B.png?20260722052759" alt="金沙岛">
715
716
717
718
719

金沙岛

720

沙漠主题 · 待开放区域

721
722
723

以沙漠、遗迹和炎热环境为主要印象,后续可作为宝藏、矿产或商贸探险岛屿展示。

724
未解锁遗迹探索
725
 726     </article>
 727
 728     <article class="jzy-card jzy-island-card jzy-blue">
729
 730         <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/7/7f/%E5%86%B0%E5%B7%9D%E5%B2%9B.png?20260722052510" alt="冰川岛">
731
732
733
734
735

冰川岛

736

寒地主题 · 待开放区域

737
738
739

冰雪环境下的未来探索区域,可用于展示寒地资源、特殊怪物和高阶冒险内容。

740
未解锁冰雪资源
741
 742     </article>
 743
 744     <article class="jzy-card jzy-island-card jzy-green">
745
 746         <img class="jzy-island-img" src="https://wiki.mcjzy.net/images/1/19/%E8%8B%8D%E7%99%BD%E6%A3%AE%E6%9E%97%E5%B2%9B.png?20260722052534" alt="苍白森林岛">
747
748
749
750
751

苍白森林岛

752

森林主题 · 待开放区域

753
754
755

神秘森林风格的未来区域,可承载森林资源、怪物探索、隐藏任务与冒险路线。

756
未解锁森林冒险
757
 758     </article>
759
 760
761
 762
 763   
764
765

璟城主城

766
767
 768     璟城是群岛世界的起点,也是秩序与繁华的交汇之地。在这里,玩家可以规划旅程、选择方向、进行传送、接触工坊与商业系统。大多数冒险在出发前,都可以先回到璟城完成补给与准备。
769
 770
771
772
773

传送与路线

774

通过传送石前往不同区域,是玩家进入岛屿与点位的主要方式。

775
776
777

商业与工坊

778

方块中心、茶韵轩、裁缝工坊、饰品工坊、匠心工坊等点位集中在这里。

779
780
781

社区与交流

782

社区枢纽人流集中,适合认识玩家、寻找伙伴或了解服务器内容。

783
784
785

资源与支线

786

矿区、钓鱼点、猎手相关区域和生活设施都能从璟城延伸出去。

787
788
 789
790
 791
 792   
793
794

璟城点位

795
796

797 这些点位来自璟城内的传送与区域介绍。后续如果有每个点位的截图,可以将小图标或截图补到对应卡片里。 798

 799
800
801
802 803

蓝湾酒吧

老叔卖酒的地方,也可能提供带有特殊效果的饮品。适合作为休闲与补给类点位记录。

804
805
806 807

蜘蛛岛

较危险的战斗区域,奖励也更丰厚。与猎手小屋相关,适合放入怪物、掉落与猎手玩法说明。

808
809
810 811

表层矿区

包含表层、上层、中层、下层矿区。矿石种类较多,也需要注意区域内的怪物。

812
813
814 815

议事大礼堂

繁华核心区域,与风尚小馆、方块中心、茶韵轩相关,适合购买和了解多类日常物品。

816
817
818 819

社区枢纽

系统与工坊集中地,关联博物馆、日新集市、战果交易间、多个工坊与环球市集。

820
821
822 823

矿山静池

位于南境岛中央,环境安静,适合垂钓与短暂停留,也可关联中华小食府。

824
825
826 827

花卉小屋

出售各类装饰物,可用于装饰领地。与茶韵轩、方块中心形成生活装饰路线。

828
829
830 831

垂钓小屋

鱼类资源丰富,适合钓鱼玩家前往。可关联家具天地与烹饪工坊。

832
833
834 835

畜牧岛

动物较多,也可能产出畜牧相关资源。适合记录动物、材料与生活玩法内容。

836
837
838 839

畜牧岛小屋

畜牧相关入口点,可作为畜牧岛路线中的补充说明。

840
841
842 843

禅心碧潭

山恋如墨、云雾轻绕,适合放入风景、休闲、钓鱼或观光类说明。

844
845
846 847

未知区域

当前暂未开放,后续可以在区域解锁后补充名称、入口、功能与截图。

848
849
 850
851
 852
 853   
854
855

地图图册

856
857

858 这里预留给后续上传地图总览、岛屿实景或点位截图。建议优先放世界地图、璟城地图和地下城入口图,玩家会更容易理解路线。 859

 860
861