style: 评委
This commit is contained in:
BIN
src/assets/images/award/anniewong.png
Normal file
BIN
src/assets/images/award/anniewong.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
BIN
src/assets/images/award/rosiexia.png
Normal file
BIN
src/assets/images/award/rosiexia.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 241 KiB |
BIN
src/assets/images/award/xavenmak.png
Normal file
BIN
src/assets/images/award/xavenmak.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
@@ -80,12 +80,19 @@ export default {
|
|||||||
panelOfJudges: 'Panel of Judges',
|
panelOfJudges: 'Panel of Judges',
|
||||||
expertise: 'Expertise',
|
expertise: 'Expertise',
|
||||||
judgesHat: {
|
judgesHat: {
|
||||||
jae: 'Code-Create Branch Director\nBesfxxk creative director\n(Korea)',
|
jae: 'Director, Code-Create Korea Creative Director, Besfxxk Former Stylistic Consultant Max Mara & Corelate',
|
||||||
diego: 'Co-founder & Chief Father\nOfficer of OnTheList\n(Hong Kong)',
|
jaeCountry: '(Korea)',
|
||||||
gregory: 'Senior Designer at\nGabriela Hearst (Italy)',
|
rosie: 'Associate Merchandising Director, Galeries Lafayette China',
|
||||||
vincenzo: 'Chief Editor of SCMP Style\n(Hong Kong)',
|
rosieCountry: '(Mainland China)',
|
||||||
tim: 'Group Fashion Director of\n Modern Media Group\n(Shanghai)',
|
gregory:
|
||||||
desmond: 'Chief Editor of Vogue\n(Singapore)'
|
'Senior Designer, Gabriela Hearst Former Menswear Head DesignerBottega Veneta & Burberry',
|
||||||
|
gregoryCountry: '(Italy)',
|
||||||
|
annie: 'Chief Operating Officer,\nChow Tai Fook Jewellery Group',
|
||||||
|
annieCountry: '(Hong Kong, China)',
|
||||||
|
xaven: 'General Manager & Editorial Director,\nMadame Figaro Hong Kong',
|
||||||
|
xavenCountry: '(Hong Kong, China)',
|
||||||
|
desmond: 'Editor-in-Chief, Vogue Singapore',
|
||||||
|
desmondCountry: '(Singapore)'
|
||||||
},
|
},
|
||||||
tbd: 'To be determined',
|
tbd: 'To be determined',
|
||||||
awardPrizes: 'Award & Prizes',
|
awardPrizes: 'Award & Prizes',
|
||||||
|
|||||||
@@ -74,12 +74,18 @@ export default {
|
|||||||
panelOfJudges: '终审评委团',
|
panelOfJudges: '终审评委团',
|
||||||
expertise: '权威阵容',
|
expertise: '权威阵容',
|
||||||
judgesHat: {
|
judgesHat: {
|
||||||
jae: 'Code‑Create (韩国)分公司总监\nBesfxxk 创意总监',
|
jae: 'Code-Create 韩国负责人\nBesfxxk 创意总监\nMax Mara & Corelate前造型顾问',
|
||||||
diego: 'OnTheList(香港)\n联合创始人兼首席执行官',
|
jaeCountry: '(韩国)',
|
||||||
gregory: 'Gabriela Hearst\n(意大利)高级设计师',
|
rosie: '老佛爷百货公司商品部副总监',
|
||||||
vincenzo: '《南华早报》Style 杂志\n(香港)主编',
|
rosieCountry: '(中国内地)',
|
||||||
tim: '现代传播集团\n(上海)时尚总监',
|
gregory: 'Gabriela Hearst 高级设计师\nBottega Veneta & Burberry\n前男装设计负责人',
|
||||||
desmond: '《Vogue》\n(新加坡)主编'
|
gregoryCountry: '(意大利)',
|
||||||
|
annie: '周大福珠宝集团首席运营官',
|
||||||
|
annieCountry: '(中国香港)',
|
||||||
|
xaven: '《Madame Figaro FłehX》总经理兼编辑总监',
|
||||||
|
xavenCountry: '(中国香港)',
|
||||||
|
desmond: '《Vogue 新加坡版》主编',
|
||||||
|
desmondCountry: '(新加坡)'
|
||||||
},
|
},
|
||||||
tbd: '待定',
|
tbd: '待定',
|
||||||
awardPrizes: '奖项与奖金',
|
awardPrizes: '奖项与奖金',
|
||||||
@@ -261,7 +267,7 @@ export default {
|
|||||||
startIndex: '起始序号',
|
startIndex: '起始序号',
|
||||||
endIndex: '结束序号',
|
endIndex: '结束序号',
|
||||||
download: '下载',
|
download: '下载',
|
||||||
limit:'一次最多下载10条数据',
|
limit: '一次最多下载10条数据',
|
||||||
minIndex: '最小序号为10000',
|
minIndex: '最小序号为10000',
|
||||||
maxIndex: '最大序号为 {maxIndex}',
|
maxIndex: '最大序号为 {maxIndex}',
|
||||||
indexError: '结束序号必须大于或等于起始序号'
|
indexError: '结束序号必须大于或等于起始序号'
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<img :src="item.picture" class="picture" />
|
<img :src="item.picture" class="picture" />
|
||||||
<div class="name">{{ $t(item.name) }}</div>
|
<div class="name">{{ $t(item.name) }}</div>
|
||||||
<div class="desc">{{ $t(item.desc) }}</div>
|
<div class="desc">{{ $t(item.desc) }}</div>
|
||||||
|
<div class="region arial-bold">{{ $t(item.region) }}</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="picture tbd"></div>
|
<div class="picture tbd"></div>
|
||||||
@@ -28,10 +29,10 @@ import { onBeforeUnmount, onMounted, nextTick, ref, inject } from 'vue'
|
|||||||
import { useI18n } from 'vue-i18n'
|
import { useI18n } from 'vue-i18n'
|
||||||
import { gsap } from 'gsap'
|
import { gsap } from 'gsap'
|
||||||
import jae from '@/assets/images/award/jae.png'
|
import jae from '@/assets/images/award/jae.png'
|
||||||
import diego from '@/assets/images/award/diego.png'
|
import rosiexia from '@/assets/images/award/rosiexia.png'
|
||||||
import gregory from '@/assets/images/award/gregory.png'
|
import gregory from '@/assets/images/award/gregory.png'
|
||||||
import vincenzo from '@/assets/images/award/vincenzo.png'
|
import annie from '@/assets/images/award/anniewong.png'
|
||||||
import tim from '@/assets/images/award/tim.png'
|
import xaven from '@/assets/images/award/xavenmak.png'
|
||||||
import desmond from '@/assets/images/award/desmond.png'
|
import desmond from '@/assets/images/award/desmond.png'
|
||||||
|
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
@@ -41,35 +42,38 @@ const judgements = [
|
|||||||
{
|
{
|
||||||
picture: jae,
|
picture: jae,
|
||||||
name: 'Jae Hyuk Lim',
|
name: 'Jae Hyuk Lim',
|
||||||
desc: 'AwardsPage.judgesHat.jae'
|
desc: 'AwardsPage.judgesHat.jae',
|
||||||
|
region: 'AwardsPage.judgesHat.jaeCountry'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
picture: diego,
|
picture: rosiexia,
|
||||||
name: 'Diego Dultzin Lacoste',
|
name: 'Rosie Xia',
|
||||||
desc: 'AwardsPage.judgesHat.diego',
|
desc: 'AwardsPage.judgesHat.rosie',
|
||||||
tbd: true
|
region: 'AwardsPage.judgesHat.rosieCountry'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
picture: gregory,
|
picture: gregory,
|
||||||
name: 'Gregory de la Hogue Moran',
|
name: 'Gregory de la Hogue Moran',
|
||||||
desc: 'AwardsPage.judgesHat.gregory'
|
desc: 'AwardsPage.judgesHat.gregory',
|
||||||
|
region: 'AwardsPage.judgesHat.gregoryCountry'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
picture: vincenzo,
|
picture: annie,
|
||||||
name: 'Vincenzo La Torre',
|
name: 'Annie Wong',
|
||||||
desc: 'AwardsPage.judgesHat.vincenzo',
|
desc: 'AwardsPage.judgesHat.annie',
|
||||||
tbd: true
|
region: 'AwardsPage.judgesHat.annieCountry'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
picture: tim,
|
picture: xaven,
|
||||||
name: 'Tim Lim',
|
name: 'Xaven Mak',
|
||||||
desc: 'AwardsPage.judgesHat.tim',
|
desc: 'AwardsPage.judgesHat.xaven',
|
||||||
tbd: true
|
region: 'AwardsPage.judgesHat.xavenCountry'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
picture: desmond,
|
picture: desmond,
|
||||||
name: 'Desmond Lim',
|
name: 'Desmond Lim',
|
||||||
desc: 'AwardsPage.judgesHat.desmond'
|
desc: 'AwardsPage.judgesHat.desmond',
|
||||||
|
region: 'AwardsPage.judgesHat.desmondCountry'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -203,14 +207,15 @@ onBeforeUnmount(() => {
|
|||||||
.judgement-list {
|
.judgement-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
column-gap: 23.22rem;
|
column-gap: 19rem;
|
||||||
row-gap: 8rem;
|
row-gap: 9.2rem;
|
||||||
padding: 0 25rem 0 26.6rem;
|
padding: 0 25rem 0 26.6rem;
|
||||||
div {
|
div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.judgement-item {
|
.judgement-item {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
line-height: 2.4rem;
|
||||||
.picture {
|
.picture {
|
||||||
width: 20.2rem;
|
width: 20.2rem;
|
||||||
height: 26rem;
|
height: 26rem;
|
||||||
@@ -225,6 +230,7 @@ onBeforeUnmount(() => {
|
|||||||
font-family: 'PoppinsBold';
|
font-family: 'PoppinsBold';
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
.desc {
|
.desc {
|
||||||
color: #585858;
|
color: #585858;
|
||||||
@@ -234,13 +240,19 @@ onBeforeUnmount(() => {
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.region {
|
||||||
|
font-family: 'ArialBold';
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.mobile {
|
&.mobile {
|
||||||
height: 139.6rem;
|
height: auto;
|
||||||
background: url('@/assets/images/mobile_version_background/judge_bg.png') no-repeat;
|
background: url('@/assets/images/mobile_version_background/judge_bg.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
padding-top: 6rem;
|
padding-top: 6rem;
|
||||||
|
padding-bottom: 16.9rem;
|
||||||
.title {
|
.title {
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user