Skip to content

Commit

Permalink
沒有活動時增加提示訊息
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Dec 15, 2023
1 parent 5013e0e commit 5cf6e81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/home/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
gap: 2rem;
}

.events-container:empty::after {
content: "近期沒有即將舉行的活動 TAT";
color: #e0e2e9;
text-align: center;
padding: 1rem;
border-radius: 1rem;
background-color: #0E1133;
transition: 200ms;
}

.event-card {
padding: 1rem;
border-radius: 1rem;
Expand Down

0 comments on commit 5cf6e81

Please sign in to comment.