From aa193f08cb031e0adba97f3342c2ee740f5ff5e7 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 20 Jan 2026 15:42:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=A1=B5=E9=9D=A2=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AwardPage/components/ApplySection.vue | 209 ++++++++ .../AwardPage/components/JudgesSection.vue | 227 +++++++++ .../AwardPage/components/PrizesSection.vue | 234 +++++++++ .../AwardPage/components/SelectionSection.vue | 173 +++++++ src/views/AwardPage/index.vue | 469 +----------------- 5 files changed, 851 insertions(+), 461 deletions(-) create mode 100644 src/views/AwardPage/components/ApplySection.vue create mode 100644 src/views/AwardPage/components/JudgesSection.vue create mode 100644 src/views/AwardPage/components/PrizesSection.vue create mode 100644 src/views/AwardPage/components/SelectionSection.vue diff --git a/src/views/AwardPage/components/ApplySection.vue b/src/views/AwardPage/components/ApplySection.vue new file mode 100644 index 00000000..ba40b94c --- /dev/null +++ b/src/views/AwardPage/components/ApplySection.vue @@ -0,0 +1,209 @@ + + + + + diff --git a/src/views/AwardPage/components/JudgesSection.vue b/src/views/AwardPage/components/JudgesSection.vue new file mode 100644 index 00000000..a0db9a18 --- /dev/null +++ b/src/views/AwardPage/components/JudgesSection.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/src/views/AwardPage/components/PrizesSection.vue b/src/views/AwardPage/components/PrizesSection.vue new file mode 100644 index 00000000..f8823289 --- /dev/null +++ b/src/views/AwardPage/components/PrizesSection.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/src/views/AwardPage/components/SelectionSection.vue b/src/views/AwardPage/components/SelectionSection.vue new file mode 100644 index 00000000..82a314bb --- /dev/null +++ b/src/views/AwardPage/components/SelectionSection.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/src/views/AwardPage/index.vue b/src/views/AwardPage/index.vue index 0abb68a5..3a04df79 100644 --- a/src/views/AwardPage/index.vue +++ b/src/views/AwardPage/index.vue @@ -114,142 +114,20 @@ -
-
Panel of Judges
- -
Expertise
-
-
- -
{{ item.name }}
-
{{ item.desc }}
-
-
-
-
-
-
Award & Prizes
- -
Recongnition
-
-
-
-
{{ item.money }}
-
{{ item.name }}
-
-
- {{ el }} -
-
-
-
-
-
-
How to Apply
-
Requirments
-
-
-
-
- -
{{ item.type }}
-
-
- {{ el }} -
-
-
-
-
-
-
- -
{{ rightRequirment.type }}
-
-
- {{ el }} -
-
-
-
-
-
-
-
Selection Criteria
- -
Evaluation
-
-
- -
{{ item.name }}
-
{{ item.desc }}
-
-
-
+ + + +