Browse Source

feat:修改首页文案

coderDJing 1 year ago
parent
commit
ede4c791ff
1 changed files with 12 additions and 10 deletions
  1. 12 10
      src/pages/frontpage/homePage/index.vue

+ 12 - 10
src/pages/frontpage/homePage/index.vue

@@ -223,26 +223,28 @@ function goDetail(item) {
         <div
           style="background-color:rgba(119,110,151,0.5);border-radius: 10px;width: 290px;height: 335px;display: flex;flex-direction: column;justify-content: center;">
           <div style="color: white;font-size: 30px;font-weight: Medium;text-align: center;">博智AI慕课</div>
-          <div style="color: white;font-size: 30px;font-weight: Medium;text-align: center;">数据展示</div>
-          <div style="color: #c5c3da;font-size: 40px;font-weight: bold;text-align: center;">BOZHI AI</div>
-          <div style="color: #c5c3da;font-size: 40px;font-weight: bold;text-align: center;">MUKE DATA</div>
-          <div style="color: #c5c3da;font-size: 40px;font-weight: bold;text-align: center;">DISPLAY</div>
+          <div style="color: white;font-size: 30px;font-weight: Medium;text-align: center;">优势</div>
+          <div style="color: #c5c3da;font-size: 33px;font-weight: bold;text-align: center;">BOZHI AI MUKE</div>
+          <div style="color: #c5c3da;font-size: 40px;font-weight: bold;text-align: center;">Advantages</div>
         </div>
         <div style="width: 910px;display: flex;justify-content: space-around;">
           <div>
             <div style="display: flex;justify-content: center;"><img src="../../../assets/icon1.png" /></div>
-            <div style="font-size: 40px;color: white;text-align: center;margin-top: 20px;">1.3W+</div>
-            <div style="font-size: 20px;color:white;text-align: center;">平台资源</div>
+            <div style="font-size: 32px;color: white;text-align: center;margin-top: 20px;">AI驱动</div>
+            <div style="font-size: 18px;color:white;text-align: center;">支持数字人实时渲染</div>
+            <div style="font-size: 18px;color:white;text-align: center;">提供PaaS技术支持底座</div>
           </div>
           <div>
             <div style="display: flex;justify-content: center;"><img src="../../../assets/icon2.png" /></div>
-            <div style="font-size: 40px;color: white;text-align: center;margin-top: 20px;">1.43W+</div>
-            <div style="font-size: 20px;color:white;text-align: center;">平台访问量</div>
+            <div style="font-size: 32px;color: white;text-align: center;margin-top: 20px;">智能生产制作</div>
+            <div style="font-size: 18px;color:white;text-align: center;">支持云剪辑视频与资源文件</div>
+            <div style="font-size: 18px;color:white;text-align: center;">提供剪辑合成、特效与生产</div>
           </div>
           <div>
             <div style="display: flex;justify-content: center;"><img src="../../../assets/icon3.png" /></div>
-            <div style="font-size: 40px;color: white;text-align: center;margin-top: 20px;">1.3W+</div>
-            <div style="font-size: 20px;color:white;text-align: center;">平台用户量</div>
+            <div style="font-size: 32px;color: white;text-align: center;margin-top: 20px;">成本和效率</div>
+            <div style="font-size: 18px;color:white;text-align: center;">相比真人出镜更灵活高效</div>
+            <div style="font-size: 18px;color:white;text-align: center;">大大节省制作成本和时间</div>
           </div>
         </div>
       </div>