king
2019-07-16 ed58afaaa564c54d22a42593265addce08bd5850
format-code
29个文件已修改
5627 ■■■■ 已修改文件
config/index.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json 5344 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/footer.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/header.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config/axios_init/env.js 补丁 | 查看 | 原始文档 | blame | 历史
src/config/axios_init/index.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config/globalLess/global.less 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/js/main.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/index.js 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/companyProfile/AboutMingKe.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/companyProfile/index.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/companyProfile/joinMingKe.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/companyProfile/postDetails.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/contactInformation/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index/dynamicDetail.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/news/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/partner/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productCenter/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/successCase/caseDetail.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/views/successCase/caseSolution.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/successCase/center.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/successCase/index.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/successCase/successCase.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
config/index.js
@@ -27,7 +27,6 @@
        notifyOnErrors: true,
        poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
        /**
         * Source Maps
         */
index.html
@@ -11,7 +11,6 @@
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>
<script type="text/javascript">
package-lock.json
Diff too large
src/App.vue
@@ -13,10 +13,10 @@
  watch: {},
  methods: {
    goHere(path){
      this.$router.push({path:'/'+path});
      this.$router.push({path:'/'+path})
    }
  },
};
  }
}
</script>
<style lang="less" scoped>
#app{
src/components/footer.vue
@@ -6,15 +6,10 @@
                <h3>北京明科普华信息技术有限公司</h3>
                <h2>帮助企业完成中国智造升级</h2>
                <div class="footer_bottom_icon22">
                    <el-popover
                      placement="top"
                      width="150"
                      trigger="hover"
                      v-model="visible">
          <el-popover placement="top" width="150" trigger="hover" v-model="visible">
                      <img src="../img/weixin.png" alt="">
                      <img src="../img/wei.png" slot="reference" alt style="margin-right: 0.16rem;" />
                    </el-popover>
                    <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2529499151&site=qq&menu=yes">
                        <img src="../img/QQ.png" alt />
                    </a>
@@ -45,11 +40,7 @@
        </div>
        <div class="footer_bottom">
            <div class="footer_bottom_icon">
                <el-popover
                    placement="top"
                    width="150"
                    trigger="click"
                    v-model="visible2">
        <el-popover placement="top" width="150" trigger="click" v-model="visible2">
                    <img src="../img/weixin.png" alt="">
                    <img src="../img/wei.png" slot="reference" alt style="margin-right: 0.16rem;" />
                </el-popover>
