diff --git a/README.md b/README.md index cf755ce..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,15 +1 @@ -# 问题 - -banner 延迟1s - -上下滑动动画不一样 - -出去不猛干 - - -control ani 问题 - - -机械传动硬件一样 - diff --git a/src/assets/img/web/back.gif b/src/assets/img/web/back.gif index b15e9cb..aad686b 100644 Binary files a/src/assets/img/web/back.gif and b/src/assets/img/web/back.gif differ diff --git a/src/common/utils.js b/src/common/utils.js index 70b4162..71cfba5 100644 --- a/src/common/utils.js +++ b/src/common/utils.js @@ -98,7 +98,6 @@ export const totalPageAni = async (activeIndex, previousIndex) => { } if (activeIndex == 1) { animateCSS('#servive_big_title_ani', aniName) - animateCSS('#servive_detail_intro_ani', aniName) } if (activeIndex == 2) { animateCSS('#cooperation_ani', aniName) @@ -139,6 +138,10 @@ export const totalPageAni = async (activeIndex, previousIndex) => { if (activeIndex == 14) { animateCSS('#post_page_title_ani', aniName) } + if (activeIndex == 15) { + animateCSS('#contract_info_ani', aniName) + animateCSS('#contact_hand', aniName) + } } // export const totalTitleAni = (activeIndex, previousIndex) => { diff --git a/src/views/Index/components/CasePictureList/index.vue b/src/views/Index/components/CasePictureList/index.vue index cf5822c..8be62c9 100644 --- a/src/views/Index/components/CasePictureList/index.vue +++ b/src/views/Index/components/CasePictureList/index.vue @@ -5,7 +5,7 @@

案例展示

- back +
diff --git a/src/views/Index/components/ContactUs/index.vue b/src/views/Index/components/ContactUs/index.vue index 5e4d7a3..0556c55 100644 --- a/src/views/Index/components/ContactUs/index.vue +++ b/src/views/Index/components/ContactUs/index.vue @@ -13,30 +13,32 @@
-

- 为产品添彩,为企业赋能
- 打造高品质/强落地/有卖点的好产品 -

-
-
- -

袁老师  137 1789 2018

-
-
- -

袁老师  137 1789 2018

-
-
-
-
- -

info@iflytop.com

+
+

+ 为产品添彩,为企业赋能
+ 打造高品质/强落地/有卖点的好产品 +

+
+
+ +

袁老师  137 1789 2018

+
+
+ +

袁老师  137 1789 2018

+
-
- -

- 北京市昌平区回龙观街道博纳集团3号楼一层   产品梦工厂 -

+
+
+ +

info@iflytop.com

+
+
+ +

+ 北京市昌平区回龙观街道博纳集团3号楼一层   产品梦工厂 +

+
diff --git a/src/views/Index/components/Cooperation/index.vue b/src/views/Index/components/Cooperation/index.vue index 1dce9f6..b204beb 100644 --- a/src/views/Index/components/Cooperation/index.vue +++ b/src/views/Index/components/Cooperation/index.vue @@ -8,7 +8,7 @@

医疗企业 互联网公司 智能硬件公司 科研院所 工业自动化企业

- back +
diff --git a/src/views/Index/components/Culture/index.vue b/src/views/Index/components/Culture/index.vue index 797f23b..046b933 100644 --- a/src/views/Index/components/Culture/index.vue +++ b/src/views/Index/components/Culture/index.vue @@ -9,7 +9,7 @@

有信心、有逻辑、有实践、有责任、有总结·这就是我们的财富

- back +
diff --git a/src/views/Index/components/HardwareSummary/index.vue b/src/views/Index/components/HardwareSummary/index.vue index cfde678..8647c92 100644 --- a/src/views/Index/components/HardwareSummary/index.vue +++ b/src/views/Index/components/HardwareSummary/index.vue @@ -5,7 +5,7 @@

软硬件开发

- back +
diff --git a/src/views/Index/components/MechanicalControl/index.vue b/src/views/Index/components/MechanicalControl/index.vue index 4e690f3..64fd8fb 100644 --- a/src/views/Index/components/MechanicalControl/index.vue +++ b/src/views/Index/components/MechanicalControl/index.vue @@ -158,6 +158,9 @@ onMounted(() => { .dialog_text { position: absolute; display: flex; + transition-property: all; + transition-duration: 0.7s; + animation-fill-mode: forwards; align-items: center; justify-content: center; font-size: 23px; @@ -176,7 +179,7 @@ onMounted(() => { .broadside_div:hover { cursor: pointer; .dialog_text { - display: none; + background: rgba(0, 0, 0, 0); } } .bg1 { diff --git a/src/views/Index/components/MechanicalDrive/Card/index.vue b/src/views/Index/components/MechanicalDrive/Card/index.vue index 8c5ceb7..5c20da6 100644 --- a/src/views/Index/components/MechanicalDrive/Card/index.vue +++ b/src/views/Index/components/MechanicalDrive/Card/index.vue @@ -112,7 +112,6 @@ const getImgSrc = () => { } .dian_container:hover { border-radius: 10px; - transform: scale(1.1); .btn { background: $theme_color; } diff --git a/src/views/Index/components/ReadWidely/Card/index.vue b/src/views/Index/components/ReadWidely/Card/index.vue index 1ecc7d0..3d952a8 100644 --- a/src/views/Index/components/ReadWidely/Card/index.vue +++ b/src/views/Index/components/ReadWidely/Card/index.vue @@ -57,9 +57,6 @@ const getBg = () => { width: 350px; height: 205px; position: relative; - transition-property: all; - transition-duration: 0.7s; - animation-fill-mode: forwards; .dialog_text { position: absolute; left: 0; @@ -83,7 +80,7 @@ const getBg = () => { } .read_card_container:hover { .dialog_text { - display: none; + background: rgba(0, 0, 0, 0); } } .bg1 { diff --git a/src/views/Index/components/Recruit/index.vue b/src/views/Index/components/Recruit/index.vue index 8d69843..ce2aeb5 100644 --- a/src/views/Index/components/Recruit/index.vue +++ b/src/views/Index/components/Recruit/index.vue @@ -22,7 +22,12 @@ :postInfo="item" />
-
+
diff --git a/src/views/Index/components/Service/index.vue b/src/views/Index/components/Service/index.vue index dafcb14..e669b4a 100644 --- a/src/views/Index/components/Service/index.vue +++ b/src/views/Index/components/Service/index.vue @@ -3,13 +3,13 @@
-
-

+
+

产品研发 / 设计 / 量产  一站式服务

-

+

产品梦工厂一家公司全部帮您搞定
减少供应商数量就能有效防止供应商 扯皮/推诿
不仅帮您

硬件研发经验

- back +
diff --git a/src/views/Index/components/WebOfThing/index.vue b/src/views/Index/components/WebOfThing/index.vue index 11e4df3..53546ad 100644 --- a/src/views/Index/components/WebOfThing/index.vue +++ b/src/views/Index/components/WebOfThing/index.vue @@ -27,8 +27,8 @@ import Project from '@/assets/img/web/zuo1.png' position: relative; .main_content { position: absolute; - left: 190px; - top: 50%; + left: 240px; + top: 55%; transform: translateY(-50%); .big_title { font-size: 44px;