|
@@ -142,34 +142,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
- <!-- 核心优势区域 -->
|
|
|
|
|
- <section class="features-section">
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>🎯 专业团队</h3>
|
|
|
|
|
- <p>拥有10年以上经验的技术专家团队,精通各类软件开发与架构设计</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>🚀 快速开发</h3>
|
|
|
|
|
- <p>采用敏捷开发流程,快速响应需求,确保项目按时交付</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>🔒 质量保障</h3>
|
|
|
|
|
- <p>严格的测试流程,确保产品质量,提供持续的技术支持</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>💡 创新能力</h3>
|
|
|
|
|
- <p>持续创新,紧跟技术前沿,为客户提供最佳解决方案</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>🤝 客户至上</h3>
|
|
|
|
|
- <p>以客户需求为导向,提供定制化服务,建立长期合作关系</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="feature-card">
|
|
|
|
|
- <h3>📈 成功案例</h3>
|
|
|
|
|
- <p>已完成100+项目,服务50+客户,涵盖多个行业领域</p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </section>
|
|
|
|
|
-
|
|
|
|
|
<!-- 项目案例区域 -->
|
|
<!-- 项目案例区域 -->
|
|
|
<section class="project-section">
|
|
<section class="project-section">
|
|
|
<h2 class="section-title">精选项目案例</h2>
|
|
<h2 class="section-title">精选项目案例</h2>
|
|
@@ -214,23 +186,55 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="project-card" @click="goToProjectCases('data-collection')">
|
|
<div class="project-card" @click="goToProjectCases('data-collection')">
|
|
|
<div class="project-image">
|
|
<div class="project-image">
|
|
|
- <div class="placeholder-image">
|
|
|
|
|
- <span class="placeholder-text">流域数据采集</span>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <img
|
|
|
|
|
+ :src="collectionPlatformImage"
|
|
|
|
|
+ alt="流域数据采集"
|
|
|
|
|
+ loading="lazy"
|
|
|
|
|
+ class="project-image-element"
|
|
|
|
|
+ >
|
|
|
</div>
|
|
</div>
|
|
|
<div class="project-content">
|
|
<div class="project-content">
|
|
|
- <h3>流域数据采集</h3>
|
|
|
|
|
- <p>全流域水文数据采集与传输系统,支持多源数据融合与标准化管理</p>
|
|
|
|
|
|
|
+ <h3>流域数据采集平台</h3>
|
|
|
|
|
+ <p>覆盖水文、水质、水生态、工程、水政等多个领域,形成了"天地一体化"的监测采集网络,为太湖流域水文水资源管理、水环境保护和防汛抗旱提供数据支撑</p>
|
|
|
<div class="project-tags">
|
|
<div class="project-tags">
|
|
|
<span class="tag">数据采集</span>
|
|
<span class="tag">数据采集</span>
|
|
|
<span class="tag">传感器</span>
|
|
<span class="tag">传感器</span>
|
|
|
<span class="tag">通信</span>
|
|
<span class="tag">通信</span>
|
|
|
|
|
+ <span class="tag">标准化</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
+ <!-- 核心优势区域 -->
|
|
|
|
|
+ <section class="features-section">
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>🎯 专业团队</h3>
|
|
|
|
|
+ <p>拥有10年以上经验的技术专家团队,精通各类软件开发与架构设计</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>🚀 快速开发</h3>
|
|
|
|
|
+ <p>采用敏捷开发流程,快速响应需求,确保项目按时交付</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>🔒 质量保障</h3>
|
|
|
|
|
+ <p>严格的测试流程,确保产品质量,提供持续的技术支持</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>💡 创新能力</h3>
|
|
|
|
|
+ <p>持续创新,紧跟技术前沿,为客户提供最佳解决方案</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>🤝 客户至上</h3>
|
|
|
|
|
+ <p>以客户需求为导向,提供定制化服务,建立长期合作关系</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="feature-card">
|
|
|
|
|
+ <h3>📈 成功案例</h3>
|
|
|
|
|
+ <p>已完成100+项目,服务50+客户,涵盖多个行业领域</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
<!-- 公司资质区域 -->
|
|
<!-- 公司资质区域 -->
|
|
|
<section class="certification-section">
|
|
<section class="certification-section">
|
|
|
<h2 class="section-title">公司资质与荣誉</h2>
|
|
<h2 class="section-title">公司资质与荣誉</h2>
|