@@ -66,14 +57,14 @@
</template>
<script>
export default {
    name: "Footer",
  name: 'Footer',
    data() {
        return {
            visible: false,
            visible2: false,
      visible2: false
        }
    }
};
}
</script>
<style lang="less" scoped>
.footer {
@@ -152,14 +143,12 @@
    .footer {
        padding: 0.5rem 0 0;
    }
    .footer_left,
    .footer_right {
    .footer_left, .footer_right {
        float: none;
    }
    .footer_left {
        text-align: center;
        h3,
        h2 {
      h3, h2 {
            font-size: 0.34rem;
        }
        .footer_left_address {
src/components/header.vue
@@ -77,7 +77,6 @@
                </el-collapse-item>
            </el-collapse>
        </div>
    </div>
</template>
@@ -386,7 +385,6 @@
        }
    }
    @media (max-width: 750px) and (min-width: 0) {
        .title_s{
            font-size: 0.35rem;
@@ -432,7 +430,6 @@
            background-color: black;
            height: 0.5rem;
            line-height: 0.5rem;
        }
        .header .nav .nav_ul {
@@ -465,14 +462,11 @@
                display: none;
            }
        }
        .header .nav .navico,
        .header .nav .homeico {
            display: inline-block;
            padding: 0;
        }
        .abloutMingKe_ul,
        .abloutMingKe_ul1 {
            background: #303030;
@@ -521,10 +515,7 @@
            padding-right: 0.5rem;
            margin-bottom: 0.1rem;
        }
    }
    .list1 {
        display: flex;
        opacity: 0;
@@ -534,7 +525,6 @@
        top: 0.65rem;
        right: 0;
    }
    .list2 {
        opacity: 0;
        width: 2rem;
@@ -543,11 +533,9 @@
        top: 0.76rem;
        right: -0.84rem;
    }
    .active {
        opacity: 1;
    }
    .active1 {
        background: #212020;
    }
src/config/axios_init/env.js
src/config/axios_init/index.js
@@ -6,7 +6,6 @@
axios.defaults.crossDomain = true;
axios.defaults.withCredentials = true;
axios.interceptors.request.use((config) => {
    // 在发送请求之前做些什么
    config.data == undefined ? config.data = {} : false;
src/config/globalLess/global.less
@@ -69,7 +69,6 @@
    }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
@@ -102,3 +101,36 @@
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
src/js/main.js
@@ -4,8 +4,6 @@
    需要自行设置html fontSize  100px
    请使用rem em 
***/
;
(function(win, doc, undefined) {
    let resizeWid = 'orientationchange' in win ? 'orientationchange' : 'resize',
@@ -20,8 +18,6 @@
    win.addEventListener(resizeWid, reSize, false);
    doc.addEventListener('DOMContentLoaded', reSize, false);
})(window, document);
// ; (function (win, doc, Size, undefined) {
//     let resizeWid = 'orientationchange' in win ? 'orientationchange' : 'resize',
src/main.js
src/router/index.js
@@ -28,7 +28,6 @@
const JoinMingKe = resolve => require(['@/views/companyProfile/joinMingKe'], resolve)
    // 动态详情
const DynamicDetail = resolve => require(['@/views/index/dynamicDetail'], resolve)
// 解决方案
const CaseSolution = resolve => require(['@/views/successCase/caseSolution'], resolve)
const center = resolve => require(['@/views/successCase/center'], resolve)
@@ -37,7 +36,8 @@
        path: '/',
        // name: 'Home',
        component: Home,
        children: [{
  children: [
    {
                path: '/',
                name: 'Index',
                component: Index
@@ -51,7 +51,6 @@
                name: 'SuccessCase',
                path: '/successCase',//成功案例
                component: SuccessCase,
            },{
                name: 'SuccessCaseIndex',
                path: '/SuccessCaseIndex',//成功案例 详情
@@ -112,12 +111,8 @@
                path: '/center',//解决方案
                component: center
            }
        ]
    },
]
}]
export default new Router({
    routes: constantRouterMap,
src/store/index.js
@@ -4,25 +4,25 @@
Vue.use(Vuex);
const state = { //全局状态值
    loginType: false,
    userId:'',
  userId: ''
}
const mutations = {
    loginType: (state, val) => {
        state.loginType = val;
    state.loginType = val
    },
    userId:(state, val) => {
        state.userId = val;
    },
    state.userId = val
  }
}
const getters = {
    getLoginType: (state) => {
        return state.loginType;
    return state.loginType
    },
    getUserId:(state) => {
        return state.userId;
    },
    return state.userId
  }
}
const actions = {
@@ -33,7 +33,7 @@
    state,
    actions,
    mutations,
    getters,
  getters
})
export default store;
export default store
src/views/companyProfile/AboutMingKe.vue
@@ -113,7 +113,6 @@
    }
    .three{
        background: #F1F1F1;
        width: 100%;
        height: auto;
       .goods_ul{
@@ -268,7 +267,6 @@
            .goods_ul{
                flex: 1;
            }
            p{
                flex: 1;
                margin-right: .4rem;
@@ -285,13 +283,11 @@
                justify-content: center;
                align-items: center;
            }
            h2{
                margin: 0.2rem auto 0.1rem;
                display: inline-block;
                border-bottom: 0.02rem solid;
            }
        }
        .content:nth-child(3){
            width: 100%;
@@ -310,7 +306,6 @@
                width: 48%;
            }
        }
    }
    .content_title{
        margin: 1rem 0;
@@ -327,7 +322,9 @@
        }
    }
    .content_ul{
        li>h2{ margin: 0.38rem 0 0.18rem;}
      li > h2 {
        margin: 0.38rem 0 0.18rem;
      }
    }   
    .teamBuilding{
        h2{
@@ -412,7 +409,6 @@
        }
        li:last-child::before{
           display: none;
        }
    }
    .goods_ul{
@@ -445,8 +441,6 @@
            text-align: center;
            width: 25%;
            margin-bottom: .3rem;
            span{
                display: inline-block;
                background: #F9F9F9;
@@ -461,7 +455,6 @@
                border: 0.02rem solid #F9F9F9;
                margin: 0 auto;
                padding: 0.1rem 0 0.06rem;
                img{
                    height: 1.3rem;
                    margin: 0 auto;
@@ -490,7 +483,4 @@
        margin: 0 auto;
    }
}
</style>
src/views/companyProfile/index.vue
@@ -81,7 +81,6 @@
                </ul>
            </div>
            <div style="clear: both;"></div>
            <div class="wrapper">
                <div class="content_title fadeInUp zoomIn animated"><span>团队建设</span></div>
                <div class="content teamBuilding">
@@ -104,7 +103,6 @@
                            <p>南方的小伙伴羡慕吧!</p>
                        </li>
                    </ul>
                    <h2 style="margin-top: 0.6rem;"><span>公司活动,爱心公益</span></h2>
                    <ul class="teamBuilding_ul">
                        <li>
@@ -125,7 +123,6 @@
                        </li>
                    </ul>
                </div>
                <!-- 移动端样式 -->
                <div class="three_box p_hide">
                    <div><img src="../../img/dui1.png" alt=""></div>
@@ -161,8 +158,6 @@
                                <h3 class="h33"><img src="../../img/zheng6.png" alt="" @mouseover="img_index = 4" @mouseout="img_index = 0" class="animated" :class="img_index == 4 ? 'tada' : ''"></h3>
                                <span>霍尼韦尔合作伙伴</span>
                            </li>
                            <li>
                                <h3 class="h33"><img src="../../img/zheng5.png" alt="" @mouseover="img_index = 5" @mouseout="img_index = 0" class="animated" :class="img_index == 5 ? 'tada' : ''"></h3>
                                <span>优秀企业</span>
@@ -179,13 +174,10 @@
                                <h3 class="h33"><img src="../../img/zheng4.png" alt="" @mouseover="img_index = 8" @mouseout="img_index = 0" class="animated" :class="img_index == 8 ? 'tada' : ''"></h3>
                                <span>优秀解决方案奖</span>
                            </li>
                            <li>
                                <h3 class="h33"><img src="../../img/zheng8.png" alt="" @mouseover="img_index = 9" @mouseout="img_index = 0" class="animated" :class="img_index == 9 ? 'tada' : ''"></h3>
                                <span>斑马合作伙伴</span>
                            </li>
                            <li>
                                <h3 class="h33"><img src="../../img/zheng10.png" alt="" @mouseover="img_index = 10" @mouseout="img_index = 0" class="animated" :class="img_index == 10 ? 'tada' : ''"></h3>
                                <span>仓库管理系统著作权</span>
@@ -198,8 +190,6 @@
                                <h3 class="h33"><img src="../../img/zheng10.png" alt="" @mouseover="img_index = 12" @mouseout="img_index = 0" class="animated" :class="img_index == 12 ? 'tada' : ''"></h3>
                                <span>质量追溯系统著作权</span>
                            </li>
                            <li>
                                <h3 class="h33"><img src="../../img/zheng10.png" alt="" @mouseover="img_index = 13" @mouseout="img_index = 0" class="animated" :class="img_index == 13 ? 'tada' : ''"></h3>
                                <span>物流配送管理系统著作权</span>
@@ -216,7 +206,6 @@
                                <h3 class="h33"><img src="../../img/zheng11.png" alt="" @mouseover="img_index = 16" @mouseout="img_index = 0" class="animated" :class="img_index == 16 ? 'tada' : ''"></h3>
                                <span>企业资源计划著作权</span>
                            </li>
                            <li>
                                <h3 class="h33"><img src="../../img/zheng11.png" alt="" @mouseover="img_index = 17" @mouseout="img_index = 0" class="animated" :class="img_index == 17 ? 'tada' : ''"></h3>
                                <span>商城系统著作权</span>
@@ -280,7 +269,7 @@
        //根据hash值跳转不同锚点
        get_anchor(hash){
            if(this.anchor){
                document.querySelector(hash).scrollIntoView(true);
        document.querySelector(hash).scrollIntoView(true)
            }
        }
    },
