Ryuiso 3 هفته پیش
والد
کامیت
ea3b94361c
1فایلهای تغییر یافته به همراه24 افزوده شده و 20 حذف شده
  1. 24 20
      src/view/Info/Index.vue

+ 24 - 20
src/view/Info/Index.vue

@@ -22,6 +22,9 @@
             <p class="lead-text">
               上海展域航空技术有限公司成立于 2014 年。公司秉承"航空报国、拥抱未来"的核心理念,致力于推进航空领域及数字智能领域的最先进技术应用于人们的生产生活。
             </p>
+            <p class="lead-text">
+              自2025年以来,随着人工智能和大预言模型的蓬勃兴起,展域航空为用户开发创造了一系列基于大模型的企业级智能体,专注于为企业提供私有化、安全、可定制的AI产品服务。并在监理行业、测绘行业取得多项成功案例和行业荣誉。
+            </p>
             <p class="desc-text">
               帮助人们拓展更高更远的视野,开辟更新更广的空间,帮助人们成就飞天的梦想。
             </p>
@@ -48,10 +51,7 @@
     <div class="l-container">
       <div class="business-section">
         <div class="section-header text-center wow fadeInUp">
-          <div class="section-tag">
-            <span class="tag-dot"></span>
-            <span>OUR BUSINESS</span>
-          </div>
+
           <h2 class="section-title">核心业务</h2>
           <p class="section-subtitle">Core Business</p>
         </div>
@@ -114,10 +114,7 @@
     <div class="l-container">
       <div class="history-section">
         <div class="section-header text-center wow fadeInUp">
-          <div class="section-tag">
-            <span class="tag-dot"></span>
-            <span>OUR HISTORY</span>
-          </div>
+
           <h2 class="section-title">发展历程</h2>
           <p class="section-subtitle">Our Journey</p>
         </div>
@@ -178,10 +175,7 @@
     <div class="l-container">
       <div class="partners-section">
         <div class="section-header text-center wow fadeInUp">
-          <div class="section-tag">
-            <span class="tag-dot"></span>
-            <span>PARTNERS</span>
-          </div>
+
           <h2 class="section-title">合作伙伴</h2>
           <p class="section-subtitle">Our Partners</p>
         </div>
@@ -330,12 +324,12 @@ export default {
   display: inline-flex;
   align-items: center;
   gap: 8px;
-  padding: 8px 20px;
+  padding: 6px 16px;
   background: rgba(255, 255, 255, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 20px;
   backdrop-filter: blur(10px);
-  margin-bottom: 20px;
+  margin-bottom: 12px;
 }
 
 .tag-dot {
@@ -377,18 +371,22 @@ export default {
 .l-container {
   max-width: 1200px;
   margin: 0 auto;
-  padding: 80px 20px;
+  padding: 30px 20px;
+}
+
+.l-container:first-of-type {
+  padding-top: 50px;
 }
 
 .section-header {
-  margin-bottom: 60px;
+  margin-bottom: 30px;
 }
 
 .section-title {
   font-size: 36px;
   font-weight: 700;
   color: var(--text-primary);
-  margin: 16px 0 8px;
+  margin: 8px 0 8px;
 }
 
 .section-subtitle {
@@ -625,9 +623,9 @@ export default {
 .partners-section {
   width: 100%;
   background: linear-gradient(180deg, var(--bg-light) 0%, #fff 100%);
-  padding: 80px 20px;
+  padding: 50px 20px;
   border-radius: var(--radius-lg);
-  margin-bottom: 40px;
+  margin-bottom: 20px;
 }
 
 .partners-grid {
@@ -738,13 +736,19 @@ export default {
   }
 
   .section-tag {
-    padding: 6px 14px;
+    padding: 4px 12px;
+    margin-bottom: 8px;
   }
 
   .section-tag span {
     font-size: 10px;
   }
 
+  .section-title {
+    font-size: 28px;
+    margin: 4px 0 8px;
+  }
+
   .l-container {
     padding: 40px 16px;
   }