From 258be6950d9b392d55d4c51fc004787d81b4cf78 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 5 Jun 2023 13:45:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/homepage/two.vue | 134 +++++++++++++++-------------- 1 file changed, 70 insertions(+), 64 deletions(-) diff --git a/src/pages/modules/homepage/two.vue b/src/pages/modules/homepage/two.vue index d2ef699..0a9d93b 100644 --- a/src/pages/modules/homepage/two.vue +++ b/src/pages/modules/homepage/two.vue @@ -68,61 +68,63 @@ -
-
- +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
-
- +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- +
+
+ +
@@ -648,11 +650,17 @@ export default { _wh(100%, auto) .mtp_wrap_4 left 13% -.cmd_wrap_1 - width: 8%; - height: 15%; - top: 41%; +.cmd_block + width 40% + height 50% + position absolute + top: 35%; left: 28%; +.cmd_wrap_1 + width: 24%; + height: 36%; + top: 0 + left: 0 .robot_1 width: 20%; left: 38%; @@ -711,17 +719,15 @@ export default { top: auto; bottom: 9% .cmd_wrap_2 - left 43% + left 38% .liu_wrap - width: 48%; - top: 60%; - left: 26%; - height: 31%; + width: 122%; + top: 43%; + left: -12%; .liu width: 100%; top: 0; left: 0; - height: 100%; img - _wh(100%, 100%) + _wh(100%, auto) From b570d21395cbaa3fb3896902f7a1d01b4069ff2b Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 5 Jun 2023 13:58:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=88=90=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/takeshape/one.vue | 0 src/pages/modules/takeshape/two.vue | 0 src/router/index.js | 16 +++++++++++++--- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 src/pages/modules/takeshape/one.vue create mode 100644 src/pages/modules/takeshape/two.vue diff --git a/src/pages/modules/takeshape/one.vue b/src/pages/modules/takeshape/one.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/modules/takeshape/two.vue b/src/pages/modules/takeshape/two.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/router/index.js b/src/router/index.js index 54adfe9..6c51213 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -14,10 +14,12 @@ const HomePageOne = r => require.ensure([], () => r(require('@page/modules/homep const HomePageTwo = r => require.ensure([], () => r(require('@page/modules/homepage/two')), 'HomePageTwo') const HomePageOneBack = r => require.ensure([], () => r(require('@page/modules/homepage/one_back')), 'HomePageOneBack') const HomePageTwoBack = r => require.ensure([], () => r(require('@page/modules/homepage/two_back')), 'HomePageTwoBack') -const ProcessProductionOne = r => require.ensure([], () => r(require('@page/modules/processproduction/one')), 'modules') -const ProcessProductionTwo = r => require.ensure([], () => r(require('@page/modules/processproduction/two')), 'modules') -const ProcessProductionThree = r => require.ensure([], () => r(require('@page/modules/processproduction/three')), 'modules') +const ProcessProductionOne = r => require.ensure([], () => r(require('@page/modules/processproduction/one')), 'processproduction') +const ProcessProductionTwo = r => require.ensure([], () => r(require('@page/modules/processproduction/two')), 'processproduction') +const ProcessProductionThree = r => require.ensure([], () => r(require('@page/modules/processproduction/three')), 'processproduction') const HunnianKunliaoOne = r => require.ensure([], () => r(require('@page/modules/hunniankunliao/one')), 'hunniankunliao') +const TakeShapeOne = r => require.ensure([], () => r(require('@page/modules/takeshape/one')), 'takeshape') +const TakeShapeTwo = r => require.ensure([], () => r(require('@page/modules/takeshape/two')), 'takeshape') export default new Router({ linkActiveClass: 'tab-active', @@ -62,6 +64,14 @@ export default new Router({ path: '/hnlkone', component: HunnianKunliaoOne }, + { + path: '/takeshapeone', + component: TakeShapeOne + }, + { + path: '/takeshapetwo', + component: TakeShapeTwo + }, { path: '/homepage', component: HomePage