@@ -294,7 +283,6 @@
              this.anchor = true
              this.get_anchor(to.hash)
           }
        }
    }
}
@@ -451,7 +439,6 @@
            height: auto;
            li{
                flex: 1;
                p{
                    width: auto;
                    font-size: 0.24rem;
@@ -521,7 +508,6 @@
                display: none;
            }
        }
    }
    .contact_ul{
        width: 98%;
@@ -572,7 +558,6 @@
            .goods_ul{
                flex: 1;
            }
            p{
                flex: 1;
                margin-right: .4rem;
@@ -589,13 +574,11 @@
                align-items: center;
                margin-left: 0.2rem;
            }
            h2{
                margin: 0.2rem auto 0.1rem;
                display: inline-block;
                border-bottom: 0.02rem solid;
            }
        }
        .content:nth-child(3){
            width: 100%;
@@ -613,7 +596,6 @@
                width: 48%;
            }
        }
    }
    .content_title{
        margin: 1rem 0;
@@ -630,7 +612,9 @@
        }
    }
    .content_ul{
        li>h2{ margin: 0.38rem 0 0.18rem;}
      li > h2 {
        margin: 0.38rem 0 0.18rem;
      }
    }   
    .teamBuilding{
        h2{
@@ -716,7 +700,6 @@
        }
        li:last-child::before{
           display: none;
        }
    }
    .goods_ul{
@@ -794,7 +777,4 @@
        margin: 0 auto;
    }
}
</style>
src/views/companyProfile/joinMingKe.vue
@@ -130,7 +130,7 @@
            </div>
            <div class="p_hide">
                <div v-for="(item,index) in person" @click="jump(index)" class="box" :class="active_index == index ? 'active' : ''">
      <div v-for="(item,index) in person" @click="jump(index)" class="box" :key="index" :class="active_index == index ? 'active' : ''">
                    <div class="line1">{{item.name}}<span>面议</span></div>
                    <div class="line2"><img src="../../img/jingli.png" alt="">北京明科普华信息技术有限公司<span>2019-03-28</span></div>
                </div>
