Files
KSP_project/data/wiki/guanghan_bl03_gallery_zh.html

197 lines
9.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<style>
.wiki-article { max-width: 1180px; margin: 0 auto; padding: 24px 32px 48px; color: #202122; background: #fff; font-family: sans-serif; font-size: 14px; line-height: 1.65; }
.wiki-article h1 { font-family: "Linux Libertine", Georgia, serif; font-weight: normal; border-bottom: 1px solid #a2a9b1; margin: 0 0 8px; font-size: 2.15em; }
.wiki-article h2 { font-family: "Linux Libertine", Georgia, serif; font-weight: normal; border-bottom: 1px solid #a2a9b1; clear: both; margin: 1.35em 0 0.6em; padding-bottom: 0.18em; font-size: 1.55em; }
.wiki-article p { margin: 0.45em 0 0.85em; }
.wiki-article a { color: #0645ad; text-decoration: none; }
.wiki-article a:hover { text-decoration: underline; }
.wiki-article img { max-width: 100%; height: auto; }
.wiki-article .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin: 1em 0; }
.wiki-article .gallery-item { border: 1px solid #c8ccd1; background: #f8f9fa; padding: 4px; font-size: 88%; line-height: 1.4; }
.wiki-article .gallery-item img { display: block; width: 100%; cursor: zoom-in; }
.wiki-article .gallery-item .thumbcaption { padding: 4px 2px 2px; }
@media (max-width: 820px) { .wiki-article { padding: 18px 16px 36px; } .gallery-grid { grid-template-columns: 1fr; } }
/* mission-gallery-enhancements:start */
.wiki-article .gallery-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
align-items: stretch;
}
.wiki-article .gallery-item {
display: grid;
grid-template-rows: auto 1fr;
overflow: hidden;
content-visibility: auto;
contain-intrinsic-size: 340px 300px;
}
.wiki-article .gallery-item img[data-wiki-asset] {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: contain;
background: #202122;
cursor: zoom-in;
}
.wiki-article .gallery-item .thumbcaption {
padding: 8px 7px 7px;
}
.wiki-article .gallery-notice {
margin: 1em 0 1.25em;
padding: 10px 12px;
border-left: 4px solid #36c;
background: #f1f4fd;
color: #202122;
}
.wiki-article .image-placeholder {
position: relative;
border: 1px dashed #72777d;
background: linear-gradient(135deg, #f8f9fa, #eaecf0);
color: #54595d;
}
.wiki-article.gallery-planning .gallery-grid {
grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
gap: 12px;
}
.wiki-article.gallery-planning .gallery-item {
display: block;
content-visibility: visible;
contain-intrinsic-size: none;
border-color: #a2a9b1;
background: #fff;
box-shadow: 0 1px 2px rgba(32, 33, 34, 0.08);
}
.wiki-article.gallery-planning .image-placeholder {
min-height: 0 !important;
display: block;
padding: 14px 14px 12px;
border: 0;
border-left: 4px solid #72777d;
background: #f8f9fa;
color: #202122;
text-align: left;
font-size: 13px;
font-weight: 600;
line-height: 1.65;
}
.wiki-article.gallery-planning .gallery-item .thumbcaption {
padding: 10px 14px 12px;
border-top: 1px solid #eaecf0;
color: #54595d;
}
.wiki-article.gallery-planning > .image-placeholder {
min-height: 0;
padding: 22px 18px;
border-left: 4px solid #72777d;
}
.wiki-image-lightbox {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(32, 33, 34, 0.88);
z-index: 10000;
box-sizing: border-box;
}
.wiki-image-lightbox[hidden] { display: none; }
.wiki-image-lightbox-panel {
position: relative;
display: grid;
grid-template-columns: 44px minmax(0, 1fr) 44px;
grid-template-areas: "close close close" "prev image next" "counter caption caption";
gap: 8px;
width: min(1320px, 96vw);
max-height: 94vh;
overflow: auto;
margin: 0;
padding: 10px;
border: 1px solid #a2a9b1;
background: #fff;
box-shadow: 0 12px 38px rgba(0, 0, 0, 0.35);
box-sizing: border-box;
}
.wiki-image-lightbox-panel > img {
grid-area: image;
width: 100%;
height: min(78vh, 900px);
object-fit: contain;
background: #000;
}
.wiki-image-lightbox-close {
grid-area: close;
justify-self: end;
position: static;
float: none;
width: 34px;
height: 34px;
margin: 0;
border: 1px solid #a2a9b1;
border-radius: 3px;
background: #eaecf0;
color: #202122;
font-size: 22px;
line-height: 30px;
cursor: pointer;
}
.wiki-image-lightbox-close:hover,
.wiki-image-lightbox-close:focus { background: #fff; }
.wiki-image-lightbox-prev { grid-area: prev; }
.wiki-image-lightbox-next { grid-area: next; }
.wiki-image-lightbox-nav {
align-self: center;
width: 40px;
height: 56px;
border: 1px solid #a2a9b1;
border-radius: 3px;
background: #eaecf0;
color: #202122;
font-size: 26px;
cursor: pointer;
}
.wiki-image-lightbox-nav:hover,
.wiki-image-lightbox-nav:focus { background: #fff; }
.wiki-image-lightbox-counter { grid-area: counter; color: #54595d; white-space: nowrap; }
.wiki-image-lightbox-panel .thumbcaption { grid-area: caption; padding: 0 4px 3px; }
body.wiki-image-lightbox-open { overflow: hidden; }
@media (max-width: 820px) {
.wiki-article .gallery-grid { grid-template-columns: 1fr; }
.wiki-image-lightbox-panel {
grid-template-columns: 36px minmax(0, 1fr) 36px;
width: 98vw;
}
.wiki-image-lightbox-panel > img { height: 70vh; }
.wiki-image-lightbox-nav { width: 34px; height: 48px; }
}
/* mission-gallery-enhancements:end */
</style>
<article class="mw-parser-output wiki-article">
<h1 id="top">冰轮部署任务-03 任务图集</h1>
<p style="margin-bottom:1.5em;"><a href="/home/mission/Guanghan_Program/BL-03">← 返回任务页</a> 共 6 张影像,按任务阶段排列</p>
<p style="margin-bottom:1.5em;"><b>任务图集导航</b><a href="/home/mission/Guanghan_Program/BL-02/Gallery">← BL-02 图集</a></p>
<p>冰轮部署任务-03 是冰轮着陆器 Block 2 的首航——燃料箱延长至 36.7 m 全高,内部燃料容量从 96.6 吨提升至 121.6 吨,取消顶部保温箱改以 32 层 MLI 增强层替代。以下影像记录了冰轮三号从发射到加入东方海编队的全过程。</p>
<h2>发射</h2>
<div class="gallery-grid">
<div class="gallery-item"><img src="/guanghan-bl-03/bl3_launch.png" alt="冰轮3号发射" data-wiki-asset="/guanghan-bl-03/bl3_launch.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">长征十六号运载火箭搭载冰轮三号(Block 2 货运型)从文昌发射场升空。冰轮三号全高 36.7 m——比 Block 1 高出 6.5 m——肉眼可见箭体长细比更大。</div></div>
<div class="gallery-item"><img src="/guanghan-bl-03/bl3_launch2.png" alt="冰轮3号发射" data-wiki-asset="/guanghan-bl-03/bl3_launch2.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">同一发射的另一视角。15 台 YF-215X 发动机的淡蓝色甲烷尾焰在上升段清晰可辨——全流量补燃循环几乎不产生碳烟沉积。</div></div>
</div>
<h2>地月转移与着陆</h2>
<div class="gallery-grid">
<div class="gallery-item"><img src="/guanghan-bl-03/bl3_loi.png" alt="冰轮3号近月制动" data-wiki-asset="/guanghan-bl-03/bl3_loi.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">冰轮三号执行近月制动进入 LLO——此时正值广寒基地建设任务-03 任务期间,嫦娥 4 号乘组正在广寒基地执行电力模块安装。冰轮三号将在 LLO 等待着陆窗口。</div></div>
<div class="gallery-item"><img src="/guanghan-bl-03/bl3_descent_burn.png" alt="月面主减速段" data-wiki-asset="/guanghan-bl-03/bl3_descent_burn.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">冰轮三号从 LLO 开始动力下降。Hecate 主发动机以全推力进行主减速——Block 2 增加的燃料容量使着陆段拥有更充裕的 Δv 裕度。下方为月球东方海盆地的玄武岩月面。</div></div>
<div class="gallery-item"><img src="/guanghan-bl-03/bl3_landing.png" alt="月面着陆" data-wiki-asset="/guanghan-bl-03/bl3_landing.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">冰轮三号成功着陆于东方海广寒基地附近。着陆后冰轮编队增至三艘——冰轮一号(Block 1, ISRU)、冰轮二号(Block 1, 货运)和冰轮三号(Block 2, 大运力货运)。三艘冰轮的总燃料上行能力(单次 LLO 交付)超过 250 吨液氢液氧。</div></div>
</div>
<h2>冰轮编队</h2>
<div class="gallery-grid">
<div class="gallery-item"><img src="/guanghan-bl-03/bl_fleet_three.png" alt="三艘冰轮编队" data-wiki-asset="/guanghan-bl-03/bl_fleet_three.png" loading="lazy" decoding="async" fetchpriority="low"><div class="thumbcaption">广寒基地冰轮编队全景——从左往右依次为:冰轮三号(Block 2,最高/最宽)、冰轮二号(Block 1,左侧)、冰轮一号(Block 1,最右侧,ISRU 设备可见)。三艘冰轮围绕广寒核心舱呈弧形分布,构成广寒基地物流体系的月面支撑节点。冰轮一号将在后续任务中拆除 ISRU 模块、转为货运型,届时整个编队将实现单一物流职能。</div></div>
</div>
<p style="margin-top:1.5em;"><b>任务图集导航</b><a href="/home/mission/Guanghan_Program/BL-02/Gallery">← BL-02 图集</a></p>
<p style="margin-top:1.5em;"><a href="/home/mission/Guanghan_Program/BL-03">← 返回任务页</a></p>
</article>