自动化官网
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<img class="swiper-lazy" :data-src="item.img" alt="轮播图">
|
||||
<div class="swiper-lazy-preloader"></div>
|
||||
<div class="swiper-slide-title">
|
||||
<h1>{{item.title}}</h1>
|
||||
<p>{{item.content}}</p>
|
||||
<h1 class="wow zoomIn">{{item.title}}</h1>
|
||||
<p class="wow zoomIn">{{item.content}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -17,30 +17,102 @@
|
||||
<div class="swiper-pagination"></div>
|
||||
|
||||
<!-- 如果需要导航按钮 -->
|
||||
<div class="swiper-button-prev"></div>
|
||||
<div class="swiper-button-next"></div>
|
||||
<!-- <div class="swiper-button-prev"></div>
|
||||
<div class="swiper-button-next"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- 大数据管理系统 -->
|
||||
<div id="bigData" class="container-fuild">
|
||||
<div class="row bigData-container">
|
||||
<div class="col-xs-12 col-sm-12 col-md-6 wow zoomIn">
|
||||
<img class="img-responsive" src="@/assets/img/img1.png" alt="大数据管理系统">
|
||||
<!-- mes系统功能一览 -->
|
||||
<div id="customer" class="container-fuild">
|
||||
<div class="container customer-container">
|
||||
<div class="homeTitleView customer-title">
|
||||
<div class="textBack text-center">MES SYSTEM FUNCTION OVERVIEW</div>
|
||||
<div class="textName text-center">MES系统功能一览</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-6">
|
||||
<h2 class="bigData-title">
|
||||
大数据管理系统
|
||||
<small>/ Big Data Management System</small>
|
||||
</h2>
|
||||
<p>当今最领先的响应式自助建站平台。无论您是普通互联网用户,还是专业网站制作人员,都能使用起飞页设计出最具专业水准的网站。想创建一个简单的单页式站点,还是一个专业的公司网站,亦或是一个别具一格的博客?起飞页可以满足您的所有需求。</p>
|
||||
<p>我们的流线式网页布局设计方案和可视化图文内容编辑模式让网站制作和维护成为一件轻松惬意的事。无论您是普通互联网用户,还是专业网站制作人员。</p>
|
||||
<h2 class="bigData-device">PC/PAD/Phone 全设备支持</h2>
|
||||
<a href="#" class="btn btn-lg btn-block btn-info">联系我们</a>
|
||||
<div class="customer-head hidden-xs">
|
||||
<div class="head-name">生产工单</div>
|
||||
</div>
|
||||
<div class="swiper-container customer-swiper wow slideInUp hidden-xs">
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide customer-block" v-for="(item,index) in customerList" :key="index">
|
||||
<div class="customer-logo">
|
||||
<img class="" :src="item.logo" alt="logo">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 分页器 -->
|
||||
<div class="swiper-pagination"></div>
|
||||
</div>
|
||||
<div class="row visible-xs customer-block">
|
||||
<div class="col-xs-12" v-for="(item,index) in customerList" :key="index">
|
||||
<div class="customer-logo wow zoomIn">
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="customerListView" class="container-fuild">
|
||||
<div class="container customer-container">
|
||||
<div class="row hidden-xs">
|
||||
<template v-for="(item,index) in customerModule">
|
||||
<div class="col col-xs-12 col-sm-6 col-md-3 wow zoomIn" v-if="!moduleShow?index<4:index>-1" :key="index">
|
||||
<div class="moduleView"
|
||||
onmouseenter="this.style.color='#28f';this.style.borderColor='#098'"
|
||||
onmouseleave="this.style.color='#666';this.style.borderColor='#ccc'">
|
||||
<div class="customer-logo">
|
||||
<img :src="item.logo" alt="">
|
||||
</div>
|
||||
<div class="head-name">{{item.name}}</div>
|
||||
<div class="text">{{item.text}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
<div class="row visible-xs">
|
||||
<template v-for="(item,index) in customerModule">
|
||||
<div class="col col-xs-12 col-sm-6 col-md-3 wow zoomIn" :key="index">
|
||||
<div class="moduleView" onmouseenter="this.style.color='#28f';this.style.borderColor='#098'"
|
||||
onmouseleave="this.style.color='#666';this.style.borderColor='#ccc'">
|
||||
<div class="customer-logo">
|
||||
<img :src="item.logo" alt="">
|
||||
</div>
|
||||
<div class="head-name">{{item.name}}</div>
|
||||
<div class="text">{{item.text}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
<div class="customer-head hidden-xs" @click="moduleShow=!moduleShow">
|
||||
<div class="head-name">查看更多<span :class="['icon',!moduleShow?'glyphicon glyphicon-chevron-down':'glyphicon glyphicon-chevron-up']"></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 上位机 -->
|
||||
<div id="bigData" class="container-fuild">
|
||||
<div class="container customer-container">
|
||||
<div class="homeTitleView customer-title">
|
||||
<div class="textBack text-center">UPPER COMPUTER</div>
|
||||
<div class="textName textNameArt text-center">上位机</div>
|
||||
</div>
|
||||
<div class="row bigData-container">
|
||||
<div class="col-xs-12 col-sm-12 col-md-6 wow zoomIn">
|
||||
<img class="img-responsive" src="https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/upperComputer.png" alt="上位记系统">
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-6">
|
||||
<div class="bigDataItem">
|
||||
<div class="bigData-title">德木自动化项目</div>
|
||||
<p class="text">本项目是一项旨在利用自动化技术来改善木材加工工业的项目。该项目的目标是将传统的人工作业自动化,提高生产效率,减少劳动力成本,并提高生产过程的精度、安全、效率和可靠性。</p>
|
||||
</div>
|
||||
<div class="bigDataItem">
|
||||
<div class="bigData-title">木材自动化</div>
|
||||
<p class="text">主要组成部分包括自动上料机、机器视觉系统、自动化数控跑车、液压带锯、自动化打包机、自动化控制系统和智能软件系统。这些技术被整合在一起,以实现高效、精确的原木木材加工。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 您身边的IT专家 -->
|
||||
<div id="contactUs" class="container-fuild text-center">
|
||||
<!-- <div id="contactUs" class="container-fuild text-center">
|
||||
<div class="container contactUs-container wow slideInUp">
|
||||
<h1>您身边的IT专家</h1>
|
||||
<h3>7x24小时提供出色的IT服务</h3>
|
||||
@@ -55,78 +127,46 @@
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 客户评价 -->
|
||||
<div id="customer" class="container-fuild">
|
||||
<div class="container customer-container">
|
||||
<p class="customer-title text-center">客户评价</p>
|
||||
<div class="swiper-container customer-swiper hidden-xs">
|
||||
<div class="swiper-wrapper">
|
||||
<div
|
||||
class="swiper-slide customer-block"
|
||||
v-for="(item,index) in customerList"
|
||||
:key="index"
|
||||
>
|
||||
<div class="customer-logo">
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
</div>
|
||||
<div class="customer-yh">
|
||||
<img src="@/assets/img/yinhao.png" alt="引号">
|
||||
</div>
|
||||
<div class="customer-content1">
|
||||
<small>{{item.content}}</small>
|
||||
</div>
|
||||
<div class="customer-content2">{{item.title}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 如果需要导航按钮 -->
|
||||
<div class="swiper-button-prev"></div>
|
||||
<div class="swiper-button-next"></div>
|
||||
</div>
|
||||
<div class="row visible-xs customer-block">
|
||||
<div class="col-xs-12" v-for="(item,index) in customerList" :key="index">
|
||||
<div class="customer-logo">
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
</div>
|
||||
<div class="customer-yh">
|
||||
<img src="@/assets/img/yinhao.png" alt="引号">
|
||||
</div>
|
||||
<div class="customer-content1">
|
||||
<small>{{item.content}}</small>
|
||||
</div>
|
||||
<div class="customer-content2">
|
||||
<small>{{item.title}}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 为什么选择我们 -->
|
||||
</div> -->
|
||||
|
||||
<!-- 技术栈 -->
|
||||
<div id="whyChooseUs" class="conatiner-fuild">
|
||||
<div class="container">
|
||||
<div class="whyChooseUs-title text-center">
|
||||
<p>为什么选择我们的服务</p>
|
||||
<p>THE REASON TO CHOOSING US</p>
|
||||
<div class="homeTitleView customer-title">
|
||||
<div class="textBack text-center">TECHNICAL SUPPORT</div>
|
||||
<div class="textName textNameArt text-center">技术栈</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div
|
||||
class="col-xs-12 col-sm-6 col-md-3 server-wrapper"
|
||||
v-for="(item,index) in serverList"
|
||||
:key="index"
|
||||
>
|
||||
<div
|
||||
class="server-block wow slideInUp"
|
||||
onmouseenter="this.style.color='#28f';this.style.borderColor='#28f'"
|
||||
onmouseleave="this.style.color='#666';this.style.borderColor='#ccc'"
|
||||
>
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
<p class="text-center">{{item.title}}</p>
|
||||
<div class="whyChooseView row">
|
||||
<p class="text-center">技术栈采用了容器化等先进的原生架构,通过云平台技术提供了强大运算能力,能够灵活适配各种不同的生产需求。</p>
|
||||
<p class="text-center">它可以在主流的云平台上部署,利用全站安全防护、异地灾备和弹性扩容等技术来确保数据的机密性、完整性和可靠性。</p>
|
||||
<p class="text-center">同时,它采用了标准的openAPI接口,能够高效地连接供应链、生产、仓储物流和销售等各个系统,实现了系统之间的高效通信和集成。</p>
|
||||
<div class="stackItem">
|
||||
<div class="col-xs-12 col-sm-6 col-md-2 server-wrapper" v-for="(item,index) in stackList" :key="index">
|
||||
<div
|
||||
class="text-center"
|
||||
v-html="item.content"
|
||||
onmouseenter="this.style.color='#28f'"
|
||||
onmouseleave="this.style.color='#ccc'"
|
||||
></div>
|
||||
class="server-block wow slideInUp"
|
||||
onmouseenter="this.style.color='#28f';this.style.borderColor='#098'"
|
||||
onmouseleave="this.style.color='#666';this.style.borderColor='#ccc'"
|
||||
>
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
<!-- <p class="text-center">{{item.title}}</p>
|
||||
<div
|
||||
class="text-center"
|
||||
v-html="item.content"
|
||||
onmouseenter="this.style.color='#28f'"
|
||||
onmouseleave="this.style.color='#ccc'"
|
||||
></div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="whyChooseView row">
|
||||
<p class="text-center">汇聚来自电子、木材、3D视觉、非标定制等行业工程师,共同打造极致的企业级产品用户体验。</p>
|
||||
<div class="stackItem">
|
||||
<div class="col-xs-12 col-sm-6 col-md-2 server-wrapper" v-for="(item,index) in hardwareList" :key="index">
|
||||
<div class="server-block wow zoomIn" onmouseenter="this.style.color='#28f';this.style.borderColor='#098'"
|
||||
onmouseleave="this.style.color='#666';this.style.borderColor='#ccc'">
|
||||
<img class="center-block" :src="item.logo" alt="logo">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -143,138 +183,137 @@ export default {
|
||||
return {
|
||||
swiperList: [
|
||||
{
|
||||
img: require("@/assets/img/banner1.png"),
|
||||
img: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/swiper1.png",
|
||||
path: "",
|
||||
title: '您身边的IT专家1',
|
||||
content: '宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介',
|
||||
},
|
||||
{
|
||||
img: require("@/assets/img/banner2.jpg"),
|
||||
path: "",
|
||||
title: '您身边的IT专家2',
|
||||
content: '宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介',
|
||||
},
|
||||
{
|
||||
img: require("@/assets/img/banner1.png"),
|
||||
path: "",
|
||||
title: '您身边的IT专家3',
|
||||
content: '宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介',
|
||||
},
|
||||
{
|
||||
img: require("@/assets/img/banner2.jpg"),
|
||||
path: "",
|
||||
title: '您身边的IT专家4',
|
||||
content: '宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介宣传简介',
|
||||
title: '欢迎访问我们的官网',
|
||||
content: '探索我们多功能的MES系统,旨在帮助您优化木材加工流程,实现高效生产和管理。',
|
||||
}
|
||||
],
|
||||
customerList: [
|
||||
{
|
||||
logo: require("@/assets/img/logo_hp.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/funct/1.png",
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_kk.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/funct/2.png",
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_toyota.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/funct/3.png",
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_kk.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/funct/4.png",
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_hp.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_toyota.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_kk.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_hp.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_toyota.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_hp.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_kk.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/logo_hp.png"),
|
||||
title:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。",
|
||||
content:
|
||||
"您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。您可以双击这里或者点击编辑按钮来修改内容。您还可以添加图标,按钮,图片等常用元素。"
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/funct/5.png",
|
||||
}
|
||||
],
|
||||
serverList: [
|
||||
customerModule:[
|
||||
{
|
||||
logo: require("@/assets/img/tel.png"),
|
||||
title: "核心优势1",
|
||||
content: "<p>由专业客服提供人工服务</p>负责疑难问题和故障受理"
|
||||
logo:'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/1.png',
|
||||
name:'生产工单',
|
||||
text:'制定和管理木材加工的生产工单,包括原料、加工工艺和数量信息。实时追踪工单状态和生产进度。'
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/computer.png"),
|
||||
title: "核心优势2",
|
||||
content: "<p>利用远程视频工具,提供协助</p>帮助客户进行调试、解决故障"
|
||||
logo: 'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/2.png',
|
||||
name: '生产排程',
|
||||
text:'基于工单需求和生产能力进行排程计划,考虑设备、人员和物料等因素。提供直观的可视化排程界面,方便灵活调整计划。'
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/qq.png"),
|
||||
title: "核心优势3",
|
||||
content: "<p>利用企业QQ提供在线解答</p>帮助企业快速准确解决问题和故障"
|
||||
logo: 'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/3.png',
|
||||
name: '能耗管理',
|
||||
text: '监测加工过程中的能耗数据,提供节能建议和优化措施,助力环保生产。'
|
||||
},
|
||||
{
|
||||
logo: require("@/assets/img/skill.png"),
|
||||
title: "核心优势4",
|
||||
content: "<p>由技术支持工程师,负责问题解答</p>需求受理及故障受理"
|
||||
logo: 'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/4.png',
|
||||
name: '设备产能和报修',
|
||||
text: '管理设备产能和效率,提供设备报修申请和记录功能,实时通知处理设备故障,减少停机时间。'
|
||||
},
|
||||
{
|
||||
logo: 'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/5.png',
|
||||
name: '生产流程管理',
|
||||
text: '定义和管理木材加工流程,确保操作标准和产品一致性。'
|
||||
},
|
||||
{
|
||||
logo: 'https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/module/6.png',
|
||||
name: '审批流',
|
||||
text: '设置审批流程,保障重要操作的合规和授权,并提供审批记录和状态跟踪。'
|
||||
},
|
||||
],
|
||||
moduleShow:false,
|
||||
|
||||
stackList: [
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/1.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/2.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/3.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/4.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/5.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/6.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/7.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/8.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/9.png",
|
||||
title: "",
|
||||
content: ""
|
||||
}
|
||||
]
|
||||
],
|
||||
hardwareList:[
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/10.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/11.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/12.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/13.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
{
|
||||
logo: "https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/stack/14.png",
|
||||
title: "",
|
||||
content: ""
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
@@ -315,6 +354,11 @@ export default {
|
||||
stopOnLastSlide: false,
|
||||
disableOnInteraction: false
|
||||
},
|
||||
// 如果需要分页器
|
||||
pagination: {
|
||||
el: ".swiper-pagination",
|
||||
clickable: true
|
||||
},
|
||||
// 如果需要前进后退按钮
|
||||
navigation: {
|
||||
nextEl: ".swiper-button-next",
|
||||
@@ -323,6 +367,7 @@ export default {
|
||||
observer: true, //修改swiper自己或子元素时,自动初始化swiper
|
||||
observeParents: true //修改swiper的父元素时,自动初始化swiper
|
||||
});
|
||||
|
||||
/* wowjs动画 */
|
||||
var wow = new WOW({
|
||||
boxClass: 'wow',
|
||||
@@ -336,14 +381,47 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
.homeTitleView{
|
||||
position: relative;
|
||||
}
|
||||
.homeTitleView .textBack{
|
||||
font-size: 34px;
|
||||
color: rgba(0,0,0,0.05);
|
||||
font-family: Inter;
|
||||
font-weight: 600;
|
||||
}
|
||||
.homeTitleView .textName{
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
font-size: 36px;
|
||||
font-family: PingFang SC;
|
||||
}
|
||||
.homeTitleView .textNameArt::after{
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: calc(50% - 60px);
|
||||
bottom: -15px;
|
||||
width: 120px;
|
||||
height: 4px;
|
||||
border-radius: 10px;
|
||||
background: #009688;
|
||||
}
|
||||
|
||||
/* 整体盒子 */
|
||||
#HomePage {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 轮播图 */
|
||||
#swiper {
|
||||
height: 600px;
|
||||
height: 700px;
|
||||
}
|
||||
#swiper .banner-swiper {
|
||||
width: 100%;
|
||||
@@ -366,27 +444,42 @@ export default {
|
||||
color: #fff;
|
||||
background: rgba(51, 51, 51, 0.534);
|
||||
text-align: center;
|
||||
line-height: 80px;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > h1{
|
||||
font-size: 50px;
|
||||
margin-top: 12%;
|
||||
margin-top: 13%;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > p{
|
||||
font-size: 20px;
|
||||
margin-top: 1%;
|
||||
margin-top: 3%;
|
||||
font-weight: 700;
|
||||
}
|
||||
/* 大数据管理系统 */
|
||||
#bigData {
|
||||
padding: 100px;
|
||||
padding: 50px 0;
|
||||
transition: all ease 0.6s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#bigData .bigData-title {
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
#bigData .bigDataItem{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#bigData .bigData-title {
|
||||
margin: 15px 0;
|
||||
border-radius: 28px;
|
||||
background: #009688;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
padding: 8px 24px;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 150, 136, 0.20);
|
||||
}
|
||||
#bigData .text{
|
||||
font-weight: 400;
|
||||
color: #666;
|
||||
font-family: PingFang SC;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
#bigData p {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
@@ -395,6 +488,9 @@ export default {
|
||||
#bigData .bigData-device {
|
||||
margin: 50px 0 20px;
|
||||
}
|
||||
#bigData .bigData-container{
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
/* 您身边的IT专家 */
|
||||
#contactUs {
|
||||
@@ -431,26 +527,23 @@ export default {
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
/* 客户评价 */
|
||||
/* mes系统功能 */
|
||||
#customer {
|
||||
padding: 50px 0;
|
||||
box-sizing: border-box;
|
||||
background: #efefef;
|
||||
background: #fff;
|
||||
transition: all ease 0.6s;
|
||||
}
|
||||
#customer .customer-title {
|
||||
font-size: 30px;
|
||||
color: rgb(102, 102, 102);
|
||||
margin: 0 0 30px;
|
||||
position: relative;
|
||||
}
|
||||
#customer .customer-block {
|
||||
background: #fff;
|
||||
padding: 30px;
|
||||
padding: 30px 30px 70px 30px;
|
||||
}
|
||||
#customer .customer-logo img {
|
||||
width: 94px;
|
||||
height: 94px;
|
||||
border: 1px solid #ccc;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#customer .customer-yh img {
|
||||
width: 34px;
|
||||
@@ -463,51 +556,186 @@ export default {
|
||||
#customer .customer-content2 {
|
||||
padding-top: 20px;
|
||||
}
|
||||
/* 为什么选择我们 */
|
||||
#whyChooseUs {
|
||||
padding: 100px;
|
||||
.customer-head{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 30px 0 20px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#whyChooseUs .whyChooseUs-title {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
#whyChooseUs .whyChooseUs-title p:nth-of-type(1) {
|
||||
font-size: 25px;
|
||||
.customer-head .head-name{
|
||||
background: #009688;
|
||||
width: 200px;
|
||||
height: 55px;
|
||||
border-radius: 56px;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
}
|
||||
#whyChooseUs .whyChooseUs-title p:nth-of-type(2) {
|
||||
.customer-head .head-name .icon{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#customerListView{
|
||||
padding: 50px 0;
|
||||
box-sizing: border-box;
|
||||
transition: all ease 0.6s;
|
||||
background: url("https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/back1.png") no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
#customerListView .row{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#customerListView .moduleView{
|
||||
overflow: hidden;
|
||||
height: calc(100% - 40px);
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 16px;
|
||||
background: #FFF;
|
||||
margin: 20px 0;
|
||||
padding: 24px 24px 40px 24px;
|
||||
}
|
||||
#customerListView .moduleView .customer-logo{
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
#customerListView .moduleView .customer-logo img{
|
||||
width: 68px;
|
||||
height: auto;
|
||||
}
|
||||
#customerListView .moduleView .head-name{
|
||||
margin: 20px 0 10px 0;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
color: #000;
|
||||
font-family: PingFang SC;
|
||||
}
|
||||
#customerListView .moduleView .text{
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
font-family: PingFang SC;
|
||||
}
|
||||
#customerListView .customer-head .head-name{
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* 技术栈 */
|
||||
#whyChooseUs {
|
||||
padding: 50px 0;
|
||||
background: url("https://dm-auto.oss-cn-shanghai.aliyuncs.com/mes-home/home/back2.png") no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
#whyChooseUs .whyChooseView{
|
||||
margin-top: 40px;
|
||||
}
|
||||
#whyChooseUs .whyChooseView .stackItem{
|
||||
margin-top: 20px;
|
||||
}
|
||||
#whyChooseUs .server-block {
|
||||
padding: 50px 20px;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 5px solid #ccc;
|
||||
margin: 8px 0;
|
||||
height: 120px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 12px;
|
||||
background: #FFF;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
cursor: pointer;
|
||||
}
|
||||
#whyChooseUs .server-block img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 100px;
|
||||
height: auto;
|
||||
}
|
||||
#whyChooseUs .server-block > p {
|
||||
font-size: 20px;
|
||||
margin: 30px 0;
|
||||
#whyChooseUs .whyChooseView > p {
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
#whyChooseUs .server-block > div {
|
||||
color: #ccc;
|
||||
#whyChooseUs .stackItem{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 媒体查询(手机) */
|
||||
@media screen and (max-width: 768px) {
|
||||
#swiper {
|
||||
height: 200px;
|
||||
.homeTitleView .textBack{
|
||||
font-size: 20px;
|
||||
}
|
||||
.homeTitleView .textName{
|
||||
font-size: 22px;
|
||||
}
|
||||
.homeTitleView .textNameArt::after{
|
||||
width: 80px;
|
||||
left: calc(50% - 40px);
|
||||
}
|
||||
|
||||
#swiper {
|
||||
height: 210px;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > h1{
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > p{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#customer {
|
||||
padding: 30px 0;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
}
|
||||
#customer .customer-title {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#customer .row {
|
||||
padding: 10px 15px 0 15px;
|
||||
}
|
||||
#customer .customer-block > div {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
#customerListView{
|
||||
padding: 20px 0;
|
||||
}
|
||||
#customerListView .moduleView .customer-logo{
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
}
|
||||
#customerListView .moduleView .customer-logo img{
|
||||
width: 100%;
|
||||
}
|
||||
#customerListView .moduleView .head-name{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#bigData {
|
||||
padding: 30px;
|
||||
padding: 30px 0;
|
||||
}
|
||||
#bigData .bigData-title {
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
#bigData .bigData-device {
|
||||
font-size: 20px;
|
||||
margin: 10px 0 10px;
|
||||
}
|
||||
#bigData .bigDataItem{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#contactUs {
|
||||
height: 200px;
|
||||
transition: all ease 0.6s;
|
||||
@@ -532,44 +760,18 @@ export default {
|
||||
height: 28px;
|
||||
margin: 10px;
|
||||
}
|
||||
#customer {
|
||||
padding: 30px 0;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
}
|
||||
#customer .customer-title {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#customer .customer-logo img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
#customer .customer-block {
|
||||
padding: 30px;
|
||||
}
|
||||
#customer .customer-block > div {
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
#whyChooseUs {
|
||||
padding: 20px 0;
|
||||
transition: all ease 0.6s;
|
||||
}
|
||||
#whyChooseUs .whyChooseUs-title p:nth-of-type(1) {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
}
|
||||
#whyChooseUs .whyChooseUs-title p:nth-of-type(2) {
|
||||
font-size: 12px;
|
||||
#whyChooseUs .row{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
#whyChooseUs .server-block {
|
||||
padding: 50px 0;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 5px solid #ccc;
|
||||
}
|
||||
#whyChooseUs .server-block img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
#whyChooseUs .server-block > p {
|
||||
font-size: 20px;
|
||||
@@ -582,14 +784,31 @@ export default {
|
||||
|
||||
/* 媒体查询(平板) */
|
||||
@media screen and (min-width: 768px) and (max-width: 996px) {
|
||||
.homeTitleView .textBack{
|
||||
font-size: 30px;
|
||||
}
|
||||
.homeTitleView .textName{
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
#swiper {
|
||||
height: 400px;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > h1{
|
||||
font-size: 30px;
|
||||
margin-top: 18%;
|
||||
}
|
||||
#swiper .banner-swiper .swiper-slide-title > p{
|
||||
font-size: 16px;
|
||||
}
|
||||
#customerListView{
|
||||
padding: 30px 0;
|
||||
}
|
||||
#bigData {
|
||||
padding: 60px;
|
||||
padding: 30px 0;
|
||||
}
|
||||
#bigData .bigData-title {
|
||||
font-size: 30px;
|
||||
font-size: 18px;
|
||||
}
|
||||
#bigData .bigData-device {
|
||||
font-size: 30px;
|
||||
@@ -624,6 +843,10 @@ export default {
|
||||
#whyChooseUs {
|
||||
padding: 20px 0;
|
||||
}
|
||||
#whyChooseUs .row{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user