yangyin
2024-11-20 6901151b85bb2640d8ce9af3d27be23cd9bf48a2
src/views/project/ch/home/AboutUs.vue
@@ -13,7 +13,7 @@
         <div class="set_mission">
            <div class="flex items-center">
               <div class="w100 h100">
                  <img src="/static/images/about/1.jpeg" class="w-[580px] h-[315px]" />
                  <img src="/static/images/about/1.webp" class="w-[580px] h-[315px]" />
               </div>
               <div class="w100 h100 px-[30px]">
                  <div class="title">愿景及使命</div>
@@ -26,7 +26,7 @@
         <div class="set_mission">
            <div class="flex items-center">
               <div class="w100 h100 px-[30px]">
                  <div class="title">组成及性质</div>
                  <div class="title">名字起源</div>
                  <div class="desc">
                     上海拉瓦锡卡文智能科技有限公司的名字,是对两位化学巨匠——安托万-洛朗·拉瓦锡(Antoine-Laurent de
                     Lavoisier)和亨利·卡文迪许(Henry
@@ -34,14 +34,14 @@
                  </div>
               </div>
               <div class="w100 h100">
                  <img src="/static/images/about/2.jpg" class="w-[580px] h-[315px]" />
                  <img src="/static/images/about/2.webp" class="w-[580px] h-[315px]" />
               </div>
            </div>
         </div>
         <div class="set_mission">
            <div class="flex items-center">
               <div class="w100 h100">
                  <img src="/static/images/about/3.webp" class="w-[580px] h-[315px]" />
                  <img src="/static/images/about/3.webp" class="w-[580px] h-[315px] object-cover" />
               </div>
               <div class="w100 h100 px-[30px]">
                  <div class="title">现代化学之父</div>
@@ -51,6 +51,11 @@
                  </div>
               </div>
            </div>
         </div>
         <div class="set_bottom">
            <p>
               上海拉瓦锡卡文智能科技有限公司以这两位科学家的名字命名,体现了公司对智慧水务数据价值挖掘和应用的使命和远景。公司致力于通过先进的技术和创新的方法,实现水务数据的智能化管理和优化,以提高水资源的利用效率和管理水平。正如拉瓦锡和卡文迪许通过他们的实验和发现开启了化学的新纪元,上海拉瓦锡卡文智能科技有限公司也希望通过其在智慧水务领域的努力,开启水务数据价值应用的新篇章,为水资源的可持续利用和环境保护做出贡献。
            </p>
         </div>
      </div>
   </div>
@@ -65,7 +70,7 @@
      height: 212px;
      width: 100%;
      position: relative;
      margin-top: 96px;
      margin-top: 36px;
      box-sizing: border-box;
      .mod-m-title {
         width: 100%;
@@ -103,7 +108,7 @@
   }
   .set_mission {
      background: #fbfbfb;
      height: 312px;
      height: 315px;
      width: 100%;
      position: relative;
      margin-top: 56px;
@@ -115,12 +120,27 @@
         line-height: 36px;
      }
      .desc {
         font-size: 14px;
         font-size: 16px;
         color: #5f6464;
         letter-spacing: 0;
         line-height: 25px;
         margin-top: 16px;
      }
   }
   .set_bottom {
      background-color: #fbfbfb;
      margin: 60px 0px;
      padding: 32px 0px;
      p {
         opacity: 1;
         display: flex;
         font-size: 16px;
         color: #5f6464;
         letter-spacing: 0;
         line-height: 25px;
         text-align: left;
         box-sizing: border-box;
      }
   }
}
</style>