lvkun996 il y a 3 ans
Parent
commit
ddef5229b6
2 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. BIN
      assets/images/home/logoImg.png
  2. 7 7
      pages/index.vue

BIN
assets/images/home/logoImg.png


+ 7 - 7
pages/index.vue

@@ -52,7 +52,7 @@
     <div class="index-founder">
       <div class="index-founder-content w1200">
         <div class="found-left">
-          <p class="title founder-item">给孩子一颗强大起来的“思维芯” </p>
+          <p class="title founder-item"> 儿童思维教育,就选逻辑狗 </p>
           <!-- <p class="sub-title"> ——创始人&CEO 张洁 </p> -->
           <!-- <p class="desc founder-item">中德智慧教育结合国际化视角和现代教育理念,以“培养成长型思维模式、具有全球胜任力的未来人才”为育人目标,创研全球同频、深受世界幼儿喜爱的<strong>“逻辑狗” </strong>幼儿思维游戏化教育体系,构建以<strong> 思维“芯” </strong>为宗旨的0-12岁儿童游戏化思维教育内容,通过国际思维教育<strong>「五大领域」</strong>,全面提升<strong>「十大核心能力」</strong>。</p> -->
           <div class="btn founder-item">
@@ -729,7 +729,7 @@ export default {
       currentOMOTabIndex: 0,
       currentCourseType: 0,
       // bossImg: "https://luojigou-app-commit-pic.luojigou.vip/FmWrknlY5cdWx6XEz5VE9bOkZSNX?imageView2/0/q/50|imageslim",
-      logoImg: "~/assets/images/home/logoImg.png",
+      logoImg: require("~/assets/images/home/logoImg.png"),
       // bossImg: '~/assets/images/home/boss_img.png',
       eduImg: "https://luojigou-app-commit-pic.luojigou.vip/FrKVMB5LmgU1Q_I_HGjoz7B8Kkdb?imageView2/0/q/50|imageslim",
       // 返回顶部
@@ -2189,21 +2189,21 @@ ul.cate-nav {
 
   .index-founder-content {
     display: flex;
-    align-items: flex-end;
+    // align-items: center;
     height: 100%;
 
     .found-left {
       width: 663px;
       max-width: 663px;
       margin-right: 35px;
-
+      margin-top: 230px;
       .title {
         font-size: 34px;
         font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
         color: #333333;
         line-height: 48px;
-        margin-bottom: 190px;
+        margin-bottom: 35px;
       }
 
       .sub-title {
@@ -2250,10 +2250,10 @@ ul.cate-nav {
 
     .found-right {
       font-size: 0;
-
+      margin-top: 92px;
       img {
         width: 415px;
-        height: 588px;
+        height: 482px;
       }
     }
   }