+15
-38
@@ -51,11 +51,6 @@
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
a:hover, button:hover, [role="button"]:hover {
|
||||
color: #a3e635 !important; /* 悬停时仅字体变为黄绿色 */
|
||||
-webkit-tap-highlight-color: transparent !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
background: #0a0f1a;
|
||||
@@ -183,6 +178,7 @@
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.btn-primary::before {
|
||||
@@ -203,18 +199,21 @@
|
||||
.btn-primary:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 10px 40px rgba(59, 130, 246, 0.4);
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: rgba(30, 41, 59, 0.8);
|
||||
border: 1px solid rgba(59, 130, 246, 0.3);
|
||||
transition: all 0.3s ease;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
border-color: #3b82f6;
|
||||
background: rgba(59, 130, 246, 0.1);
|
||||
transform: translateY(-2px);
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
/* 卡片样式 */
|
||||
@@ -483,7 +482,7 @@
|
||||
<!-- 标签 -->
|
||||
<div class="inline-flex items-center space-x-2 px-4 py-2 rounded-full bg-primary/10 border border-primary/30 mb-8 reveal">
|
||||
<span class="pulse-dot w-2 h-2 bg-green-400 rounded-full"></span>
|
||||
<span class="text-sm text-gray-300">面向DSA设计的新一代EDA平台</span>
|
||||
<span class="text-sm text-gray-300">面向特定场景优化的DSA先进设计范式</span>
|
||||
</div>
|
||||
|
||||
<!-- 主标题 -->
|
||||
@@ -504,10 +503,6 @@
|
||||
<span>探索产品</span>
|
||||
<i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
<a href="architstudio.html" class="btn-secondary px-8 py-4 rounded-xl text-white font-semibold text-lg flex items-center space-x-2">
|
||||
<i class="fa fa-play-circle"></i>
|
||||
<span>了解ArchitStudio</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- 核心数据展示 -->
|
||||
@@ -771,30 +766,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 开发工具 -->
|
||||
<div class="grid md:grid-cols-2 gap-8 reveal">
|
||||
<!-- FPGA开发板 -->
|
||||
<a href="FPGA.html" class="card rounded-2xl p-6 flex items-center space-x-6 group">
|
||||
<div class="w-16 h-16 rounded-xl bg-purple-500/20 flex items-center justify-center flex-shrink-0 group-hover:scale-110 transition-transform">
|
||||
<i class="fa fa-th-large text-purple-400 text-2xl"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-xl font-bold text-white mb-2">FPGA开发板</h4>
|
||||
<p class="text-gray-400 text-sm">Wing-FPGA-XCKU5P-EVB,支持各系列内核评估</p>
|
||||
</div>
|
||||
<i class="fa fa-chevron-right text-gray-500 group-hover:text-white transition-colors ml-auto"></i>
|
||||
</a>
|
||||
|
||||
<!-- WLink调试器 -->
|
||||
<a href="wlink.html" class="card rounded-2xl p-6 flex items-center space-x-6 group">
|
||||
<div class="w-16 h-16 rounded-xl bg-cyan-500/20 flex items-center justify-center flex-shrink-0 group-hover:scale-110 transition-transform">
|
||||
<i class="fa fa-usb text-cyan-400 text-2xl"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-xl font-bold text-white mb-2">WLink调试器</h4>
|
||||
<p class="text-gray-400 text-sm">专业RISC-V调试工具,支持全系列处理器</p>
|
||||
</div>
|
||||
<i class="fa fa-chevron-right text-gray-500 group-hover:text-white transition-colors ml-auto"></i>
|
||||
<!-- 探索产品货架 按钮 -->
|
||||
<div class="mt-12 flex justify-center reveal">
|
||||
<a href="ip_matrix" class="btn-primary px-8 py-4 rounded-xl text-white font-semibold text-lg inline-flex items-center space-x-2">
|
||||
<span>探索产品货架</span>
|
||||
<i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -809,7 +785,7 @@
|
||||
<div class="reveal">
|
||||
<div class="inline-flex items-center space-x-2 px-4 py-2 rounded-full bg-orange-500/10 border border-orange-500/30 mb-6">
|
||||
<i class="fa fa-magic text-orange-400"></i>
|
||||
<span class="text-sm text-gray-300">基于 RISCAL 的敏捷开发平台</span>
|
||||
<span class="text-sm text-gray-300">基于革命性的DSA处理器设计方法学</span>
|
||||
</div>
|
||||
<h2 class="text-3xl sm:text-4xl lg:text-5xl font-bold text-white mb-6">
|
||||
国内最优秀的EDA处理器敏捷开发平台<br/><span class="text-orange-400">ArchitStudio</span>
|
||||
@@ -857,7 +833,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a href="architstudio.html" class="inline-flex items-center justify-center space-x-2 text-white bg-gradient-to-r from-orange-500 to-red-600 hover:from-orange-600 hover:to-red-700 transition-all px-8 py-4 rounded-xl text-lg font-medium w-max shadow-lg shadow-orange-500/30">
|
||||
<a href="architstudio-2" class="inline-flex items-center justify-center space-x-2 !text-white hover:!text-white bg-gradient-to-r from-orange-500 to-red-600 hover:from-orange-600 hover:to-red-700 transition-all px-8 py-4 rounded-xl text-lg font-medium w-max shadow-lg shadow-orange-500/30">
|
||||
<span>深入探索 ArchitStudio</span>
|
||||
<i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
@@ -976,7 +952,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a href="ai_solution_Version2.html" class="inline-flex items-center justify-center space-x-2 text-white bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 transition-all px-8 py-4 rounded-xl text-lg font-medium w-max shadow-lg shadow-blue-500/30">
|
||||
<a href="智翼端侧ai解决方案" class="inline-flex items-center justify-center space-x-2 !text-white hover:!text-white bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 transition-all px-8 py-4 rounded-xl text-lg font-medium w-max shadow-lg shadow-blue-500/30">
|
||||
<span>探索端侧 AI 解决方案</span>
|
||||
<i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
@@ -1131,7 +1107,7 @@
|
||||
<i class="fa fa-envelope"></i>
|
||||
<span>联系我们</span>
|
||||
</a>
|
||||
<a href="about.html" class="btn-secondary px-10 py-4 rounded-xl text-white font-semibold text-lg flex items-center space-x-2">
|
||||
<a href="about" class="btn-secondary px-10 py-4 rounded-xl text-white font-semibold text-lg flex items-center space-x-2">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
<span>了解更多</span>
|
||||
</a>
|
||||
@@ -1347,6 +1323,7 @@
|
||||
|
||||
// 边界处理 - 平滑穿越
|
||||
if (particle.x < -50) particle.x = this.canvas.width + 50;
|
||||
|
||||
if (particle.x > this.canvas.width + 50) particle.x = -50;
|
||||
if (particle.y < -50) particle.y = this.canvas.height + 50;
|
||||
if (particle.y > this.canvas.height + 50) particle.y = -50;
|
||||
|
||||
Reference in New Issue
Block a user