|
|
@@ -6,7 +6,7 @@
|
|
|
<h4>每个项目,我们从认真做原型开始</h4>
|
|
|
<h5>深入了解行业背景,深度沟通用户需求,规划出最合适的产品</h5>
|
|
|
<div class="picture">
|
|
|
- <div class="first" @mouseover="mouseOver" @mouseleave="mouseLeave" @touchmove="mouseOver" @touchend="mouseLeave">
|
|
|
+ <div class="first" @mouseover="mouseOver" @mouseleave="mouseLeave" @touchstart="mouseOver" @touchend="mouseLeave">
|
|
|
<div class="bg" :class="{paddingMargin:activeFlag}">
|
|
|
<p class="line"></p>
|
|
|
<h6 v-bind:class="{titleMargin:activeFlag}">面对老板和客户</h6>
|
|
|
@@ -19,7 +19,7 @@
|
|
|
<img src="./images/1@2x.png" alt="加载失败" v-if="!activeFlag">
|
|
|
<img src="./images/点击态1.png" alt="加载失败" v-else>
|
|
|
</div>
|
|
|
- <div class="second" @mouseover="mouseOverTeam" @mouseleave="mouseLeaveTeam" @touchmove="mouseOverTeam" @touchend="mouseLeaveTeam">
|
|
|
+ <div class="second" @mouseover="mouseOverTeam" @mouseleave="mouseLeaveTeam" @touchstart="mouseOverTeam" @touchend="mouseLeaveTeam">
|
|
|
<div class="bg" :class="{paddingMargin:activeTeamFlag}">
|
|
|
<p class="line"></p>
|
|
|
<h6 :class="{titleMargin:activeTeamFlag}">面对团队内部</h6>
|
|
|
@@ -784,7 +784,6 @@ export default {
|
|
|
// box13Arry: [],
|
|
|
// clientArry: [],
|
|
|
api2: "api_get_picture",
|
|
|
- offsetTop:"0",
|
|
|
time: new Date().getTime() + ""
|
|
|
};
|
|
|
},
|