diff --git a/src/assets/images/award/upload.png b/src/assets/images/award/upload.png new file mode 100644 index 00000000..1c1901f6 Binary files /dev/null and b/src/assets/images/award/upload.png differ diff --git a/src/views/AwardPage/apply.vue b/src/views/AwardPage/apply.vue index b5337d90..44ca2d79 100644 --- a/src/views/AwardPage/apply.vue +++ b/src/views/AwardPage/apply.vue @@ -2,83 +2,155 @@
+ name="form" + ref="formRef" + layout="vertical" + :model="form" + :rules="rulesRef" + autocomplete="off"> - - +
+
+ + + +

Click to upload or drag and drop

+

Video file(MP4, MOV), max 20MB

+
+
+
+
+
Terms & Conditions
+
+
+ + {{ item.text }} +
+
+
- +
-
Check your email
+
Check your email
Enter the 6-digital code sent to
- +
+ +
Verify
+
+ {{ isCountingDown ? `Resend Code in ${formatCountdown(countdown)}` : 'Resend' }} +
\ No newline at end of file +input { + width: 6rem; + height: 6rem; + border: 0.2rem solid #e6e6e6; + border-radius: 0.8rem; + text-align: center; + font-size: 2.4rem; + line-height: 6rem; + outline: none; + background-color: #f6f6f4; +} +input:last-of-type { + margin-right: 0; +} +input:disabled { + color: #000; + background-color: #f6f6f4; +} +.msg { + text-align: center; +} +