src/views/companyProfile/postDetails.vue
@@ -178,8 +178,6 @@
                line-height: 0.37rem;
            }
        }
    }
    .footer {
src/views/contactInformation/index.vue
@@ -31,7 +31,6 @@
                            <el-input class="color" placeholder="称呼"></el-input>
                        </el-form-item>
                    </el-col>
                </el-row>
                <el-row>
                    <el-col :span="12">
@@ -44,7 +43,6 @@
                            <el-input class="color" placeholder="公司"></el-input>
                        </el-form-item>
                    </el-col>
                </el-row>
                <el-row>
                    <el-col>
@@ -73,8 +71,7 @@
            }
        }
    },
  }
}
</script>
src/views/home/index.vue
@@ -29,7 +29,7 @@
        },
        watch:{ //监听路由
            $route(to,from){
                if(to.path == '/postDetails'){
                if (to.path === '/postDetails') {
                    this.isShow = false
                }
            }
src/views/index/dynamicDetail.vue
@@ -6,16 +6,14 @@
                <h2 class="dynamic_title">宝时得电商平台项目启动会议隆重举行</h2>
                <h3 class="dynamic_subtitle">企业资讯 | 2018-10-10</h3>
                <div class="dynamic_content">
                    <p>
                        9月22日上午,宝时得电商平台项目启动会在苏州厅隆重召开,专业工具营销中心朱总、财务张总、信息化管理部丁总,携项目组团队参加了此次会议。北京明科普华副总经理张富贵,携顾问代表4人出席了会议。<br />
          <p>9月22日上午,宝时得电商平台项目启动会在苏州厅隆重召开,专业工具营销中心朱总、财务张总、信息化管理部丁总,携项目组团队参加了此次会议。北京明科普华副总经理张富贵,携顾问代表4人出席了会议。<br />
                        会议由电商销售部经理纪锦露主持召开。
                    </p>
                    <img src="../../img/dynamicDetail.png" alt="">
                </div>
                <div class="dynamic_content">
                    <p>
                        会议伊始,电商销售部经理纪锦露首先分析了近几年由于电商销量的不断上升,电商部门在工作中所遇到的各类问题,纪经理尤其指出在每年双十一期间巨大的订单量给电商部门带来了巨大的工作量。<br />
                        <div style="margin: 0.3rem 0;">2017年的双十一即将来临,通过IT平台打通电商平台与SAP系统实现数据流对接,提高物流发货效率,降低人为出错率,降低人工成本,已经迫在眉睫。</div>
          <p>会议伊始,电商销售部经理纪锦露首先分析了近几年由于电商销量的不断上升,电商部门在工作中所遇到的各类问题,纪经理尤其指出在每年双十一期间巨大的订单量给电商部门带来了巨大的工作量。<br />
            <span style="margin: 0.3rem 0;display: inline-block;">2017年的双十一即将来临,通过IT平台打通电商平台与SAP系统实现数据流对接,提高物流发货效率,降低人为出错率,降低人工成本,已经迫在眉睫。</span>
                        接着,北京明科普华项目总监兼项目经理刘畅向与会各位介绍了北京明科各类电商管理项目实施经验,以及明科项目将会给宝时得电商管理带来什么变化。在时间上本项目预计从项目正式启动后的2个月内完成平台搭建、平台开发与一期功能实施,项目上线。二期在一期上线后的一个月内完成相关的开发与上线工作。
                     </p>
                    <img src="../../img/da2.png" alt="">
@@ -25,8 +23,7 @@
                    <img src="../../img/da3.png" alt="">
                </div>
                <div class="dynamic_content">
                    <p>
                        最后,专业工具营销中心朱总为此次会议做了总结,并指出本次项目时间比较紧张,并且一上线就将面临双十一的这场‘大战’,希望项目组团队能够高质量的完成任务。<br />
          <p>最后,专业工具营销中心朱总为此次会议做了总结,并指出本次项目时间比较紧张,并且一上线就将面临双十一的这场‘大战’,希望项目组团队能够高质量的完成任务。<br />
                        电商平台项目将会给宝时得电商运营带来巨大变化。让我们在互联网+的大时代背景下,通过全新的电商管理平台,共同努力,为宝时得创下新的销售传奇!
                    </p>
                    <img src="../../img/da4.png" alt="">
@@ -63,8 +60,6 @@
                            <span>2017-03-08</span>
                        </div>
                    </li>
                    <li>
                        <img src="../../img/r5.png" alt="">
                        <div>
@@ -96,7 +91,6 @@
                </ul>
            </div>
        </div>
        <div class="wechat p_hide">
            <div class="title_a">媒体合作</div>
            <div class="title_c">
@@ -105,7 +99,6 @@
            <div class="title_b">更多动态请关注</div>
            <div class="title_b">明科企业官方公众号</div>
        </div>
        <div class="wrapper dynamic_b">
            <p>上一篇:这已经是第一篇了 <span>企业资讯 | 2017-03-08</span></p>
            <p>下一篇:明科产品质量安全追溯系统解决方案 <span>企业资讯 | 2017-03-08</span></p>
@@ -210,7 +203,6 @@
            display: none;
        }
        .dynamic_content {
            p{
                font-size: .28rem;
                line-height: .4rem;
@@ -229,7 +221,6 @@
        padding: .4rem 0;
        p{
            margin: .1rem 0;
            span{
                font-family:MicrosoftYaHei;
                font-weight:400;
@@ -244,7 +235,6 @@
    .dynamic_r{
        flex:0.25;
        margin-top: 0.2rem;
        h3{
            font-size: 0.16rem;
            color:#3A3A3C;
@@ -269,10 +259,8 @@
                    font-size: 0.06rem;
                    color: #AFADAD;
                }
            }
        }
    }
}
</style>
src/views/index/index.vue
@@ -3,7 +3,6 @@
        <div class="banner"><img src='../../img/home.png' alt=""></div>
        <div class="wrapper-box">
            <h3 class="content_title fadeInUp zoomIn animated"><span>主营业务</span></h3>
            <div class="m_zhu">
                <div class="title_a">明科商业智能开放平台</div>
                <div class="title_b">MingKeOS</div>
@@ -834,7 +833,9 @@
            height: 3rem;
            margin: 0.69rem 0 .85rem;
        }
        .business_ul > li:hover {
            z-index: 1000;
        }
        .business_ul>li {
            display: inline-block;
            text-align: center;
src/views/news/index.vue
@@ -51,7 +51,6 @@
                            </div>
                        </router-link>
                        
                        <router-link to="/dynamicDetail" tag="li">
                            <h3>
                                <img src="../../img/qi4.png" alt="">
@@ -145,7 +144,8 @@
                            </div>
                        </router-link>
                    </ul>
                </div><div v-show="cur==3">
        </div>
        <div v-show="cur==3">
                    <ul class="news_ul">
                        <router-link to="/dynamicDetail" tag="li">
                            <h3>
@@ -417,7 +417,6 @@
        border:none;
    }
}
</style>
<style>
    .el-pagination.is-background .el-pager li{
src/views/partner/index.vue
@@ -52,7 +52,6 @@
                                <img src="../../img/huo2.png" class="right_img p_hide" alt="" style="right: 0.4rem;">
                            </el-form-item>
                        </el-col>
                    </el-row>
                    <el-row>
                        <el-col :span="12">
@@ -69,7 +68,6 @@
                                <img src="../../img/huo4.png" class="right_img p_hide" alt="">
                            </el-form-item>
                        </el-col>
                    </el-row>
                    <el-row>
                        <el-col>
@@ -103,7 +101,7 @@
            input5:'',
            isPhone:true,//手机 PC
            p_txt:'实施伙伴',
            e_txt:'Implementing partners',
      e_txt: 'Implementing partners'
        }
    },
    methods:{
@@ -145,8 +143,7 @@
               this.$message.error(err);
            }
        }
    },
    }
}
</script>
@@ -225,7 +222,6 @@
        width: 100%;
        background: #00A1E1;
    }
}
@media (min-width: 751px) {
    h1{
@@ -273,13 +269,11 @@
            margin-top: 0.28rem;
            padding:0 1.32rem;
        }
    }
    .el-input--mini .el-input__inner{
        height: 47px;
        line-height: 47px;
    }
    .el-button--primary{
        padding: 0.13rem 1.70rem;
    }
