style: 样式修复

This commit is contained in:
2026-03-31 13:39:50 +08:00
parent aac25b05fe
commit 2d335399f5
7 changed files with 39 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ export default {
], ],
step3Title: 'Step 3. Prepare Your Submission', step3Title: 'Step 3. Prepare Your Submission',
processVideo: 'Process Video', processVideo: 'Process Video',
processVideoDesc: 'Include a screenrecorded video of\nyour creative process\nusing AiDA.', processVideoDesc: 'Include a screenrecorded video of your creative process using AiDA.',
videoRequirements: 'Video requirements:', videoRequirements: 'Video requirements:',
videoFormat: 'Format: MP4', videoFormat: 'Format: MP4',
videoResolution: 'Resolution: 1080×1920 px', videoResolution: 'Resolution: 1080×1920 px',
@@ -82,7 +82,7 @@ export default {
judgesHat: { judgesHat: {
jae: 'Code-Create Branch Director\nBesfxxk creative director\n(Korea)', jae: 'Code-Create Branch Director\nBesfxxk creative director\n(Korea)',
diego: 'Co-founder & Chief Father\nOfficer of OnTheList\n(Hong Kong)', diego: 'Co-founder & Chief Father\nOfficer of OnTheList\n(Hong Kong)',
gregory: 'Senior Designer at\nGabriela Heasrst (Italy)', gregory: 'Senior Designer at\nGabriela Hearst (Italy)',
vincenzo: 'Chief Editor of SCMP Style\n(Hong Kong)', vincenzo: 'Chief Editor of SCMP Style\n(Hong Kong)',
tim: 'Group Fashion Director of\n Modern Media Group\n(Shanghai)', tim: 'Group Fashion Director of\n Modern Media Group\n(Shanghai)',
desmond: 'Chief Editor of Vogue\n(Singapore)' desmond: 'Chief Editor of Vogue\n(Singapore)'
@@ -136,7 +136,7 @@ export default {
receivingOutfits: 'Receiving Outfits', receivingOutfits: 'Receiving Outfits',
fromFinalistsLabel: 'from Finalists', fromFinalistsLabel: 'from Finalists',
timeOctober: 'October', timeOctober: 'October',
receivingOutfitsDesc: 'Finalists send one physical outfit to Code-Create (address to advise)', receivingOutfitsDesc: 'Finalists send one physical outfit to Code-Create (address to advise).',
awardCeremony: 'Award', awardCeremony: 'Award',
ceremonyLabel: 'Ceremony', ceremonyLabel: 'Ceremony',
timeNov12: 'Nov 12', timeNov12: 'Nov 12',

View File

@@ -119,7 +119,7 @@ export default {
timelineApplicationLabel: '申请期限', timelineApplicationLabel: '申请期限',
timelineDeadlineLabel: '', timelineDeadlineLabel: '',
timeJul15: '7月15日', timeJul15: '7月15日',
applicationDeadlineDesc: '申请截止日期及\n作品审核流程开始', applicationDeadlineDesc: '申请截止日期及作品审核流程开始',
twentyFinalistsAnnounced: '20名入围者揭晓', twentyFinalistsAnnounced: '20名入围者揭晓',
announcedLabel: '', announcedLabel: '',
timeAug30: '8月30日', timeAug30: '8月30日',
@@ -127,7 +127,7 @@ export default {
finalistSubmission: '入围设计作品', finalistSubmission: '入围设计作品',
submissionLabel: '提交最后期限', submissionLabel: '提交最后期限',
timeSept30: '9月30日', timeSept30: '9月30日',
finalistSubmissionDesc: '入围者上传完成的设计\n作品以进行终评', finalistSubmissionDesc: '入围者上传完成的设计作品以进行终评',
receivingOutfits: '入围者', receivingOutfits: '入围者',
fromFinalistsLabel: '提交成衣', fromFinalistsLabel: '提交成衣',
timeOctober: '10月', timeOctober: '10月',
@@ -135,7 +135,7 @@ export default {
awardCeremony: '奖项颁发仪式', awardCeremony: '奖项颁发仪式',
ceremonyLabel: '', ceremonyLabel: '',
timeNov12: '11月12日', timeNov12: '11月12日',
awardCeremonyDesc: '颁奖盛典与设计师社\n群聚会 Soho House', awardCeremonyDesc: '颁奖盛典与设计师社群聚会 Soho House',
submissionSuccessful: '提交成功', submissionSuccessful: '提交成功',
submissionSuccessfulDesc: submissionSuccessfulDesc:
'请在 AiDA 平台内的消息中查看您提交的信息。如有需要,您可以进行修改。\n比赛的最新消息和结果将通过邮箱发送。', '请在 AiDA 平台内的消息中查看您提交的信息。如有需要,您可以进行修改。\n比赛的最新消息和结果将通过邮箱发送。',

View File

@@ -604,6 +604,9 @@ ul {
.item-header { .item-header {
font-size: 2.2rem; font-size: 2.2rem;
} }
.item-desc{
white-space: normal;
}
.desc-wrapper { .desc-wrapper {
margin-top: 2rem; margin-top: 2rem;
font-family: 'Instrument'; font-family: 'Instrument';

View File

@@ -241,6 +241,15 @@ p {
line-height: 3rem; line-height: 3rem;
white-space: normal; white-space: normal;
margin-bottom: 7rem; margin-bottom: 7rem;
.section-1 {
font-size: 0;
span {
font-size: 2rem;
}
}
.section-2 {
font-size: 2rem;
}
} }
.people { .people {
margin: 0 6.6rem; margin: 0 6.6rem;

View File

@@ -21,10 +21,7 @@
<div class="vertical-content"> <div class="vertical-content">
<div class="vertical-time">{{ $t(item.time) }}</div> <div class="vertical-time">{{ $t(item.time) }}</div>
<div class="vertical-label"> <div class="vertical-label">
{{ $t(item.label) }} {{ $t(item.label) }}{{ item.subLabel ? $t(item.subLabel) : '' }}
<template v-if="item.subLabel">
{{ $t(item.subLabel) }}
</template>
</div> </div>
<div class="vertical-desc">{{ $t(item.desc) }}</div> <div class="vertical-desc">{{ $t(item.desc) }}</div>
</div> </div>
@@ -319,6 +316,8 @@ onBeforeUnmount(() => {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
width: 22rem;
line-height: 3rem;
} }
// 图标行 // 图标行

View File

@@ -341,7 +341,7 @@
</div> </div>
<div class="submit-container" v-if="showStep(3)"> <div class="submit-container" v-if="showStep(3)">
<div class="submit-btn poppins-bold" @click="handleSubmitForm"> <div class="step-btn submit-btn poppins-bold" @click="handleSubmitForm">
{{ t('AwardApply.submitYourDesign') }} {{ t('AwardApply.submitYourDesign') }}
</div> </div>
<div class="desc"> <div class="desc">
@@ -1732,16 +1732,16 @@ onUnmounted(() => {
.submit-container { .submit-container {
margin-top: 12rem; margin-top: 12rem;
.submit-btn { // .submit-btn {
height: 5rem; // height: 8rem;
background-color: #454545; // background-color: #454545;
border-radius: 0.8rem; // border-radius: 0.8rem;
color: #fff; // color: #fff;
line-height: 5rem; // line-height: 8rem;
text-align: center; // text-align: center;
font-size: 1.6rem; // font-size: 1.6rem;
cursor: pointer; // cursor: pointer;
} // }
.desc { .desc {
font-family: 'Instrument'; font-family: 'Instrument';

View File

@@ -155,7 +155,7 @@ const handleSubmitApplication = () => {
} }
.banner.mobile { .banner.mobile {
height: 123.4rem; height: auto;
.submit-btn { .submit-btn {
top: 52%; top: 52%;
left: 8%; left: 8%;