This commit is contained in:
X1627315083
2024-07-18 13:19:43 +08:00
parent 246128f132
commit 0e46da8978
10 changed files with 240 additions and 136 deletions

View File

@@ -0,0 +1,74 @@
{
"eventsList": [
{
"id": 1,
"title": "Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
"time": "17 Jul 2024",
"imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png"
},{
"id": 2,
"title": "Source Fashion 2024",
"time": "14 Jul 2024",
"imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715053576.png"
}
],
"eventsItem":[
{
"id":1,
"title":"Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
"imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715056842.png",
"textList":[
{
"paragraph":[
{
"text":"Stay tuned for the updates~"
}
]
}
]
},{
"id":2,
"title":"Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW",
"imgUrl": "https://www.aidlab.hk/uploads/n_image2_1715053576.png",
"textList":[
{
"paragraph":[
{
"text":"AiDLab will be showcasing at Source Fashion, the leading responsible sourcing show in Europe this July. It is an unmissable opportunity to connect with the UK fashion industry, international manufacturers, and suppliers. We will be highlighting our fashion and textile innovations and promoting AiDLab in the UK."
}
]
},{
"paragraph":[
{
"text":"Join us to explore the future of fashion!"
}
]
},{
"paragraph":[
{
"text":"Event: Source Fashion"
},{
"text":"Date: 14-16 July 2024"
},{
"text":"Time: 9:30am 6:00pm (SUN & MON) ; 9:30-4:00pm (TUE)"
},{
"text":"Location: Olympia London"
},{
"text":"Stand no.: SF-G43"
},{
"text":"Website: ",
"link":"https://www.source-fashion.com/",
"residue":""
}
]
},{
"paragraph":[
{
"text":"Stay tuned for updates!"
}
]
}
]
}
]
}

View File

@@ -1216,6 +1216,13 @@ li {
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
}
.modal_title_text .modal_title_text_intro a {
color: #000;
font-weight: 900;
}
.modal_title_text .modal_title_text_intro a:hover {
text-decoration: underline;
}
.modal_title_text .modal_title_text_assistant {
font-size: var(--aida-fsize1-6);
font-weight: 400;

View File

@@ -1353,6 +1353,13 @@ input:focus{
font-size: var(--aida-fsize1-4);
font-weight: 400;
color: rgba(0,0,0,.45);
a{
color: #000;
font-weight: 900;
&:hover{
text-decoration: underline;
}
}
}
.modal_title_text_assistant{
font-size: var(--aida-fsize1-6);