@@ -294,7 +288,6 @@
        padding: 0 .4rem;
    }
}
.wrapper,.partner_info{
    .content_title:first-child{
        margin: 0.99rem 0 0.95rem;
@@ -306,7 +299,8 @@
            width: 0.03rem;
            background: #00A1E1;
            vertical-align: middle;
            float: left;
        // float: left;
        float: none;
            margin-top: 0.04rem;
        }
        span{
@@ -325,7 +319,6 @@
    .el-message--error{
        z-index: 9999 !important;
    }
    @media (max-width: 750px) and (min-width: 0){
        .el-textarea__inner{
            line-height: 1;
@@ -342,5 +335,4 @@
            background-color: #303940 !important;
        }
    }
</style>
src/views/productCenter/index.vue
@@ -16,7 +16,8 @@
                <span :class="h_index == 5 ? 'hover2' : 'scene'" @mouseover="h_index = 5" @mouseout="h_index = 0"><img src="../../img/p5.png" alt=""><span class="txt txt2">MES<br />智能制造</span></span>
                <span :class="h_index == 6 ? 'hover2' : 'scene'" @mouseover="h_index = 6" @mouseout="h_index = 0">
                    <img src="../../img/jing.png" alt="" class="m_img"><span class="txt m_img">经销商管理</span>
                    <img src="../../img/p6.png" alt="" class="p_img"><span class="txt p_img" style="color: black;bottom: 0;">经销商管理</span>
          <img src="../../img/p6.png" alt="" class="p_img">
          <span class="txt p_img" style="color: black;bottom: 0;">经销商管理</span>
                </span>
            </div>
        </div>
@@ -27,22 +28,18 @@
                    <div><img src="../../img/p7.png" alt=""></div>
                    <p>可配置开发</p>
                </div>
                <div class="content_skill_item">
                    <div><img src="../../img/p8.png" alt=""></div>
                    <p>三屏合一</p>
                </div>
                <div class="content_skill_item">
                    <div><img src="../../img/p9.png" alt=""></div>
                    <p>接口技术</p>
                </div>
                <div class="content_skill_item">
                    <div><img src="../../img/p10.png" alt=""></div>
                    <p>语言包</p>
                </div>
                <div class="content_skill_item">
                    <div><img src="../../img/p11.png" alt=""></div>
                    <p>IOT</p>
@@ -67,7 +64,6 @@
                        <img src="../../img/p12.png" alt="">
                    </div>
                </div>
                <div class="content_industry_card">
                    <h3>商业流通</h3>
                    <p>随着互联网的快速发展,电子商务行业发展迅猛,作为互联网和相关服务业中新业态,不仅创造了新的消费需求,同时也引发了新的投资新潮,开辟了就业增收新渠道,为大众、万众创新提供了新空间。</p>
@@ -80,7 +76,6 @@
                    </div>
                </div>
            </div>
            <div class="content_industry">
                <div class="content_industry_card">
                    <h3>装备制造</h3>
@@ -98,7 +93,6 @@
                        <img src="../../img/p14.png" alt="">
                    </div>
                </div>
                <div class="content_industry_card">
                    <h3>商业流通</h3>
                    <p>随着互联网的快速发展,电子商务行业发展迅猛,作为互联网和相关服务业中新业态,不仅创造了新的消费需求,同时也引发了新的投资新潮,开辟了就业增收新渠道,为大众、万众创新提供了新空间。</p>
@@ -147,14 +141,13 @@
export default {
    data(){
        return{
            h_index:0,
            h_index: 0
        }
    }
}
</script>
<style lang="less" scoped>
@media (min-width: 751px){
    .p_hide{
        display: none !important;
@@ -175,7 +168,6 @@
    .scene{
        margin: 0 auto;
        position: relative;
        .txt{
            position: absolute;
            left: 1.16rem;
@@ -189,7 +181,6 @@
            top:0.19rem;
            left: 0.28rem;
        }
        .content_title{
            margin: .53rem 0 0.52rem;
        }
@@ -198,15 +189,12 @@
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            span{
                display: inline-block;
                margin-bottom: .15rem;
            }
        }
    }
    .hover2{
        cursor: pointer;
        transform: scale(1.2);
@@ -312,7 +300,6 @@
            }
        }
    }
    @media (max-width: 750px) and (min-width: 0){
        .hover2{
            pointer-events: none;
@@ -336,7 +323,6 @@
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .scene{
                display: inline-block;
                width: 48%;
src/views/successCase/caseDetail.vue
src/views/successCase/caseSolution.vue
@@ -169,22 +169,18 @@
        .content_title {
            margin-top: .5rem
        }
        p {
            padding: .4rem .4rem 0;
            color: #676767;
            font-size: .15rem;
            line-height: 0.26rem;
        }
        .solution_box-m {
            display: none;
        }
        .content_solution {
            margin-top: 1rem;
        }
        .solution_box {
            float: left;
            padding: .3rem .4rem;
@@ -207,12 +203,10 @@
                        color:rgba(59,59,60,1);
                    }
                }
                p {
                    padding: .3rem 0;
                    color: #3E3E3E;
                }
                .title {
                    width: 100%;
@@ -223,7 +217,6 @@
                    }
                }
            }
            dd {
                width: 30%;
                height: 80%;
@@ -237,12 +230,10 @@
            dd {
                float: left;
            }
            dt {
                float: right;
            }
        }
        .solution_box_in>h3>span:after {
            content: '';
            position: absolute;
@@ -300,7 +291,6 @@
                margin: 0.32rem 0;
                color: #676767;
            }
            .content_industry_list{
                display: flex;
                font-size: 0.24rem;
@@ -326,16 +316,12 @@
                }
            }
        }
        .center {
            padding-top: .6rem;
        }
        .solution_box {
            display: none;
        }
        .content_solution {
            margin-top: .6rem;
@@ -371,7 +357,6 @@
                    .dd-img {
                        width: 70%;
                    }
                    .title {
                        width: 30%;
                        text-align: center;
@@ -389,13 +374,10 @@
                    }
                }
            }
        }
        .content_title {
            margin: 1rem 0 .3rem 0;
        }
        .solution_box_in>h3>span:after {
            content: '';
            position: absolute;
src/views/successCase/center.vue
@@ -177,15 +177,12 @@
            color: #676767;
            font-size: .14rem;
        }
        .solution_box-m {
            display: none;
        }
        .content_solution {
            margin-top: 1rem;
        }
        .solution_box {
            float: left;
            padding: .3rem .4rem;
@@ -338,7 +335,6 @@
            }
        }
        
        .center {
            padding-top: .6rem;
        }
