diff --git a/src/assets/json/events.json b/src/assets/json/events.json index 1b82ffa5..9b2b326b 100644 --- a/src/assets/json/events.json +++ b/src/assets/json/events.json @@ -21,6 +21,7 @@ "id": 3, "title": "AiDA Global Design Awards 2026", "imgUrl": "/image/events/award-poster.gif", + "tips": "For inquiries: awards2026@code-create.com.hk", "textList": [ { "paragraph": [ diff --git a/src/assets/json/events_cn.json b/src/assets/json/events_cn.json index 8ad026b2..695add7d 100644 --- a/src/assets/json/events_cn.json +++ b/src/assets/json/events_cn.json @@ -21,6 +21,7 @@ "id": 3, "title": "AiDA全球设计奖 2026", "imgUrl": "/image/events/award-poster-zh.gif", + "tips": "如有疑问,请联系:awards2026@code-create.com.hk", "textList": [ { "paragraph": [ diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue index 8bc4304c..3ef63ea0 100644 --- a/src/component/Events/eventsDetail.vue +++ b/src/component/Events/eventsDetail.vue @@ -47,6 +47,7 @@ v-detailText="introItem.text" > +
{{ eventsDetail.tips }}
@@ -305,4 +306,9 @@ export default defineComponent({ white-space: nowrap; cursor: pointer; } +.tips{ + color: rgba(0, 0, 0, 0.45); + font-size: var(--aida-fsize1-4); + font-weight: 400; +}