master
lion 4 weeks ago
parent 16aa6bbb56
commit fc820b4c80

@ -5558,6 +5558,68 @@
line-height: 1.25 !important;
white-space: nowrap !important;
}
/* English schedule: share one row track for title, time, copy, and place. */
.en-site .roadmap {
height: auto !important;
}
.en-site .roadmap .timeline {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto auto auto 1fr auto;
align-items: stretch;
}
.en-site .roadmap .step {
display: grid !important;
grid-template-rows: subgrid;
grid-row: span 5;
align-items: start;
}
.en-site .roadmap .step h3 {
margin: 0 0 16px !important;
min-height: 0 !important;
}
.en-site .roadmap .step-time {
margin: 0 0 8px !important;
}
.en-site .roadmap .step-time strong {
display: block;
margin: 0 !important;
}
.en-site .roadmap .step-copy {
margin: 0 !important;
}
.en-site .roadmap .step-place {
align-self: start;
box-sizing: border-box;
width: 100%;
max-width: 100%;
margin-top: 22px !important;
padding-top: 0;
min-height: 1.35em;
font-size: 12px !important;
line-height: 1.35 !important;
letter-spacing: .04em !important;
white-space: normal;
overflow-wrap: anywhere;
}
@media (max-width: 980px) {
.en-site .roadmap .timeline {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.en-site .roadmap .timeline {
grid-template-columns: 1fr;
grid-template-rows: none;
}
.en-site .roadmap .step {
display: flex !important;
grid-row: auto;
flex-direction: column;
}
.en-site .roadmap .step-place { white-space: normal; }
}
</style>
</head>
<body class="en-site">
@ -5658,10 +5720,10 @@
<p class="roadmap-intro"><strong>COMPETITION FLIGHTPATH</strong>A technology-innovation journey beginning in Shanghai and converging in Suzhou. Every step goes beyond selection—it accelerates each project toward greater clarity and maturity.</p>
</div>
<div class="timeline">
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>PROJECT CALL</h3><p><strong>SEPDEC 2026</strong>Open call and targeted invitations for startup and innovation projects.</p></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>LAUNCH CEREMONY</h3><p><strong>OCT 2026</strong>Competition launch and briefing, plus fund announcement.</p><span class="step-place">SHANGHAI</span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>QUALIFIERS</h3><p><strong>OCT 2026JAN 2027</strong>Three to five qualifiers planned, with 1012 projects per event.</p><span class="step-place">SHANGHAI · SHENZHEN · SUZHOU</span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>STARTUP COACHING &amp; GRAND FINAL</h3><p><strong>Q1 2027</strong>Coaching for finalists, final judging and awards, and an industry summit.</p><span class="step-place">SUZHOU</span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>PROJECT CALL</h3><p class="step-time"><strong>SEPDEC 2026</strong></p><p class="step-copy">Open call and targeted invitations for startup and innovation projects.</p><span class="step-place" aria-hidden="true"></span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>LAUNCH CEREMONY</h3><p class="step-time"><strong>OCT 2026</strong></p><p class="step-copy">Competition launch and briefing, plus fund announcement.</p><span class="step-place">SHANGHAI</span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>QUALIFIERS</h3><p class="step-time"><strong>OCT 2026JAN 2027</strong></p><p class="step-copy">Three to five qualifiers planned, with 1012 projects per event.</p><span class="step-place">SHANGHAI · SHENZHEN · SUZHOU</span></article>
<article class="step" tabindex="0"><span class="step-mark" aria-hidden="true"></span><h3>STARTUP COACHING &amp; GRAND FINAL</h3><p class="step-time"><strong>Q1 2027</strong></p><p class="step-copy">Coaching for finalists, final judging and awards, and an industry summit.</p><span class="step-place">SUZHOU</span></article>
</div>
</div>
</section>

Loading…
Cancel
Save