@@ -400,13 +396,11 @@
                    }
                }
            }
        }
        .content_title {
            margin: 1rem 0 .3rem 0;
        }
        .solution_box_in>h3>span:after {
            content: '';
            position: absolute;
src/views/successCase/index.vue
@@ -33,7 +33,6 @@
                            <span v-if="isShow1" class="txt">明科为中石油实施了物资条码管理系统,实现了需求部门在线计划报批、供应商协同送货、项目现场收、发、盘、存等功能。系统采用了互联网、无线技术条码技术相结合的方案进行实施,为中石油节省大量人力、物力。</span>
                        </div>
                    </div>
                    <div class="left_border" style="float: right;margin-top: 0.5rem;">智能制造</div>
                    <div class="contnt-describe" style="margin-bottom: 1.48rem;">
                        <div class="left">
@@ -60,7 +59,6 @@
                </div>
            </div>
        </div>
        <!-- 移动端样式 -->
        <div class="webapp p_hide">
            <h3 class="content_title2 fadeInUp zoomIn animated"><span>案例详情</span></h3>
@@ -109,7 +107,7 @@
    data(){
        return{
            isShow1:false,
            isShow2:false,
            isShow2: true
        }
    },
    mounted(){
@@ -120,7 +118,6 @@
</script>
<style lang="less" scoped>
.content_title{
    padding: 0.94rem 0 1.03rem;
    p{
@@ -167,11 +164,9 @@
    .contnt-describe{
        float: left;
        margin-bottom: .2rem;
        .left{
            float: left;
            width: 50%;
            span{
                display: inline-block;
                padding-top: .3rem;
@@ -216,7 +211,6 @@
        }
        .left{
            float: left;
            ul{
                width: 100%;
                display: flex;
@@ -250,7 +244,7 @@
        position: relative;
        padding-left: .2rem;
        margin-bottom: 0.3rem;
        float: left;
      float: none;
    }
    .left_border::after{
        content: '';
@@ -272,7 +266,6 @@
            padding-left: .06rem;
            margin-top: 0.2rem;
            position: relative;
            span{
                font-size: 0.36rem;
                margin-left: 0.18rem;
@@ -289,7 +282,6 @@
            top: 0.05rem;
            left: 0;
        }
        .content_title2{
            font-size:0.36rem;
            font-family:PingFang-SC-Bold;
@@ -320,11 +312,9 @@
            height: 0.02rem;
            background: #999999;
        }
        .img_box{
            margin: 0.3rem 0.3rem 0.4rem;
        }
        .project{
            background: #f9f9f9;
            box-sizing: border-box;
@@ -348,11 +338,9 @@
                    }
                }
            }
            .three_box{
                margin: 0.4rem 0.3rem 0;
                display: flex;
                div{
                    flex: 1;
                    padding-right: 0.3rem;
@@ -363,9 +351,6 @@
            }
        }
    }
    .header{
        padding: 0 2%;
    }
src/views/successCase/successCase.vue
@@ -101,7 +101,6 @@
</script>
<style lang="less" scoped>
.content_title{
    margin: 0.6rem 0 0.5rem;
    p{
@@ -145,7 +144,7 @@
}
.case_list > li{
    width: 19%;
    float: left;
    float: none;
    text-align: center;
    margin: 0.48rem 3% 0;
    display: inline-block;
@@ -158,7 +157,6 @@
        padding: 0.12rem 0;
        color: #fff;
    }
}
.content:nth-child(3){
    margin:0.72rem 0 2.88rem;
@@ -201,7 +199,6 @@
            }
        }
    }
    .contnt-describe{
        float: left;
        padding: .1rem .2rem 0.3rem;
@@ -308,7 +305,6 @@
            width: 100% !important;
        }
    }
    .left{
        text-align: center;
        .p_img{