From 9f6cddef57a213440ef270aea2e743523bb59e4f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 2 Jun 2026 18:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 62 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d79c09d..bcbe174 100644 --- a/public/index.html +++ b/public/index.html @@ -604,6 +604,14 @@ overflow: hidden; } + #entry { + background: + radial-gradient(ellipse at 12% 22%, rgba(101,216,255,0.14), transparent 40%), + radial-gradient(ellipse at 88% 18%, rgba(255,211,106,0.07), transparent 36%), + linear-gradient(152deg, rgba(22,52,88,0.88) 0%, rgba(16,38,62,0.92) 48%, rgba(15,28,58,0.98) 100%), + #112244; + } + #about { background: radial-gradient(ellipse at 9% 18%, rgba(84,195,174,0.22), transparent 38%), @@ -637,14 +645,16 @@ mix-blend-mode: screen; } - .hero + .section .section-card { + #entry .section-card, + #about .section-card { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; } - .hero + .section .section-card::before { + #entry .section-card::before, + #about .section-card::before { content: none; } @@ -909,6 +919,24 @@ line-height: 1.68; } + .entry-intro { + margin: 0; + padding: 0 clamp(18px, 3vw, 30px) clamp(18px, 2.4vw, 26px); + max-width: 52em; + color: rgba(218,230,236,0.82); + font-size: clamp(15px, 1.12vw, 17px); + font-weight: 500; + line-height: 1.75; + } + + .entry-groups { + padding-bottom: clamp(20px, 3vw, 30px); + } + + .entry-groups .track-item { + min-height: auto; + } + .timeline, .award-grid, .requirements { @@ -1714,6 +1742,7 @@ .section-head, .info-grid, + .entry-intro, .track-list, .timeline, .award-grid, @@ -1842,6 +1871,7 @@ .award-grid, .requirements, .info-grid, + .entry-intro, .track-list { padding-left: 14px; padding-right: 14px; @@ -2086,6 +2116,34 @@ + + + + + ENTRY + 参赛对象 + + 大赛面向国内外新消费领域创业企业、创新团队开放报名,大赛设两个组别: + + + 1 + + 创新组 + 面向尚未注册成立企业、处于商业计划书或创意方案阶段的项目团队。参赛项目应具有明确的产品、技术或服务方向,具备创新性和商业化潜力。 + + + + 2 + + 创业组 + 面向注册成立不超过5年的企业(工商注册日期在2021年5月1日(含)之后注册)。参赛项目应已开展实际运营,具备成熟的商业模式或特色产品服务,拥有市场验证基础。 + + + + + + +
大赛面向国内外新消费领域创业企业、创新团队开放报名,大赛设两个组别:
面向尚未注册成立企业、处于商业计划书或创意方案阶段的项目团队。参赛项目应具有明确的产品、技术或服务方向,具备创新性和商业化潜力。
面向注册成立不超过5年的企业(工商注册日期在2021年5月1日(含)之后注册)。参赛项目应已开展实际运营,具备成熟的商业模式或特色产品服务,拥有市场验证基础。