yangyin
2024-07-05 44025036ca9baea036a629c78273e9df48ba8e2e
src/views/project/ch/home/AboutUs.vue
@@ -11,9 +11,18 @@
                     <p>智能监控系统,可实时监控设备状态,并提供预警、报警、远程控制等功能。</p>
                  </div>
                  <div class="w-[120px] self-end">
                     <el-button class="btn" color="#fff"><span class="h-[25px]">Android下载</span></el-button>
                     <el-button class="btn" color="#fff"><span class="h-[15px]">Windows下载</span></el-button>
                     <el-button class="btn" color="#fff"><span class="h-[17px]">体验网页下载</span></el-button>
                     <el-button class="btn text-[#5dccef]" color="#fff">
                        <i class="ywicon icon-changyonglogo37" style="font-size: 16px !important"></i>
                        <div class="h-[25px]">Android下载</div>
                     </el-button>
                     <el-button class="btn text-[#5dccef]" color="#fff"
                        ><i class="ywicon icon-windows" style="font-size: 16px !important"></i>
                        <div class="h-[25px]">Windows下载</div></el-button
                     >
                     <el-button class="btn text-[#5dccef]" color="#fff">
                        <i class="ywicon icon-jiankong" style="font-size: 16px !important"></i>
                        <div class="h-[25px]">体验网页下载</div>
                     </el-button>
                  </div>
               </div>
               <div class="product_item column_layout bg-[#76d587]">
@@ -26,7 +35,10 @@
                  </div>
                  <div class="w-[120px] ml-auto">
                     <el-button class="btn" color="#fff"><span class="h-[15px]">Windows下载</span></el-button>
                     <el-button class="btn text-[#76d587]" color="#fff"
                        ><i class="ywicon icon-windows" style="font-size: 16px !important"></i>
                        <div class="h-[25px]">Windows下载</div></el-button
                     >
                  </div>
               </div>
               <div class="product_item column_layout bg-[#ff7564]">
@@ -39,7 +51,10 @@
                  </div>
                  <div class="w-[120px] ml-auto">
                     <el-button class="btn" color="#fff"><span class="h-[15px]">体验网页下载</span></el-button>
                     <el-button class="btn text-[#ff7564]" color="#fff">
                        <i class="ywicon icon-jiankong" style="font-size: 16px !important"></i>
                        <div class="h-[25px]">体验网页下载</div>
                     </el-button>
                  </div>
               </div>
               <div class="product_item row_layout bg-[#ffbb5e]">
@@ -64,7 +79,8 @@
                     专注于技公司现已获取软件著作权20余项,其中“工业循环供水泵系统运行状态诊断与节能关键技术”项目荣获2018年度中国商业联合会科学技术一等奖,
                     公司并且连续三年获得上海市“科技型中小企业技术创新基金”资金支持 发展速度上的优异表现,快速得到了业内和用户的一致好评。
                  </p>
                  <div class="mt-[12px] flex" v-for="(item, index) in state.usList" :key="index">
                  <div class="mt-[12px] flex" v-for="(item, index) in state.usList" :key="item.ID">
                     <i :class="`ywicon ${item.icon} mr-[8px] !text-[18px]`"></i>
                     <div class="info_item_title">{{ item.title }}</div>
                     <div class="info_item">{{ item.content }}</div>
                  </div>
@@ -100,21 +116,22 @@
   usList: [
      {
         ID: 1,
         icon: '',
         title: '简历投递:',
         content: 'smh@eventech.cn',
         icon: 'icon-dianhua',
         title: '联系方式:',
         content: '023-98657832',
      },
      {
         ID: 2,
         icon: '',
         icon: 'icon-youxiang',
         title: '商务合作:',
         content: 'smh@eventech.cn',
      },
      {
         ID: 3,
         icon: '',
         icon: 'icon-dizhi',
         title: '公司地址:',
         content: '江月路999号奇亚特科技园1号楼615室',
         content: '上海时闵行区江月路999号奇亚特科技园1号楼615室',
      },
   ],
   rcList: ['/static/images/wave/copyright.jpg'],
@@ -215,7 +232,7 @@
         width: 100%;
         padding: 0px 8px;
         height: 30px;
         line-height: 22px;
         line-height: 25px;
         border-radius: 4px;
         background-color: #fff;
         cursor: pointer;
@@ -226,6 +243,13 @@
         gap: 8px;
         font-size: 12px;
         margin-left: unset;
         text-decoration: none;
         -webkit-transition: all 0.3s;
         -o-transition: all 0.3s;
         transition: all 0.3s;
         font-size: 12px;
         white-space: nowrap;
      }
      .column_layout {
         display: flex;
@@ -317,3 +341,4 @@
   }
}
</style>
import item from 'element-plus/es/components/space/src/item';