yangyin
2024-10-23 09d7c472bd826d75d7353c5fe10e70c3fe2bd517
src/views/project/ch/home/AboutUs.vue
@@ -41,7 +41,7 @@
         <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.jpg" class="w-[580px] h-[315px]" />
               </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%;
@@ -122,5 +127,20 @@
         margin-top: 16px;
      }
   }
   .set_bottom {
      background-color: #fbfbfb;
      margin: 60px 0px;
      padding: 32px 0px;
      p {
         opacity: 1;
         display: flex;
         font-size: 14px;
         color: #5f6464;
         letter-spacing: 0;
         line-height: 25px;
         text-align: left;
         box-sizing: border-box;
      }
   }
}
</style>