对网页CSS进行重构
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
<div id="dock-container"></div>
|
||||
|
||||
<!-- 首页 Hero -->
|
||||
<main class="page-hero" data-parallax-speed="0.05">
|
||||
<main class="page-hero" data-parallax-speed="1.0">
|
||||
<div class="hero-container">
|
||||
<div class="hero-content" data-parallax-speed="0.12">
|
||||
<div class="hero-content" data-parallax-speed="1.0">
|
||||
<div class="badge">
|
||||
<span class="badge-dot"></span>
|
||||
<span>2026 · 插件驱动 · 一切皆可扩展</span>
|
||||
@@ -38,7 +38,7 @@
|
||||
<p class="hero-subtitle">一切皆为插件的开发者工具运行时框架</p>
|
||||
<p class="hero-desc">协议、中间件、通知渠道……所有功能均以插件形式加载。内置熔断降级、依赖自动解析、事件驱动等企业级稳定性机制。</p>
|
||||
<div class="hero-actions">
|
||||
<a href="quickstart.html" class="btn btn-primary">
|
||||
<a href="features.html" class="btn btn-primary">
|
||||
快速开始
|
||||
<svg class="btn-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6"/></svg>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user