Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/TwelveOrderStars/2_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/2_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/2_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/2_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/2_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/2_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/TwelveOrderStars/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions assets/images/TwelveOrderStars/process.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/TwelveOrderStars/process_1_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 124 additions & 0 deletions assets/images/TwelveOrderStars/time.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 58 additions & 5 deletions pages/TwelveOrderStars.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,64 @@ <h4 class="detail">发射地点:酒泉卫星发射基地</h4>
</div>
</div>
<div class="page">
<h1 style="
color: rgba(255, 255, 255, 1);
">
Page Two
</h1>
<!-- 发射的六个过程,通过JS控制全过程 -->
<div class="parts">
<div class="part">
<div class="stage-info">
<div class="line"></div>
<div class="name">一过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
<div class="part">
<div class="stage-info">
<div class="line"></div>
<div class="name">二过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
<div class="part">
<div class="stage-info">
<div class="line"></div>
<div class="name">三过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
<div class="part">
<div class="stage-info">
<div class="line"></div>
<div class="name">四过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
<div class="part">
<div class="stage-info">
<div class="line"></div>
<div class="name">五过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
<div class="part">
<div class="stage-info">
<div class="name">六过程</div>
<div class="intro">解释文字解释文字解释文字解释文字dawdadawdawdawdadadawdawdadwad</div>
<div class="live-img"></div>
</div>
</div>
</div>
<div class="process">
<div class="arrow"></div>
</div>
<div class="info">发射全过程</div>
<div class="time">
<div class="digit">10</div>
<div class="second">秒</div>
</div>
</div>
<div class="page">
<div class="content">
Expand Down
Loading