-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ae516c8
Showing
8 changed files
with
251 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
haidilao-black.henrywu.tw |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-TW"> | ||
<head> | ||
<title>Henry 的海底撈黑海會員之路</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="Henry 距離海底撈黑海會員還需要多少積分呢?"> | ||
<link rel="stylesheet" href="tocas.min.css" /> | ||
<style> | ||
@font-face { | ||
font-family: 'icomoon'; | ||
src: url('fonts/icomoon.eot?6smp2p'); | ||
src: url('fonts/icomoon.eot?6smp2p#iefix') format('embedded-opentype'), | ||
url('fonts/icomoon.ttf?6smp2p') format('truetype'), | ||
url('fonts/icomoon.woff?6smp2p') format('woff'), | ||
url('fonts/icomoon.svg?6smp2p#icomoon') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: block; | ||
} | ||
|
||
[class^="icon-"], [class*=" icon-"] { | ||
font-family: 'icomoon' !important; | ||
speak: never; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.icon-trophy:before { | ||
content: "\e900"; | ||
} | ||
.icon-check-circle:before { | ||
content: "\e901"; | ||
} | ||
|
||
.progress-levels { | ||
text-align: right; | ||
line-height: 1rem; | ||
} | ||
|
||
.progress-levels .column { | ||
padding-top: .5rem; | ||
} | ||
|
||
.progress-levels small { | ||
display: block; | ||
text-align: right; | ||
font-size: .7rem; | ||
color: var(--ts-gray-500); | ||
} | ||
|
||
.ts-header small { | ||
font-size: 70%; | ||
color: var(--ts-gray-500); | ||
padding-left: 1rem; | ||
} | ||
|
||
.icon-trophy { | ||
position: absolute; | ||
bottom: -1rem; | ||
right: -1rem; | ||
font-size: 6rem; | ||
z-index: 0; | ||
opacity: .1; | ||
overflow: hidden; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="ts-container is-narrow has-vertically-padded-large"> | ||
<div class="ts-wrap is-vertical has-vertically-spaced-large is-relaxed"> | ||
<h1 class="ts-header is-big is-center-aligned">Henry 的海底撈黑海會員之路</h1> | ||
<div> | ||
<div class="ts-progress"> | ||
<div class="bar" style="--value: 88"> | ||
<div class="text">8,800</div> | ||
</div> | ||
</div> | ||
<div class="ts-grid progress-levels"> | ||
|
||
<div class="column " style="width: 16%" > | ||
銀海 | ||
<small> | ||
1,600 | ||
<span class="icon-check-circle"></span> | ||
</small> | ||
</div> | ||
|
||
<div class="column " style="width: 44%" > | ||
金海 | ||
<small> | ||
6,000 | ||
<span class="icon-check-circle"></span> | ||
</small> | ||
</div> | ||
|
||
<div class="column is-fluid" > | ||
黑海 | ||
<small> | ||
10,000 | ||
|
||
</small> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div class="ts-box" > | ||
<div class="ts-content"> | ||
<div class="ts-text is-label has-bottom-spaced-small">距離黑海會員還需要</div> | ||
<div class="ts-header is-large">1,200 積分 | ||
<small>( $ 6,000 )</small> | ||
</div> | ||
</div> | ||
<span class="icon-trophy"></span> | ||
</div> | ||
<div class="ts-box"> | ||
<table class="ts-table is-small"> | ||
<thead> | ||
<tr> | ||
<th>日期</th> | ||
<th>花費金額</th> | ||
<th>獲得積分</th> | ||
<th>累積積分</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr> | ||
<td>2025/1/20</td> | ||
<td>$ 500</td> | ||
<td>100</td> | ||
<td>8,800</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2025/1/20</td> | ||
<td>$ 500</td> | ||
<td>100</td> | ||
<td>8,700</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2025/1/17</td> | ||
<td>$ 1,345</td> | ||
<td>269</td> | ||
<td>8,600</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2025/1/6</td> | ||
<td>$ 880</td> | ||
<td>176</td> | ||
<td>8,331</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2025/1/5</td> | ||
<td>$ 3,410</td> | ||
<td>682</td> | ||
<td>8,155</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/12/25</td> | ||
<td>$ 3,785</td> | ||
<td>757</td> | ||
<td>7,473</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/12/8</td> | ||
<td>$ 3,650</td> | ||
<td>730</td> | ||
<td>6,716</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/12/4</td> | ||
<td>$ 2,600</td> | ||
<td>520</td> | ||
<td>5,986</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/11/20</td> | ||
<td>$ 6,155</td> | ||
<td>1,231</td> | ||
<td>5,466</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/10/20</td> | ||
<td>$ 3,815</td> | ||
<td>763</td> | ||
<td>4,235</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/9/12</td> | ||
<td>$ 5,495</td> | ||
<td>1,099</td> | ||
<td>3,472</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/7/30</td> | ||
<td>$ 6,030</td> | ||
<td>1,206</td> | ||
<td>2,373</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/7/21</td> | ||
<td>$ 2,340</td> | ||
<td>468</td> | ||
<td>1,167</td> | ||
</tr> | ||
|
||
<tr> | ||
<td>2024/4/17</td> | ||
<td>$ 3,495</td> | ||
<td>699</td> | ||
<td>699</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.