Skip to content

Commit

Permalink
modify: Update second stage sign up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrin-Lin committed May 21, 2024
1 parent f873479 commit a7022d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion my-app/src/page/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ export const Info = () => {
<div class="lesson">
<div>
<h2>報名時間</h2>
<p>第一階段:113 年 4 月 20 日 至 113 年 5 月 20 日</p>
<p>
<del class="time_up">第一階段:113 年 4 月 20 日 至 113 年 5 月 20 日</del>(已截止)
</p>
<p>第一階段錄取名單公布:113 年 5 月 27 日</p>
<p>第一階段繳費期限:113 年 6 月 1 日</p>
<p>第二階段:113 年 6 月 1 日 至 113 年 6 月 7 日</p>
</div>
<img
src={require("../image/google_icon/clock.png")}
Expand Down
4 changes: 4 additions & 0 deletions my-app/src/style/_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,7 @@
color: $yellow-1;
text-decoration: underline $yellow-1;
}

.time_up {
color: red;
}

0 comments on commit a7022d9

Please sign in to comment.