4.29技术中心合并前更改

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
qwq
2026-04-29 18:53:24 +08:00
co-authored by Copilot
parent 7687b4e7b8
commit ec35590493
25 changed files with 792 additions and 329 deletions
+18 -13
View File
@@ -253,7 +253,7 @@
@media (min-width: 768px) {
.contact-info-grid {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
}
}
@@ -277,25 +277,30 @@
<div class="bg-darkCard p-8 rounded-xl shadow-lg border border-gray-700">
<!-- 联系信息区域 -->
<div class="contact-info-grid mb-8 pb-8 border-b border-gray-700">
<!-- 华北地区 -->
<div class="contact-info-card flex items-start space-x-4">
<div class="w-12 h-12 bg-primary/10 rounded-full flex items-center justify-center flex-shrink-0">
<i class="fa fa-phone text-primary text-xl"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-white" style="margin: 0 0 8px 0 !important;">热线电话</h3>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;">025-58181916</p>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;">0755-86978994</p>
<h3 class="text-lg font-semibold text-white" style="margin: 0 0 8px 0 !important;">华北地区</h3>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>商务代表:</strong>曹福利 | 13810554735</p>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>邮箱:</strong>Francis.Cao@wingsemitech.com</p>
</div>
</div>
<!-- 华南地区 -->
<div class="contact-info-card flex items-start space-x-4">
<div class="w-12 h-12 bg-primary/10 rounded-full flex items-center justify-center flex-shrink-0">
<i class="fa fa-user-o text-primary text-xl"></i>
</div>
<div>
<h3 class="text-lg font-semibold text-white" style="margin: 0 0 8px 0 !important;">商务代表</h3>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;">Jack 吴 | 17372837832</p>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;">jack.wu@wingsemitech.com</p>
<h3 class="text-lg font-semibold text-white" style="margin: 0 0 8px 0 !important;">华南地区</h3>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>商务代表:</strong>邓强 | 18566773662</p>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>邮箱:</strong>qiang.deng@wingsemitech.com</p>
</div>
</div>
<!-- 华东地区 -->
<div class="contact-info-card flex items-start space-x-4">
<div>
<h3 class="text-lg font-semibold text-white" style="margin: 0 0 8px 0 !important;">华东地区</h3>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>商务代表:</strong>Rock | 17821260088</p>
<p class="text-gray-400 text-base" style="margin: 0 !important; line-height: 1.6 !important;"><strong>邮箱:</strong>rock.chen@wingsemitech.com</p>
</div>
</div>
</div>