Initial commit
This commit is contained in:
+491
@@ -0,0 +1,491 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>产品详情 - 隼瞻科技</title>
|
||||
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
|
||||
<script>
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: { primary: '#3b82f6', secondary: '#2563eb', accent: '#60a5fa' },
|
||||
fontFamily: { inter: ['Inter', 'sans-serif'] }
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style type="text/tailwindcss">
|
||||
@layer utilities {
|
||||
.glass-panel {
|
||||
background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
|
||||
backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.9);
|
||||
box-shadow: 0 8px 32px -4px rgba(59, 130, 246, 0.1);
|
||||
}
|
||||
.glass-panel-light {
|
||||
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
|
||||
backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
|
||||
border: 1px solid rgba(255, 255, 255, 1);
|
||||
box-shadow: 0 4px 16px -2px rgba(59, 130, 246, 0.05);
|
||||
}
|
||||
.text-gradient {
|
||||
background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #8b5cf6 100%);
|
||||
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
|
||||
}
|
||||
}
|
||||
|
||||
#sj-product-page { font-family: 'Inter', sans-serif; color: #1e293b; background-color: transparent !important; }
|
||||
#sj-product-page a { color: #3b82f6; transition: color 0.3s ease; }
|
||||
#sj-product-page a:hover { color: #2563eb; }
|
||||
.section-active { color: #2563eb !important; border-bottom: 2px solid #2563eb !important; }
|
||||
.hover-float { transition: transform 0.3s ease, box-shadow 0.3s ease; }
|
||||
.hover-float:hover { transform: translateY(-5px); box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.1); }
|
||||
.animate-fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
|
||||
.animate-fade-in.visible { opacity: 1; transform: translateY(0); }
|
||||
|
||||
.bg-grid {
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="bg-slate-50 text-slate-800 font-inter antialiased overflow-x-hidden w-full">
|
||||
|
||||
<!-- 固定在背景的全局毛玻璃淡蓝光晕 -->
|
||||
<div class="fixed inset-0 z-0 pointer-events-none bg-slate-50">
|
||||
<div class="absolute top-[-10%] left-[-10%] w-[50%] h-[50%] rounded-full bg-blue-200/50 blur-[100px]"></div>
|
||||
<div class="absolute bottom-[-10%] right-[-10%] w-[40%] h-[40%] rounded-full bg-sky-200/40 blur-[100px]"></div>
|
||||
<div class="absolute top-[40%] right-[10%] w-[30%] h-[30%] rounded-full bg-indigo-100/60 blur-[80px]"></div>
|
||||
<div class="absolute bottom-[20%] left-[20%] w-[30%] h-[30%] rounded-full bg-blue-100/50 blur-[80px]"></div>
|
||||
</div>
|
||||
|
||||
<!-- Wrapper with an ID so we can scope styles and avoid WP theme interference -->
|
||||
<div id="sj-product-page" class="relative z-10 w-full min-h-screen">
|
||||
|
||||
<!-- 产品页面头部 -->
|
||||
<section class="pt-24 md:pt-32 pb-16 md:pb-24 bg-gradient-to-br gradient-animate"
|
||||
style="background: linear-gradient(135deg, rgba(248,250,252,0.95), rgba(239,246,255,1)); overflow:hidden;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h1 class="text-[clamp(2rem,5vw,3.5rem)] font-bold text-slate-800 leading-tight text-shadow mb-6">
|
||||
通用处理器IP
|
||||
</h1>
|
||||
<div class="bg-primary-20 inline-block px-6 pt-4 rounded-full mb-6 animate-fade-in">
|
||||
<h2 class="text-xl font-semibold text-primary">Wing-M Series</h2>
|
||||
</div>
|
||||
<h3 class="text-2xl md:text-3xl font-bold text-slate-800 mb-8">Wing-M510 Processor IP</h3>
|
||||
<p class="text-lg md:text-xl text-slate-600 mb-8 max-w-2xl mx-auto" style="line-height:1.6;">
|
||||
Wing-M510是基于RISC-V架构的32位、双发射、8级流水,面向高可靠性高实时性的微控制器。其可支持Vector指令集扩展,满足车规ASIL-B/ASIL-D功能安全等级需求,具备强中断实时性处理能力,适用于汽车域控制器、存储设备、多媒体、工控以及网络设备(Wifi/5G)等领域。
|
||||
</p>
|
||||
<div class="w-24 h-1 bg-primary mx-auto" style="background-color:var(--primary); height:4px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 1. 架构 -->
|
||||
<section id="architecture" class="section-content py-16 bg-transparent text-slate-800" style="background-color:transparent;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">架构</h2>
|
||||
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 架构大图 -->
|
||||
<div class="max-w-4xl mx-auto glass-panel text-slate-800 rounded-xl shadow-lg overflow-hidden animate-fade-in mb-12">
|
||||
<div class="p-6"
|
||||
style="background: linear-gradient(90deg, rgba(59,130,246,0.1) 0%, rgba(255,255,255,0.9) 100%); border-bottom: 1px solid rgba(59,130,246,0.1);">
|
||||
<h3 class="text-2xl font-bold text-slate-800 text-center">Wing-M510 处理器IP架构</h3>
|
||||
</div>
|
||||
<div class="p-4">
|
||||
<img src="https://www.beiyuxing.live/wp-content/uploads/2025/11/whiteboard_exported_image-20.png"
|
||||
alt="Wing-M510 Processor IP架构图" class="w-full h-auto rounded-lg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 3. 产品参数 -->
|
||||
<section id="specifications" class="section-content py-16 bg-transparent text-slate-800" style="background-color:transparent;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">产品参数</h2>
|
||||
<p class="text-slate-600 mb-6 text-center">
|
||||
Wing-M510 Processor IP的详细技术参数,为您提供全面的产品信息
|
||||
</p>
|
||||
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 rounded-xl shadow-md p-8 animate-fade-in">
|
||||
<h3 class="text-2xl font-bold mb-6 text-slate-800">性能基准测试</h3>
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="space-y-4">
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500 font-bold text-2xl">Dhrystone</span>
|
||||
<span class="font-bold text-2xl" style="color: #4cd6b4;">3.0 (legal)</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="space-y-4">
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500 font-bold text-2xl">Coremark</span>
|
||||
<span class="font-bold text-2xl" style="color: #4cd6b4;">5.5</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 rounded-xl shadow-md p-8 animate-fade-in">
|
||||
<h3 class="text-xl font-bold mb-6 text-slate-800">功能参数</h3>
|
||||
<span class="font-bold text-xl" style="color: #4cd6b4;">支持1-4核的多核配置</span>
|
||||
<div class="grid md:grid-cols-2 gap-6 pt-4">
|
||||
<div class="space-y-4">
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">ISA</span>
|
||||
<span class="font-medium text-slate-800">RV32IMBAFDV_zce_zicond</span>
|
||||
</div>
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">Micro Arch</span>
|
||||
<span class="font-medium text-slate-800">8-stage, In-order, two-issue</span>
|
||||
</div>
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">Function Safety</span>
|
||||
<span class="font-medium text-slate-800">ASIL-B (Split Mode), ASIL-D</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-slate-500">Privilege Mode</span>
|
||||
<span class="font-medium text-slate-800">Machine, Supervisor and User Mode,</br> supporting
|
||||
Hypervisor</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="space-y-4">
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">Ext. Interrupts</span>
|
||||
<span class="font-medium text-slate-800">Up to 4064 IRQs</span>
|
||||
</div>
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">Debug</span>
|
||||
<span class="font-medium text-slate-800">JTAG/APB</span>
|
||||
</div>
|
||||
<div class="flex justify-between pb-3 border-b border-gray-100">
|
||||
<span class="text-slate-500">External Bus</span>
|
||||
<span class="font-medium text-slate-800">2x AHB/AXI</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-slate-500">Memory System</span>
|
||||
<span class="font-medium text-slate-800">I/D Cache(up to 64KB);I/D TCM(up to
|
||||
128KB)</br>Shared L2 memory</br>Optional Memory Protect Unit (PMP)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 2. 产品特点 -->
|
||||
<section id="features" class="section-content py-16 bg-transparent text-slate-800" style="background-color:transparent;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">产品特点</h2>
|
||||
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="space-y-6 max-w-4xl mx-auto">
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">领先的处理器架构性能,强大的控制及运算能力,支持RVV指令集扩展</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.1s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持INSTEND客制化指令集扩展功能,提升IP的扩展灵活性</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.2s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持增强代码密度的扩展指令集,在提升性能的同时有效减少存储需求及能耗
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.3s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持增强的指令和数据跟踪特性,全面提升处理器效率</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.4s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持高实时性和低中断延迟,提供极致的处理器性能</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.5s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持Hypervisor,可快速部署vRTOS</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.6s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持多核配置,多核共享内存</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.7s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持可信执行环境(TEE),提供安全且高效的高性能算力</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.7s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">支持先进的操作系统与应用迁移技术 WingBridge,提升生态兼容性</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="glass-panel text-slate-800 p-6 rounded-xl shadow-md animate-fade-in" style="transition-delay: 0.7s">
|
||||
<div class="flex items-center">
|
||||
<div class="bg-primary-10 p-2 rounded-lg shrink-0">
|
||||
<i class="fa fa-check text-primary"></i>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<h4 class="text-xl font-bold text-slate-800">高可靠性,可同时满足车规ASIL-B/ASIL-D等级要求
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 5. 优势 -->
|
||||
<section id="architecture" class="section-content py-16 bg-transparent text-slate-800" style="background-color:transparent;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">Wing-M510 处理器优势</h2>
|
||||
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 大图 -->
|
||||
<div class="max-w-4xl mx-auto glass-panel text-slate-800 rounded-xl shadow-lg overflow-hidden animate-fade-in mb-12">
|
||||
<div class="p-6"
|
||||
style="background: linear-gradient(90deg, rgba(59,130,246,0.1) 0%, rgba(255,255,255,0.9) 100%); border-bottom: 1px solid rgba(59,130,246,0.1);">
|
||||
<h3 class="text-2xl font-bold text-slate-800 text-center">性能优势</h3>
|
||||
</div>
|
||||
<div class="p-4">
|
||||
<img src="https://www.beiyuxing.live/wp-content/uploads/2025/11/性能优势.png"
|
||||
alt="Wing-M510 Processor IP架构图" class="w-full h-auto rounded-lg" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="max-w-4xl mx-auto glass-panel text-slate-800 rounded-xl shadow-lg overflow-hidden animate-fade-in mb-12">
|
||||
<div class="p-6"
|
||||
style="background: linear-gradient(90deg, rgba(59,130,246,0.1) 0%, rgba(255,255,255,0.9) 100%); border-bottom: 1px solid rgba(59,130,246,0.1);">
|
||||
<h3 class="text-2xl font-bold text-slate-800 text-center">实时性优势</h3>
|
||||
</div>
|
||||
<div class="p-4">
|
||||
<img src="https://www.beiyuxing.live/wp-content/uploads/2025/11/未标题-2.png"
|
||||
alt="Wing-M510 Processor IP架构图" class="w-full h-auto rounded-lg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 5. 交付包 -->
|
||||
<section id="documentation" class="section-content py-16 bg-transparent text-slate-800" style="background-color:transparent;">
|
||||
<div class="container mx-auto px-4 md:px-6 lg:px-8">
|
||||
<div class="max-w-4xl mx-auto mb-16">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-slate-800 text-center">交付包</h2>
|
||||
<p class="text-slate-600 mb-6 text-center">
|
||||
隼瞻科技提供全面的技术文档,帮助客户快速了解和使用我们的产品
|
||||
</p>
|
||||
<div class="w-24 h-1 bg-primary mx-auto mb-12" style="background-color:var(--primary); height:4px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
|
||||
<div
|
||||
class="glass-panel text-slate-800 rounded-xl border border-slate-200 shadow-md hover:shadow-xl transition-all duration-300 overflow-hidden hover-float animate-fade-in">
|
||||
<div class="p-6">
|
||||
<div class="w-12 h-12 bg-primary-10 rounded-lg flex items-center justify-center mb-4">
|
||||
<i class="fa fa-microchip text-primary text-xl"></i>
|
||||
</div>
|
||||
<h4 class="text-xl font-bold mb-3 text-slate-800">HDK</h4>
|
||||
<ul class="space-y-3 mb-6">
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-pdf-o text-red-500 mr-2"></i>
|
||||
<span>Wing-M510 RTL代码</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-text-o text-blue-500 mr-2"></i>
|
||||
<span>仿真验证环境</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-code-o text-green-500 mr-2"></i>
|
||||
<span>DC综合参考环境</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-image-o text-purple-500 mr-2"></i>
|
||||
<span>Formality形式验证参考环境</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-video-o text-orange-500 mr-2"></i>
|
||||
<span>FPGA配置文件</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 rounded-xl border border-slate-200 shadow-md hover:shadow-xl transition-all duration-300 overflow-hidden hover-float animate-fade-in"
|
||||
style="transition-delay: 0.2s">
|
||||
<div class="p-6">
|
||||
<div class="w-12 h-12 bg-primary-10 rounded-lg flex items-center justify-center mb-4">
|
||||
<i class="fa fa-sitemap text-primary text-xl"></i>
|
||||
</div>
|
||||
<h4 class="text-xl font-bold mb-3 text-slate-800">SDK</h4>
|
||||
<ul class="space-y-3 mb-6">
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-pdf-o text-red-500 mr-2"></i>
|
||||
<span>Wing IDE</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-text-o text-blue-500 mr-2"></i>
|
||||
<span>编译工具链</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-code-o text-green-500 mr-2"></i>
|
||||
<span>调试器</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-image-o text-purple-500 mr-2"></i>
|
||||
<span>BSP</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-video-o text-orange-500 mr-2"></i>
|
||||
<span>IA/CA 仿真器</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glass-panel text-slate-800 rounded-xl border border-slate-200 shadow-md hover:shadow-xl transition-all duration-300 overflow-hidden hover-float animate-fade-in"
|
||||
style="transition-delay: 0.4s">
|
||||
<div class="p-6">
|
||||
<div class="w-12 h-12 bg-primary-10 rounded-lg flex items-center justify-center mb-4">
|
||||
<i class="fa fa-code text-primary text-xl"></i>
|
||||
</div>
|
||||
<h4 class="text-xl font-bold mb-3 text-slate-800">文档</h4>
|
||||
<ul class="space-y-3 mb-6">
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-pdf-o text-red-500 mr-2"></i>
|
||||
<span>Wing-M510 处理器技术文档</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-text-o text-blue-500 mr-2"></i>
|
||||
<span>Wing-M510 处理器集成文档</span>
|
||||
</li>
|
||||
<li class="flex items-center text-sm">
|
||||
<i class="fa fa-file-code-o text-green-500 mr-2"></i>
|
||||
<span>Wing-M510 SDK手册</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div> <!-- end #sj-product-page -->
|
||||
|
||||
<!-- 咨询按钮 -->
|
||||
<div class="fixed bottom-12 right-12 z-50 popupbox">
|
||||
<button id="consult-button"
|
||||
class="bg-primary hover:bg-primary/90 text-slate-800 py-5 px-8 rounded-full shadow-xl transform transition-all duration-300 hover:scale-110 flex items-center gap-3 text-lg">
|
||||
<i class="fa fa-comments-o text-2xl"></i>
|
||||
<span class="font-bold">立刻咨询</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- JavaScript - 仅保留滚动动画,移除标签页切换功能 -->
|
||||
<script>
|
||||
// 滚动动画 - scoped to the animate-fade-in elements inside #sj-product-page
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const root = document.getElementById('sj-product-page');
|
||||
if (!root) return;
|
||||
|
||||
const animateElements = root.querySelectorAll('.animate-fade-in');
|
||||
|
||||
function checkScroll() {
|
||||
animateElements.forEach(element => {
|
||||
const elementTop = element.getBoundingClientRect().top;
|
||||
const elementVisible = 150;
|
||||
if (elementTop < window.innerHeight - elementVisible) {
|
||||
element.classList.add('visible');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// initial check
|
||||
checkScroll();
|
||||
// add listener
|
||||
window.addEventListener('scroll', checkScroll, { passive: true });
|
||||
// also on resize/orientation change to catch changes
|
||||
window.addEventListener('resize', checkScroll);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user